mirror of
https://github.com/plutov/paypal.git
synced 2025-01-23 02:11:02 +01:00
fix typo in PaymentInstruction
This commit is contained in:
parent
ed294ef317
commit
41099f6b6e
8
types.go
8
types.go
|
@ -555,10 +555,10 @@ type (
|
|||
|
||||
// PurchaseUnit struct
|
||||
PurchaseUnit struct {
|
||||
ReferenceID string `json:"reference_id"`
|
||||
Amount *PurchaseUnitAmount `json:"amount,omitempty"`
|
||||
Payments *CapturedPayments `json:"payments,omitempty"`
|
||||
Payment_Instruction *PaymentInstruction `json:"payment_instruction,omitempty"`
|
||||
ReferenceID string `json:"reference_id"`
|
||||
Amount *PurchaseUnitAmount `json:"amount,omitempty"`
|
||||
Payments *CapturedPayments `json:"payments,omitempty"`
|
||||
PaymentInstruction *PaymentInstruction `json:"payment_instruction,omitempty"`
|
||||
}
|
||||
|
||||
// TaxInfo used for orders.
|
||||
|
|
Loading…
Reference in New Issue
Block a user