fix typo in PaymentInstruction

This commit is contained in:
Alex Pliutau 2021-04-10 18:17:20 +02:00
parent ed294ef317
commit 41099f6b6e

View File

@ -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.