Skip to content

Commit

Permalink
[Fix] Add missing SEP-9 financial fields (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipliu authored Oct 17, 2023
1 parent 823f7f8 commit ec66f7d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion @stellar/anchor-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stellar/anchor-tests",
"version": "0.6.5",
"version": "0.6.6",
"description": "stellar-anchor-tests is a library and command line interface for testing Stellar anchors.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions @stellar/anchor-tests/src/schemas/sep12.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,16 @@ export const sep9Fields = [
"birth_date",
"birth_place",
"birth_country_code",
"bank_account_type",
"bank_account_number",
"bank_number",
"bank_phone_number",
"bank_branch_number",
"clabe_number",
"cbu_number",
"cbu_alias",
"crypto_address",
"crypto_memo",
"tax_id",
"tax_id_name",
"occupation",
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"winston": "^3.3.3"
},
"peerDependencies": {
"@stellar/anchor-tests": "0.6.1"
"@stellar/anchor-tests": "0.6.6"
}
}

0 comments on commit ec66f7d

Please sign in to comment.