View Issue Details

IDProjectCategoryView StatusLast Update
0007885TalerMerchant frontends (Python3)public2024-01-12 14:08
ReporterFlorian Dold Assigned Tosebasjm  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Target Version0.9.3Fixed in Version0.9.3 
Summary0007885: blog shop cookies interact badly with deleted orders
DescriptionWhen the shop has an order ID cookie set for an article and the order is deleted from the backend, this leads to an unrecoverable error.

This can be reproduced by these steps:
1. click on an article
2. do not pay for it
3. delete the order ID from the backend
4. click on it again
TagsNo tags attached.

Activities

Christian Grothoff

2023-07-06 21:59

manager   ~0020342

I guess the ideal behavior is for the frontend to get the 404 and react by re-creating the order.

sebasjm

2023-07-10 17:16

developer   ~0020348

in 4a52640

when trying to render, if the backend returns 404 then it create one again before continue

Issue History

Date Modified Username Field Change
2023-07-06 21:06 Florian Dold New Issue
2023-07-06 21:06 Florian Dold Status new => assigned
2023-07-06 21:06 Florian Dold Assigned To => MS
2023-07-06 21:58 Christian Grothoff Assigned To MS => sebasjm
2023-07-06 21:59 Christian Grothoff Note Added: 0020342
2023-07-07 22:46 sebasjm Target Version 0.9.4 => 0.9.3
2023-07-10 17:16 sebasjm Status assigned => resolved
2023-07-10 17:16 sebasjm Resolution open => fixed
2023-07-10 17:16 sebasjm Note Added: 0020348
2023-09-23 15:07 Christian Grothoff Fixed in Version => 0.9.3
2023-09-23 15:09 Christian Grothoff Status resolved => closed
2024-01-12 14:08 Christian Grothoff Category merchant frontend (blog) => Merchant frontends (Python3)