Skip to content

Commit 7bbd97d

Browse files
author
H
committed
stage stuff
1 parent 4c8c67d commit 7bbd97d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

public/scripts/script.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
// Initiate Zabo SDK
1010
const zabo = await Zabo.init({
1111
clientId: clientId,
12+
baseUrl: 'https://stage-api.zabo.com',
13+
connectUrl: 'https://stage-connect.zabo.com',
1214
env: 'sandbox'
1315
})
1416

routes/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ router.get('/', async (req, res, next) => {
6060
const zabo = await Zabo.init({
6161
apiKey: process.env.PUBLIC_API_KEY,
6262
secretKey: process.env.SECRET_API_KEY,
63+
baseUrl: 'https://stage-api.zabo.com',
64+
connectUrl: 'https://stage-connect.zabo.com',
6365
env: 'sandbox'
6466
})
6567
req.app.locals.zabo = zabo

0 commit comments

Comments
 (0)