diff --git a/resources/views/checkout/partials/sections/address.blade.php b/resources/views/checkout/partials/sections/address.blade.php index f3c0929..ff254a4 100644 --- a/resources/views/checkout/partials/sections/address.blade.php +++ b/resources/views/checkout/partials/sections/address.blade.php @@ -13,7 +13,6 @@ country_code: cart.shipping_addresses[0]?.country.code || window.address_defaults.country_code }" group="shipping" - :before-request="(query, variables, options) => [variables.customer_address_id ? config.queries.setExistingShippingAddressesOnCart : query, variables, options]" :callback="updateCart" :error-callback="checkResponseForExpiredCart" :watch="false" @@ -34,7 +33,6 @@ same_as_shipping: !cart.is_virtual && (cart?.billing_address?.same_as_shipping ?? true), country_code: cart.billing_address?.country.code || window.address_defaults.country_code }))" - :before-request="(query, variables, options) => [variables.customer_address_id ? config.queries.setExistingBillingAddressOnCart : query, variables, options]" :callback="updateCart" :error-callback="checkResponseForExpiredCart" :watch="false"