-optional
This commit is contained in:
parent
07bf3d5b8f
commit
1d718dda1d
@ -116,7 +116,7 @@ export namespace BankApi {
|
||||
const resp = await bank.http.postJson(url.href, {
|
||||
username,
|
||||
password,
|
||||
iban: options.iban,
|
||||
iban: options?.iban,
|
||||
});
|
||||
let paytoUri = `payto://x-taler-bank/localhost/${username}`;
|
||||
if (resp.status !== 200 && resp.status !== 202 && resp.status !== 204) {
|
||||
|
Loading…
Reference in New Issue
Block a user