Skip to content

Commit

Permalink
Add Shipping Fee field in CartResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
Chainarong Boonsangiem committed Mar 31, 2024
1 parent 2906f62 commit 3ad94f4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ public class CartResponse {
private BigDecimal subtotal;
private BigDecimal grandTotal;
private String promotionCodes;
private double shippingFee;
}

0 comments on commit 3ad94f4

Please sign in to comment.