Skip to content

Commit dac90f4

Browse files
acasazzamalessani
authored andcommitted
fix: Hide customer_email error on coupon code
1 parent 3085497 commit dac90f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • components/composite/OrderSummary/CouponOrGiftCard

components/composite/OrderSummary/CouponOrGiftCard/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export const CouponOrGiftCard: React.FC<Props> = ({
6262
message: t("input.mustBeValidGiftCard"),
6363
},
6464
{
65-
code: "VALIDATION_ERROR",
65+
code: "EMPTY_ERROR",
6666
resource: "orders",
6767
field: "customer_email",
6868
message: " ",

0 commit comments

Comments
 (0)