Skip to content

Commit

Permalink
Don't clear cart on invalid coupon code (#693)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jade-GG authored Jan 29, 2025
1 parent b02e906 commit 8e61363
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resources/views/cart/coupon/add.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
:clear="true"
:watch="false"
:callback="updateCart"
:error-callback="checkResponseForExpiredCart"
v-slot="{ mutate, variables }"
>
<form v-on:submit.prevent="mutate" class="flex gap-3">
Expand Down

0 comments on commit 8e61363

Please sign in to comment.