Skip to content

Commit

Permalink
add sale_id field to Refund struct (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
kklash committed Jun 18, 2022
1 parent 48f8ee1 commit d94b350
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types.go
Expand Up @@ -898,6 +898,7 @@ type (
CaptureID string `json:"capture_id,omitempty"`
ParentPayment string `json:"parent_payment,omitempty"`
UpdateTime *time.Time `json:"update_time,omitempty"`
SaleID string `json:"sale_id,omitempty"`
}

// RefundResponse .
Expand Down

0 comments on commit d94b350

Please sign in to comment.