Skip to content

Commit

Permalink
add funding_methid to post request (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
JiahuiWho authored Nov 20, 2024
1 parent 1b3fa3c commit 44018c5
Show file tree
Hide file tree
Showing 3 changed files with 3 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.17",
"version": "0.6.18",
"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
1 change: 1 addition & 0 deletions @stellar/anchor-tests/src/tests/sep31And38/transactions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ const canCreateTransaction: Test = {
amount: 100,
asset_code: splitAsset[1],
quote_id: this.context.expects.sep38QuoteResponseObj.id,
funding_method: "SEPA",
fields: {
transaction: {
...config.sepConfig["31"].transactionFields,
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.17"
"@stellar/anchor-tests": "0.6.18"
}
}

0 comments on commit 44018c5

Please sign in to comment.