Skip to content

Commit

Permalink
fix typo in PaymentInstruction
Browse files Browse the repository at this point in the history
  • Loading branch information
plutov committed Apr 10, 2021
1 parent ed294ef commit 41099f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 41099f6

Please sign in to comment.