Skip to content

MONEI/MONEI-Salesforce-Commerce-Cloud

Repository files navigation

MONEI

Salesforce Commerce Cloud MONEI link Cartridge

MONEI link cartridge for integrating the payment service with Salesforce Commerce Cloud (SFCC). This cartridge supports SFRA version 5.x.x & 6.x.x.

Requirements

It is required to have a MONEI account to use the cartridge, you can register here If you have any questions or concerns, please visit https://support.monei.com/ and contact us

Useful pages

  1. Technical documentation
  2. API references
  3. Testing documentation

Basic cartridge installation instructions

  1. Clone the repository
  2. Insert the int_monei_sfra cartridge into the cartridge folder
  3. Unzip metadata_monei.zip and import the meta data required for the cartridge to work correctly
  4. Run the build scripts (reference the Build section)
  5. Modify the dw.json file with the user, pass and the corresponding version of code to be able to debug in the sandbox and synchronize the code
  6. Check documentation/Integration_guide.docx for more integration details and configurations

Build

Run the command npm install for installing the required dependency packages

run the command npm run build for building the static resources required for the cartridge to work correctly

Licence

MIT license, see LICENSE section