View Issue Details

IDProjectCategoryView StatusLast Update
0006568Talermechant backendpublic2024-01-12 14:04
ReporterFlorian Dold Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Versiongit (master) 
Target Version0.8Fixed in Version0.8 
Summary0006568: merchant backend does not implement /abort response as documented
DescriptionThe /abort endpoint still returns the old (and now undocumented!) response format.

The documented MerchantAbortPayRefundStatus has a sub-set of fields of MerchantCoinRefundStatus. Thus this would not be a big change. But "breaking" enough that it should be in 0.8.
TagsNo tags attached.

Activities

Christian Grothoff

2020-09-05 01:32

manager   ~0016865

Fixed in 3e6e6fe..c0f9922

Christian Grothoff

2021-09-02 18:23

manager   ~0018369

Fix committed to master branch.

Related Changesets

merchant: master c0f99229

2020-09-05 03:25

Christian Grothoff


Details Diff
fix 0006568 Affected Issues
0006568
mod - src/backend/taler-merchant-httpd_post-orders-ID-abort.c Diff File
mod - src/lib/merchant_api_post_order_abort.c Diff File

Issue History

Date Modified Username Field Change
2020-09-04 08:31 Florian Dold New Issue
2020-09-04 08:31 Florian Dold Status new => assigned
2020-09-04 08:31 Florian Dold Assigned To => Christian Grothoff
2020-09-05 01:32 Christian Grothoff Status assigned => resolved
2020-09-05 01:32 Christian Grothoff Resolution open => fixed
2020-09-05 01:32 Christian Grothoff Fixed in Version => 0.8
2020-09-05 01:32 Christian Grothoff Note Added: 0016865
2021-08-24 16:23 Christian Grothoff Status resolved => closed
2021-09-02 18:22 Christian Grothoff Changeset attached => Taler-merchant master c0f99229
2021-09-02 18:23 Christian Grothoff Note Added: 0018369
2024-01-12 14:04 Christian Grothoff Category merchant backend API (C) => mechant backend