diff --git a/application/setup.js b/application/setup.js index 76e656b..9ae8a4b 100644 --- a/application/setup.js +++ b/application/setup.js @@ -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', @@ -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: 'info@mollie.com', }, };