View Issue Details

IDProjectCategoryView StatusLast Update
0008745Talermechant backendpublic2024-04-23 18:09
Reportersebasjm Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityhave not tried
Status assignedResolutionopen 
Product Version0.11 
Target Version0.11 
Summary0008745: long polling does not return when refund is made [4h]
Descriptionin this request [1] wallet is waiting for auto refund knowing that already NETZBON:2 was refunded.

while waiting for 10 secs, the merchant makes a refund of NETZBON:1 but the request still waiting 10 secs

i expected the request to automatically stop when the merchant create the refund

$ time curl "http://merchant.taler.test:1180/orders/2024.107-024C9VRZ8FHFE?h_contract=Z2E9FC5KYVFNCN729CQTAQJ95GY8CCN3H9CA8RYW28MJTP71GAZ3ZB293FPBYSZC510ZEF2S0RSQTQMV89K1FTR4T4PE2TAB8RQ9Z40&timeout_ms=10000&await_refund_obtained=yes&refund=NETZBON%3A2"
{
  "refunded": true,
  "refund_pending": true,
  "refund_taken": "NETZBON:2",
  "refund_amount": "NETZBON:3"
}
real 0m10.012s
user 0m0.000s
sys 0m0.004s


TagsNo tags attached.

Relationships

related to 0008746 resolvedsebasjm fix auto refund 

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2024-04-16 19:53 sebasjm New Issue
2024-04-16 19:53 sebasjm Status new => assigned
2024-04-16 19:53 sebasjm Assigned To => Christian Grothoff
2024-04-16 20:05 sebasjm Relationship added related to 0008746
2024-04-23 18:09 Christian Grothoff Summary long polling does not return when refund is made => long polling does not return when refund is made [4h]