From 41099f6b6e9a7e92aa2e18f333109baab0128e40 Mon Sep 17 00:00:00 2001 From: Alex Pliutau Date: Sat, 10 Apr 2021 18:17:20 +0200 Subject: [PATCH] fix typo in PaymentInstruction --- types.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/types.go b/types.go index f93d6c4..bf44309 100644 --- a/types.go +++ b/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.