Skip to content

Commit

Permalink
fix stripe js token creation test
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbark committed Oct 13, 2023
1 parent 11549d5 commit a0a920e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ void main() {
response.error?.toJson(),
equals({
'type': 'invalid_request_error',
'code': 'bank_account_unusable',
'param': 'bank_account[country]',
'message':
'Country INVALID not supported (you should use the 2-letter country code, e.g. US).'
Expand Down

0 comments on commit a0a920e

Please sign in to comment.