mirror of
https://github.com/plutov/paypal.git
synced 2025-01-23 10:21:03 +01:00
add sale_id field to Refund struct (#238)
This commit is contained in:
parent
48f8ee15ce
commit
d94b350a31
1
types.go
1
types.go
|
@ -898,6 +898,7 @@ type (
|
||||||
CaptureID string `json:"capture_id,omitempty"`
|
CaptureID string `json:"capture_id,omitempty"`
|
||||||
ParentPayment string `json:"parent_payment,omitempty"`
|
ParentPayment string `json:"parent_payment,omitempty"`
|
||||||
UpdateTime *time.Time `json:"update_time,omitempty"`
|
UpdateTime *time.Time `json:"update_time,omitempty"`
|
||||||
|
SaleID string `json:"sale_id,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// RefundResponse .
|
// RefundResponse .
|
||||||
|
|
Loading…
Reference in New Issue
Block a user