aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-cli/src/integrationtests/libeufin.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-08-06 18:51:37 +0200
committerFlorian Dold <florian@dold.me>2021-08-06 18:51:37 +0200
commit20ffa834d8e1b135b308e27d2b655e6868ce1872 (patch)
tree6a5833467167e600267858203751b1ff9189a512 /packages/taler-wallet-cli/src/integrationtests/libeufin.ts
parent5e69745072b6040fa186422c3ab6c303dabbae21 (diff)
tag test properly
Diffstat (limited to 'packages/taler-wallet-cli/src/integrationtests/libeufin.ts')
-rw-r--r--packages/taler-wallet-cli/src/integrationtests/libeufin.ts13
1 files changed, 6 insertions, 7 deletions
diff --git a/packages/taler-wallet-cli/src/integrationtests/libeufin.ts b/packages/taler-wallet-cli/src/integrationtests/libeufin.ts
index a30ce97ab..5e524af1e 100644
--- a/packages/taler-wallet-cli/src/integrationtests/libeufin.ts
+++ b/packages/taler-wallet-cli/src/integrationtests/libeufin.ts
@@ -168,9 +168,9 @@ export interface LibeufinSandboxAddIncomingRequest {
creditorIban: string;
creditorBic: string;
creditorName: string;
- debitorIban: string;
- debitorBic: string;
- debitorName: string;
+ debtorIban: string;
+ debtorBic: string;
+ debtorName: string;
subject: string;
amount: string;
currency: string;
@@ -332,7 +332,6 @@ export interface SimulateIncomingTransactionRequest {
* Decimal amount without currency.
*/
amount: string;
- currency: string;
}
/**
@@ -798,9 +797,9 @@ export namespace LibeufinSandboxApi {
creditorIban: creditorBundle.ebicsBankAccount.iban,
creditorBic: creditorBundle.ebicsBankAccount.bic,
creditorName: creditorBundle.ebicsBankAccount.name,
- debitorIban: debitorBundle.ebicsBankAccount.iban,
- debitorBic: debitorBundle.ebicsBankAccount.bic,
- debitorName: debitorBundle.ebicsBankAccount.name,
+ debtorIban: debitorBundle.ebicsBankAccount.iban,
+ debtorBic: debitorBundle.ebicsBankAccount.bic,
+ debtorName: debitorBundle.ebicsBankAccount.name,
subject: subject,
amount: amount,
currency: currency,