Skip to content

Commit

Permalink
Allow user to refresh shipping methods on more customer address fields
Browse files Browse the repository at this point in the history
  • Loading branch information
owebia committed Oct 16, 2017
1 parent a72b8d0 commit 5311367
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions Model/Config/Source/RequiredFields.php
Expand Up @@ -29,11 +29,16 @@ public function toOptionArray()
public function toArray()
{
return [
'country_id' => __('Country'),
'region_id' => __('Region/State'),
'postcode' => __('ZIP/Postal Code'),
'city' => __('City'),
'street' => __('Street Address'),
'firstname' => __('First Name'),
'lastname' => __('Last Name'),
'company' => __('Company'),
'street' => __('Street Address'),
'city' => __('City'),
'region_id' => __('Region/State'),
'postcode' => __('ZIP/Postal Code'),
'country_id' => __('Country'),
'telephone' => __('Phone Number'),
'vat_id' => __('VAT number'),
];
}
}

0 comments on commit 5311367

Please sign in to comment.