Skip to content

Commit

Permalink
PI-18205 Add discountCode attribute in OrderInfo class
Browse files Browse the repository at this point in the history
  • Loading branch information
fleo-appdirect authored and naponce committed May 5, 2020
1 parent 7097a79 commit 100e6a8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ public class OrderInfo {
private PricingDuration pricingDuration;
private List<OrderItemInfo> items = new ArrayList<>();
private List<CustomAttribute> customAttributes;
private String discountCode;
}

0 comments on commit 100e6a8

Please sign in to comment.