Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Policy_sentry | 1,881 | 7 | 5 days ago | 72 | August 19, 2023 | 7 | mit | Python | ||
IAM Least Privilege Policy Generator | ||||||||||
Cloudsplaining | 1,790 | 8 | 3 days ago | 45 | August 29, 2023 | 19 | bsd-3-clause | JavaScript | ||
Cloudsplaining is an AWS IAM Security Assessment tool that identifies violations of least privilege and generates a risk-prioritized report. | ||||||||||
Sfcc Ci | 218 | 1 | 9 | 8 days ago | 16 | February 01, 2023 | 84 | bsd-3-clause | JavaScript | |
Salesforce Commerce Cloud CLI | ||||||||||
Aws Allowlister | 208 | 2 months ago | 19 | July 14, 2022 | 8 | mit | Python | |||
Automatically compile an AWS Service Control Policy that ONLY allows AWS services that are compliant with your preferred compliance frameworks. | ||||||||||
Awesome Salesforce Marketingcloud | 143 | 2 months ago | 14 | |||||||
Useful resources for working and developing with Salesforce Marketing Cloud | ||||||||||
Salesforce Marketing Cloud Developer Edition Recipes | 129 | 5 years ago | 2 | |||||||
Salesforce Marketing Cloud Developer Edition Recipes | ||||||||||
Cortex Data Foundation | 110 | 2 days ago | apache-2.0 | Python | ||||||
Data Foundation - Google Cloud Cortex Framework | ||||||||||
Fuelsdk Python | 91 | 3 | 2 years ago | 5 | August 07, 2019 | 72 | other | HTML | ||
FuelSDK for python | ||||||||||
Sfmc Cookbook | 89 | 5 months ago | mit | JavaScript | ||||||
How to survive as a developer for Salesforce Marketing Cloud | ||||||||||
Adyen Salesforce Commerce Cloud | 81 | a day ago | 21 | mit | JavaScript | |||||
Salesforce Commerce Cloud (formerly Demandware) |
Adyen provides a LINK cartridge to integrate with Salesforce Commerce Cloud (SFCC). This cartridge enables a SFCC storefront to use the Adyen payment service.
This cartridge supports SFRA version 5.x.x & 6.x.x.
and SiteGenesis JS-Controllers version 103.1.11 and higher (no features in cartridges higher than v22.2.2)
This cartridge allows you to integrate with Adyen without the need for any development work from your end.
Online payments are processed on the back-end using the Checkout API, on the client side Adyens Web Components are used to render payment methods.
Point of Sale (POS) payments are processed using a cloud-based Terminal API.
It is required to have an Adyen account to use the cartridge. You can do this here.
Installation, Usage and Configuration is explained in Adyen's online documentation.
Apple Pay configuration for both Adyen certificate and Apple certificate using Salesforce cartridge can be found here.
End-to-End tests can be found in the adyen-salesforce-commerce-cloud/tests/e2e
directory.
They are run automatically via Github Actions using the E2E.yml
workflow.
To run the tests locally use the following command:
`npm run test:e2e`
Note: Please make sure to fill in the environment variables in the fixtures
directory before running the tests locally.
As for Unit tests, they are currently only available for SFRA. Test files can be found next to the files they are testing. Mocks are kept in the jest
directory.
To run SFRA unit tests locally use the following command:
`npm run test`
We provide three levels of support for major versions of the plugin as per SFCC B2C Support policy:
After Level 3 End-of-support date, there is no support or maintenance from Adyen on the cartridge, and it will be treated as a custom integration.
Major version | Release date | Level 1 support until | Level 2 support until | Level 3 support until |
---|---|---|---|---|
V18 | April 2018 | 30 September 2023 | 30 September 2023 | 30 September 2023 |
V19 | July 2019 | 30 September 2023 | 30 September 2023 | 30 September 2023 |
V20 | July 2020 | 31 December 2023 | 31 December 2023 | 31 December 2023 |
V21 | August 2021 | 31 December 2023 | 31 December 2023 | 31 December 2023 |
V22 | May 2022 | 30 November 2023 | 31 May 2024 | 30 November 2024 |
V23[1][2] | February 2023 | 12 months after release | 18 months after release | 24 months after release |
V24 | soon in development | 12 months after release | 18 months after release | 24 months after release |
[1]:From this version onward, we do not provide any level of support for SiteGenesis integrations.
[2]:From this version onward, all major releases will follow the V23 support schedule.
We strongly encourage you to join us in contributing to this repository so everyone can benefit from:
Read our contribution guidelines to find out how.
Read more information about the Adyen platform.
MIT license see LICENSE.