View Issue Details

IDProjectCategoryView StatusLast Update
0010679Talerwallet (WebExtension)public2025-11-27 23:46
ReporterFlorian Dold Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Target Version1.3 
Summary0010679: webext wallet should disable p2p payment initiation when flag is set for scope
DescriptionThe flag is provided for each scope in the balances by wallet-core, based on the exchange's configuration.
Additional InformationUpdated getBalances response contains the optional disablePeerPayments flag now.

{
  "balances": [
    {
      "scopeInfo": {
        "currency": "TESTKUDOS",
        "type": "exchange",
        "url": "http://localhost:8081/"
      },
      "available": "TESTKUDOS:4.85",
      "pendingIncoming": "TESTKUDOS:0",
      "pendingOutgoing": "TESTKUDOS:0",
      "flags": [],
      "shoppingUrls": [
        "https://taler-shopping.example.com"
      ],
      "disablePeerPayments": true
    }
  ]
}
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2025-11-27 23:46 Florian Dold New Issue
2025-11-27 23:46 Florian Dold Issue generated from: 0010678