1.0.2 • Published 5 months ago

emerce-mmob-integration v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months ago

Emerce MMOB Integration.

Use this code to map between Emerce language to MMOB locale.

Example usage:

<html>
  <head>
    <script src="https://assets.mmob.com/js/mmob-snippet.min.js"></script>
    <!-- Load this code after loading snippet library: -->
    <script src="https://unpkg.com/emerce-mmob-integration@1.0.2/emerce-mmob-integration.js"></script>
  </head>
  <body>
    <div id="iframe-container"></div>
    <script>
      initMarketplace(
        '#iframe-container'
        'cp_9AidXA6tIpz7RR4thMrrJ'
        'cpd_7NNG7KCUjOjagv5Jxt5Ov',
        'https://client-ef-network.ef-hub.com',
        {},
        'en'
      )
    </script>
  </body>
</html>
1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago