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
2
types.go
2
types.go
|
@ -558,7 +558,7 @@ type (
|
|||
ReferenceID string `json:"reference_id"`
|
||||
Amount *PurchaseUnitAmount `json:"amount,omitempty"`
|
||||
Payments *CapturedPayments `json:"payments,omitempty"`
|
||||
Payment_Instruction *PaymentInstruction `json:"payment_instruction,omitempty"`
|
||||
PaymentInstruction *PaymentInstruction `json:"payment_instruction,omitempty"`
|
||||
}
|
||||
|
||||
// TaxInfo used for orders.
|
||||
|
|
Loading…
Reference in New Issue
Block a user