diff --git a/frontend/components/cart/global/CartSummary.vue b/frontend/components/cart/global/CartSummary.vue index 0ff89a7..2abded5 100644 --- a/frontend/components/cart/global/CartSummary.vue +++ b/frontend/components/cart/global/CartSummary.vue @@ -264,10 +264,14 @@ watch( : handleSubmitSpecialDiscountCode() " class="text-xs px-5 rounded-e-100 py-1.5 text-white bg-black hover:bg-transparent hover:text-black border-[1.5px] border-black hover:border-black transition-all disabled:cursor-not-allowed" - :disabled="!discountCode.length || submitDiscountCodeIsPending || deleteDiscountCodeIsPending" + :disabled=" + !specialDiscountCode.length || + submitSpecialDiscountCodeIsPending || + deleteSpecialDiscountCodeIsPending + " >