update home to shipping address
This commit is contained in:
@@ -24,12 +24,12 @@ class User extends Authenticatable implements MustVerifyEmail
|
||||
'surname',
|
||||
'email',
|
||||
'phone',
|
||||
'home_address',
|
||||
'home_address2',
|
||||
'home_city',
|
||||
'home_postcode',
|
||||
'home_state',
|
||||
'home_country',
|
||||
'shipping_address',
|
||||
'shipping_address2',
|
||||
'shipping_city',
|
||||
'shipping_postcode',
|
||||
'shipping_state',
|
||||
'shipping_country',
|
||||
'billing_address',
|
||||
'billing_address2',
|
||||
'billing_city',
|
||||
|
||||
Reference in New Issue
Block a user