Skip to content

Commit

Permalink
Merge pull request #4 from enjoyly/master
Browse files Browse the repository at this point in the history
Correct json references on refund
  • Loading branch information
torfjor authored Sep 20, 2021
2 parents cefdf1e + 02df746 commit f837a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecom/ecom.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ type RefundPaymentCommand struct {
// RefundedPayment represents a refunded Vipps Ecom payment
type RefundedPayment struct {
OrderID string `json:"orderId"`
TransactionInfo TransactionInfo `json:"transactionInfo"`
TransactionInfo TransactionInfo `json:"transaction"`
TransactionSummary TransactionSummary `json:"transactionSummary"`
}

Expand Down

0 comments on commit f837a65

Please sign in to comment.