Skip to content

Commit 3ccba5c

Browse files
committed
update zabo sdk
1 parent 8e86418 commit 3ccba5c

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"morgan": "~1.9.1",
1515
"open": "^7.0.0",
1616
"pug": "^2.0.4",
17-
"zabo-sdk-js": "^0.10.0-beta.3"
17+
"zabo-sdk-js": "^0.10.0-beta.5"
1818
}
1919
}

routes/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ router.post('/accounts', async (req, res) => {
3838
// Docs: https://zabo.com/docs/#get-a-specific-balance
3939
const balances = await zabo.users.getBalances({
4040
userId: myUser.id,
41-
accountId: account.id,
42-
currencies: ['ALL']
41+
accountId: account.id
4342
})
4443

4544
res.send({

views/layout.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ html
33
head
44
title= title
55
link(rel='stylesheet', href='/stylesheets/style.css')
6-
script(src='https://cdn.zabo.com/develop/0.10.0-beta.3/zabo.js')
6+
script(src='https://cdn.zabo.com/develop/0.10.0-beta.5/zabo.js')
77
body
88
block content
99
script(src='/scripts/utils.js')

0 commit comments

Comments
 (0)