View Issue Details

IDProjectCategoryView StatusLast Update
0010564Talerdocumentationpublic2025-11-08 18:18
Reporterhtgoebel Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
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

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2025-11-08 18:18 htgoebel New Issue