diff --git a/resources/views/account/partials/register-account-address.blade.php b/resources/views/account/partials/register-account-address.blade.php
index 44a9b38..aa76e67 100644
--- a/resources/views/account/partials/register-account-address.blade.php
+++ b/resources/views/account/partials/register-account-address.blade.php
@@ -36,7 +36,7 @@
@if(Rapidez::config('customer/address/company_show', 'opt'))
@endif
@if(Rapidez::config('customer/address/taxvat_show', 0))
diff --git a/resources/views/account/partials/sections/edit/email.blade.php b/resources/views/account/partials/sections/edit/email.blade.php
index 9f168bb..aae49e7 100644
--- a/resources/views/account/partials/sections/edit/email.blade.php
+++ b/resources/views/account/partials/sections/edit/email.blade.php
@@ -35,4 +35,4 @@
-
+
diff --git a/resources/views/checkout/partials/address-card.blade.php b/resources/views/checkout/partials/address-card.blade.php
index 6b65558..09a48eb 100644
--- a/resources/views/checkout/partials/address-card.blade.php
+++ b/resources/views/checkout/partials/address-card.blade.php
@@ -4,6 +4,7 @@
cart_id: mask,
customer_address_id: cart.shipping_addresses[0]?.customer_address_id,
}"
+ group="shipping"
:callback="updateCart"
:error-callback="checkResponseForExpiredCart"
mutate-event="setShippingAddressesOnCart"
@@ -15,6 +16,7 @@
cart_id: mask,
customer_address_id: cart.billing_address?.customer_address_id,
}"
+ group="billing"
:callback="updateCart"
:error-callback="checkResponseForExpiredCart"
mutate-event="setBillingAddressOnCart"