Skip to content

Commit

Permalink
✅ Add tests for wallet IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
dtinth committed Sep 17, 2017
1 parent e205eb7 commit 2057f5f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,15 @@ describe('Tax ID', () => {
)
})

describe('eWallet ID', () => {
testcase(
'eWallet ID',
'012345678901234',
{ },
'00020101021129390016A00000067701011103150123456789012345802TH530376463049781'
)
})

describe('Amount setting', () => {
testcase(
'Amount',
Expand Down

0 comments on commit 2057f5f

Please sign in to comment.