Skip to content

Commit

Permalink
Merge branch 'fix/add-metadata-to-charge' of github.com:javiersuweiji…
Browse files Browse the repository at this point in the history
…e/xendit-node into fix/add-metadata-to-charge
  • Loading branch information
javiersuweijie committed Dec 7, 2021
2 parents d2b5371 + c3ea6e2 commit 1f6eb4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_test/va.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = function() {
.getVABanks()
.then(banks => {
return va.createFixedVA({
externalID: '123',
externalID: new Date().toLocaleString(),
bankCode: banks[0].code,
name: 'Stanley Nguyen',
isClosed: true,
Expand Down

0 comments on commit 1f6eb4c

Please sign in to comment.