diff options
author | Florian Dold <florian@dold.me> | 2023-01-18 20:21:24 +0100 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2023-01-18 20:21:24 +0100 |
commit | d7fe5b0cb5472becfafa7123f880d26d8efd2f8f (patch) | |
tree | 6aa14a50dc47170a782056a217946d433a15bc8d | |
parent | de937d7159863cdc22b48b5bc018634d1cbc75f8 (diff) |
wallet-core: add receiver name in fakebank testv0.9.1-dev.2
-rw-r--r-- | packages/taler-wallet-core/src/wallet.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/wallet.ts b/packages/taler-wallet-core/src/wallet.ts index a5c092b59..bba502842 100644 --- a/packages/taler-wallet-core/src/wallet.ts +++ b/packages/taler-wallet-core/src/wallet.ts @@ -1350,7 +1350,7 @@ async function dispatchRequestInternal<Op extends WalletApiOperation>( { amount: Amounts.stringify(amount), reserve_pub: wres.reservePub, - debit_account: "payto://x-taler-bank/localhost/testdebtor", + debit_account: "payto://x-taler-bank/localhost/testdebtor?receiver-name=Foo", }, ); const fbResp = await readSuccessResponseJsonOrThrow(fbReq, codecForAny()); |