Paidy provides a LINK cartridge to integrate with Salesforce Commerce Cloud (SFCC).
This cartridge enables a SFCC storefront to use the Paidy payment service. This cartridge supports SFRA version 6.1.0 and SiteGenesis JS-Controllers
Cartridge | version |
---|---|
int_paidy / int_paidy_controllers | 24.7.0 |
int_paidy_sfra | 24.7.0 |
Cartridge | Integration |
---|---|
int_paidy / int_paidy_controllers | ./documentation/Paidy_Integration_Guide_v24.7.0_en.pdf |
int_paidy / int_paidy_controllers | ./documentation/Paidy_設定手順書_v24.7.0.pdf |
int_paidy_sfra | ./documentation/Paidy_sfra_Integration_Guide_v24.7.0_en.pdf |
int_paidy_sfra | ./documentation/Paidy_sfra 設定手順書_v24.7.0.pdf |
- Open a command prompt in
link_paidy
directory and run the following commands npm install
npm run test
- Download
app_storefront_base
cartridge
- URL :
https://github.com/SalesforceCommerceCloud/storefront-reference-architecture
- Place
app_storefront_base
cartridge inlink_paidy\cartridges
- Create
dw.json
inlink_paidy
{
"hostname": "your-sandbox-hostname.demandware.net",
"username": "yourlogin",
"password": "yourpwd",
"code-version": "version_yyyyMMdd"
}
- Change
baseUrl
oftest/integration/it.config.js
andtest\integration\itSG.config.js
it.config.js
: Referenced in SFRA integration testitSG.config.js
: Referenced in SiteGenesis integration test
- Import the following xml into BM
- test/data/customer.xml
- Open a command prompt in
link_paidy
directory and run the following commands npm install
npm run test:integration