aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-harness/src
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-11-21 17:10:07 -0300
committerSebastian <sebasjm@gmail.com>2023-11-21 17:10:31 -0300
commit32182fb1b912e1136ba933c4a4f204e6e2f33de2 (patch)
tree9de9caf82632994c233fbbd4366b086818217c7d /packages/taler-harness/src
parent6000a55d583832a71335310514688f1f6faed722 (diff)
downloadwallet-core-32182fb1b912e1136ba933c4a4f204e6e2f33de2.tar.xz
cashout creation
Diffstat (limited to 'packages/taler-harness/src')
-rw-r--r--packages/taler-harness/src/http-client/bank-core.ts20
1 files changed, 2 insertions, 18 deletions
diff --git a/packages/taler-harness/src/http-client/bank-core.ts b/packages/taler-harness/src/http-client/bank-core.ts
index 22a10580d..ecd65d32a 100644
--- a/packages/taler-harness/src/http-client/bank-core.ts
+++ b/packages/taler-harness/src/http-client/bank-core.ts
@@ -40,22 +40,6 @@ export function createTestForBankCore(api: TalerCoreBankHttpClient, adminToken:
success: undefined,
"not-found": undefined,
},
- test_getCashoutRate: {
- "cashout-not-supported": undefined,
- "wrong-calculation": undefined,
- "amount-too-small": undefined,
- "missing-params": undefined,
- "wrong-currency": undefined,
- success: undefined,
- },
- test_getCashinRate: {
- "cashout-not-supported": undefined,
- "wrong-calculation": undefined,
- "amount-too-small": undefined,
- "missing-params": undefined,
- "wrong-currency": undefined,
- success: undefined,
- },
test_getGlobalCashouts: {
"cashout-not-supported": undefined,
success: undefined,
@@ -877,7 +861,7 @@ export function createTestForBankRevenue(bank: TalerCoreBankHttpClient, adminTok
account.params["message"] = "all"
const amount = Amounts.stringify({
- currency: config.currency.name,
+ currency: config.currency,
fraction: 0,
value: 1
})
@@ -953,7 +937,7 @@ export function createTestForBankWireGateway(bank: TalerCoreBankHttpClient, admi
account.params["message"] = "all"
const amount = Amounts.stringify({
- currency: config.currency.name,
+ currency: config.currency,
fraction: 0,
value: 1
})