Skip to content

Commit

Permalink
Add mobile money fields and external_transfer_memo (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipliu authored Jul 9, 2024
1 parent aa76b33 commit 144fe99
Show file tree
Hide file tree
Showing 3 changed files with 6 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.11",
"version": "0.6.12",
"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
4 changes: 4 additions & 0 deletions @stellar/anchor-tests/src/schemas/sep12.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,18 @@ export const sep9Fields = [
"birth_date",
"birth_place",
"birth_country_code",
"bank_name",
"bank_account_type",
"bank_account_number",
"bank_number",
"bank_phone_number",
"bank_branch_number",
"external_transfer_memo",
"clabe_number",
"cbu_number",
"cbu_alias",
"mobile_money_number",
"mobile_money_provider",
"crypto_address",
"crypto_memo",
"tax_id",
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.11"
"@stellar/anchor-tests": "0.6.12"
}
}

0 comments on commit 144fe99

Please sign in to comment.