Skip to content

Commit

Permalink
[UPDATE] Custom application v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tdang1-shopmacher committed Dec 3, 2024
1 parent 18b3c6a commit 0af2d47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions application/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jest.mock('./src/constants', () => {
View: 'ViewMollie',
Manage: 'TestMollie',
},
PROJECT_KEY: 'shopm-adv-dev',
PROJECT_KEY: 'your-project-key',
CLOUD_IDENTIFIER: 'gcp-eu',
CUSTOM_APPLICATION_ID: '',
APPLICATION_URL: 'http://localhost:3001',
Expand All @@ -14,9 +14,9 @@ jest.mock('./src/constants', () => {
EXTENSION_URL_PATH: '/processor',
APPLICATION_URL_PATH: '/application/methods',
USER_AGENT: {
name: 'ShopmacherMollieCommercetoolsConnector/1.2.0-alpha',
name: 'ShopmacherMollieCommercetoolsConnector/1.2.0',
version: '1.2.0',
libraryName: 'ShopmacherMollieCommercetoolsConnector/1.2.0-alpha',
libraryName: 'ShopmacherMollieCommercetoolsConnector/1.2.0',
contactEmail: '[email protected]',
},
};
Expand Down

0 comments on commit 0af2d47

Please sign in to comment.