cashless2ecash

cashless2ecash: pay with cards for digital cash (experimental)
Log | Files | Refs | README

commit 076cfa962c0a41870ae1a367f4de5a5f8cde0ce3
parent ffe9227f9b2721c9e19ce3144785d39d5cdcc583
Author: Joel-Haeberli <haebu@rubigen.ch>
Date:   Tue,  4 Jun 2024 09:03:09 +0200

chore: testing wallet integration

Diffstat:
Mc2ec/api-bank-integration.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/c2ec/api-bank-integration.go b/c2ec/api-bank-integration.go @@ -403,7 +403,7 @@ func formatWithdrawalOrErrorStatus(w *Withdrawal) ([]byte, int) { Amount: FormatAmount(amount, CONFIG.Server.CurrencyFractionDigits), CardFees: FormatAmount(fees, CONFIG.Server.CurrencyFractionDigits), SenderWire: client.FormatPayto(w), - WireTypes: []string{operator.PaytoTargetType, "IBAN"}, + WireTypes: []string{operator.PaytoTargetType, "iban"}, ReservePubKey: EddsaPublicKey((encodeCrock(w.ReservePubKey))), SuggestedExchange: CONFIG.Server.ExchangeBaseUrl, RequiredExchange: CONFIG.Server.ExchangeBaseUrl,