Commit 5f13e538 authored by Ben Anderson's avatar Ben Anderson

Fixed mistypings in PromotionDto

parent da30cb01
...@@ -8,8 +8,8 @@ import lombok.Getter; ...@@ -8,8 +8,8 @@ import lombok.Getter;
public class PromotionDto { public class PromotionDto {
private String promotionId; private String promotionId;
private String productSku; private String productSku;
private String discountPercentage; private float discountPercentage;
private String minimumQuantity; private int minimumQuantity;
public PromotionDto() {} public PromotionDto() {}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment