mirror of
https://github.com/plutov/paypal.git
synced 2025-01-23 10:21:03 +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
|
||||||
PurchaseUnit struct {
|
PurchaseUnit struct {
|
||||||
ReferenceID string `json:"reference_id"`
|
ReferenceID string `json:"reference_id"`
|
||||||
Amount *PurchaseUnitAmount `json:"amount,omitempty"`
|
Amount *PurchaseUnitAmount `json:"amount,omitempty"`
|
||||||
Payments *CapturedPayments `json:"payments,omitempty"`
|
Payments *CapturedPayments `json:"payments,omitempty"`
|
||||||
Payment_Instruction *PaymentInstruction `json:"payment_instruction,omitempty"`
|
PaymentInstruction *PaymentInstruction `json:"payment_instruction,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// TaxInfo used for orders.
|
// TaxInfo used for orders.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user