Skip to content

Commit

Permalink
Merge pull request #1249 from samhermeli/patch-1
Browse files Browse the repository at this point in the history
financial_institution should be string in Node JS
  • Loading branch information
rwaetemann authored Sep 15, 2021
2 parents 2d242bc + d996beb commit e71d35a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2690,7 +2690,7 @@ email: '[email protected]',
entity_type: "individual"
},
transaction_details: {
financial_institution: 1234
financial_institution: "1234"
},
additional_info: {
ip_address: "127.0.0.1"
Expand Down

0 comments on commit e71d35a

Please sign in to comment.