Skip to content

Commit 4d6f051

Browse files
committed
Fixed sandbox environment
1 parent 9959ec3 commit 4d6f051

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Src/Services/ConfigService.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
class ConfigService
99
{
1010
const API_DEVELOPMENT_URL = 'http://localhost:3000/api/v1/';
11-
const API_SANDBOX_URL = 'https://api.stage.mondu.ai/api/v1/';
11+
const API_SANDBOX_URL = 'https://api.demo.mondu.ai/api/v1/';
1212
const API_PRODUCTION_URL = 'https://api.mondu.ai/api/v1/';
1313

1414
const WIDGET_DEVELOPMENT_URL = 'http://localhost:3002/dist/widget.js';
15-
const WIDGET_SANDBOX_URL = 'https://checkout.stage.mondu.ai/widget.js';
15+
const WIDGET_SANDBOX_URL = 'https://checkout.demo.mondu.ai/widget.js';
1616
const WIDGET_PRODUCTION_URL = 'https://checkout.mondu.ai/widget.js';
1717

1818
private $config;

0 commit comments

Comments
 (0)