Skip to content

Commit

Permalink
chore: moved platform version to constants
Browse files Browse the repository at this point in the history
  • Loading branch information
zenit2001 committed Jan 16, 2024
1 parent 0765965 commit 1ede277
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ module.exports = {
CHECKOUT_ENVIRONMENT_LIVE_AU: 'live-au',
CHECKOUT_ENVIRONMENT_LIVE_IN: 'live-in',

EXTERNAL_PLATFORM_VERSION : 'SFRA',
CHECKOUT_COMPONENT_VERSION: '5.44.0',
VERSION: '23.3.1',
};
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ var adyenHelperObj = {

applicationInfo.externalPlatform = {
name: 'SalesforceCommerceCloud',
version: 'SFRA',
version: constants.EXTERNAL_PLATFORM_VERSION,
integrator: AdyenConfigs.getSystemIntegratorName(),
};

Expand Down

0 comments on commit 1ede277

Please sign in to comment.