Skip to content

Commit

Permalink
Fix flashing shipping method
Browse files Browse the repository at this point in the history
  • Loading branch information
Jade-GG committed Jan 6, 2025
1 parent 77f04f2 commit 0eb4954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/checkout/steps/shipping_method.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
v-slot="{ mutate, variables }"
v-if="!cart.is_virtual"
>
<fieldset class="flex flex-col gap-3" partial-submit="mutate" v-on:change="window.app.$emit('setShippingAddressesOnCart')">
<fieldset class="flex flex-col gap-3" partial-submit="mutate">
<label class="flex items-center gap-x-1.5 p-5 border rounded bg-white cursor-pointer text-sm text" v-for="(method, index) in cart.shipping_addresses[0]?.available_shipping_methods">
<x-rapidez::input.radio.base
name="shipping_method"
Expand Down

0 comments on commit 0eb4954

Please sign in to comment.