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

Fixed mistypings in PromotionDto

parent da30cb01
......@@ -8,8 +8,8 @@ import lombok.Getter;
public class PromotionDto {
private String promotionId;
private String productSku;
private String discountPercentage;
private String minimumQuantity;
private float discountPercentage;
private int minimumQuantity;
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