diff options
author | Sebastian <sebasjm@gmail.com> | 2023-03-31 12:15:20 -0300 |
---|---|---|
committer | Sebastian <sebasjm@gmail.com> | 2023-03-31 12:27:16 -0300 |
commit | b74a387e5adbca937442aca36f4b7cb498754b52 (patch) | |
tree | f6b7e12b73e2591804dc34e9d3f1dc3e7506b06a | |
parent | 29363d4a55b8498feb2562ea11feed05e786c059 (diff) |
typo
-rw-r--r-- | packages/taler-util/src/wallet-types.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-util/src/wallet-types.ts b/packages/taler-util/src/wallet-types.ts index b08b02ca3..de84677ac 100644 --- a/packages/taler-util/src/wallet-types.ts +++ b/packages/taler-util/src/wallet-types.ts @@ -465,7 +465,7 @@ export interface PayMerchantInsufficientBalanceDetails { /** * If the payment would succeed without fees - * (i.e. balanceMechantWireable >= amountRequested), + * (i.e. balanceMerchantDepositable >= amountRequested), * this field contains an estimate of the amount that would additionally * be required to cover the fees. * |