We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5618443 commit 449a193Copy full SHA for 449a193
application/src/constants.ts
@@ -25,7 +25,7 @@ export const CLOUD_IDENTIFIER =
25
export const CUSTOM_APPLICATION_ID =
26
getConfig('CUSTOM_APPLICATION_ID', 'customApplicationId') ?? '';
27
export const APPLICATION_URL =
28
- getConfig('APPLICATION_URL', 'applicationUrl') ?? '';
+ getConfig('APPLICATION_URL', 'applicationUrl') ?? 'https://your-app-url.com';
29
30
export const OBJECT_CONTAINER_NAME = 'sctm-app-methods';
31
export const EXTENSION_KEY = 'sctm-payment-create-update-extension';
0 commit comments