View Issue Details

IDProjectCategoryView StatusLast Update
0007456Talerwallet-corepublic2023-01-26 22:53
Reportersebasjm Assigned ToFlorian Dold  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Versiongit (master) 
Target Version0.9.1Fixed in Version0.9.1 
Summary0007456: wallet report "InsufficientBalance" when merchant wire method is not properly configured
Descriptionexpected:
more information about the situation so the wallet user and the merchant can solve the problem.

steps:
 - exchange wire method is IBAN
 - merchant instance wire method is x-taler-bank (bad, exchange doesn't support that)
 - withdraw some coins with the wallet
 - create an order with the merchant
 - try to pay and get "InsufficientBalance", the balance is enough and there is no age restriction applied

selectPayCoinsNew in wallet core returns undefined because there is no candidate coin for that contract.

should the wallet care about the wire method?

we should return more information on PreparePayForUri
TagsNo tags attached.

Activities

Florian Dold

2023-01-06 13:56

manager   ~0019585

Implemented detailed wallet-core response for insufficient balance in 417c07f3f4.

Issue History

Date Modified Username Field Change
2022-11-15 13:19 sebasjm New Issue
2022-11-15 13:19 sebasjm Status new => assigned
2022-11-15 13:19 sebasjm Assigned To => Florian Dold
2023-01-06 13:56 Florian Dold Status assigned => resolved
2023-01-06 13:56 Florian Dold Resolution open => fixed
2023-01-06 13:56 Florian Dold Note Added: 0019585
2023-01-06 15:52 Christian Grothoff Target Version 0.9.2 => 0.9.1
2023-01-06 15:53 Christian Grothoff Fixed in Version => 0.9.1
2023-01-26 22:53 Christian Grothoff Status resolved => closed
2023-04-13 20:36 Florian Dold Category wallet (TS core) => wallet-core