Skip to content

Commit 78a9718

Browse files
acasazzamalessani
authored andcommitted
fix: Clean braintree errors on coupon section
1 parent 06f51ca commit 78a9718

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • components/composite/OrderSummary/CouponOrGiftCard

components/composite/OrderSummary/CouponOrGiftCard/index.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@ export const CouponOrGiftCard: React.FC<Props> = ({
6363
field: "customer_email",
6464
message: " ",
6565
},
66+
{
67+
code: "VALIDATION_ERROR",
68+
resource: "orders",
69+
field: "braintree_payments",
70+
message: " ",
71+
},
6672
]
6773

6874
return (

0 commit comments

Comments
 (0)