View Issue Details

IDProjectCategoryView StatusLast Update
0010564Talerdocumentationpublic2025-11-09 21:47
Reporterhtgoebel Assigned ToChristian Grothoff  
PrioritynormalSeveritytextReproducibilityalways
Status resolvedResolutionfixed 
Product Version1.0 
Target Version1.2Fixed in Version1.2 
Summary0010564: Contradictory statements about refund deadline/delay
DescriptionDocumentation says:

interface PostOrderRequest {
  // … If it's not set, refunds will not be possible.
  refund_delay?: RelativeTime;

interface OrderCommon {
  // After this deadline has passed, no refunds will be accepted.
  // Overrides deadline calculated from refund_delay in
  // PostOrderRequest.
  refund_deadline?: Timestamp;

This is contradictory: Is PostOrderRequest.refund_delay to enable refunding, or is it enough to set OrderCommon.refund_deadline?
TagsNo tags attached.

Activities

Christian Grothoff

2025-11-09 21:47

manager   ~0026348

Yeah, this has also evolved a bit. instance default << refund_delay << refund_deadline is the precedence. Clarified in 4573bd12..69bcca03

Issue History

Date Modified Username Field Change
2025-11-08 18:18 htgoebel New Issue
2025-11-09 21:47 Christian Grothoff Note Added: 0026348
2025-11-09 21:47 Christian Grothoff Assigned To => Christian Grothoff
2025-11-09 21:47 Christian Grothoff Status new => resolved
2025-11-09 21:47 Christian Grothoff Resolution open => fixed
2025-11-09 21:47 Christian Grothoff Fixed in Version => 1.2
2025-11-09 21:47 Christian Grothoff Product Version => 1.0
2025-11-09 21:47 Christian Grothoff Target Version => 1.2
2025-11-09 21:47 Christian Grothoff Severity minor => text