Skip to content

Commit

Permalink
MOL-439/MOL-532: remove test data
Browse files Browse the repository at this point in the history
  • Loading branch information
tdang1-shopmacher committed Oct 14, 2024
1 parent 119662d commit 26a7804
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion application/.env.dev
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ENABLE_NEW_JSX_TRANSFORM="true"
FAST_REFRESH="true"

ENTRY_POINT_URI_PATH="mollie"
PROJECT_KEY="shopm-adv-windev"
PROJECT_KEY="shopm-adv-dev"
CLOUD_IDENTIFIER="gcp-eu"
CUSTOM_APPLICATION_ID="app-id"
APPLICATION_URL="http://localhost:3001"
2 changes: 1 addition & 1 deletion application/custom-application-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const config = {
cloudIdentifier: CLOUD_IDENTIFIER,
env: {
development: {
initialProjectKey: 'shopm-adv-windev',
initialProjectKey: 'shopm-adv-dev',
},
production: {
applicationId: CUSTOM_APPLICATION_ID,
Expand Down
2 changes: 1 addition & 1 deletion 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-windev',
PROJECT_KEY: 'shopm-adv-dev',
CLOUD_IDENTIFIER: 'gcp-eu',
CUSTOM_APPLICATION_ID: '',
APPLICATION_URL: 'http://localhost:3001',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import {
const config = {
headers: {
'Content-Type': 'application/json',
'ngrok-skip-browser-warning': 'true',
},
};

Expand Down

0 comments on commit 26a7804

Please sign in to comment.