Skip to content

Commit 449a193

Browse files
MOL-747
- set fallback value for applicationUrl
1 parent 5618443 commit 449a193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const CLOUD_IDENTIFIER =
2525
export const CUSTOM_APPLICATION_ID =
2626
getConfig('CUSTOM_APPLICATION_ID', 'customApplicationId') ?? '';
2727
export const APPLICATION_URL =
28-
getConfig('APPLICATION_URL', 'applicationUrl') ?? '';
28+
getConfig('APPLICATION_URL', 'applicationUrl') ?? 'https://your-app-url.com';
2929

3030
export const OBJECT_CONTAINER_NAME = 'sctm-app-methods';
3131
export const EXTENSION_KEY = 'sctm-payment-create-update-extension';

0 commit comments

Comments
 (0)