Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Merge ee05d89 into e02ac53
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmabc committed Jul 1, 2020
2 parents e02ac53 + ee05d89 commit b36e3e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/order.go
Original file line number Diff line number Diff line change
Expand Up @@ -928,7 +928,7 @@ func (n *OpenBazaarNode) CheckoutBreakdown(data *repo.PurchaseData) (repo.Checko
}

// Coupon Codes Discount
listingCurDef, err := n.LookupCurrency(contract.VendorListings[0].Item.PriceCurrency.Code)
listingCurDef, err := n.LookupCurrency(v5Order.Payment.AmountCurrency.Code)
if err != nil {
return emptyCheckoutBreakdown, err
}
Expand Down

0 comments on commit b36e3e6

Please sign in to comment.