updated features
This commit is contained in:
@@ -1402,14 +1402,14 @@ For your convenience, you are already logged in with your newly created account.
|
||||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||||
$strongarm->api_version = 1;
|
||||
$strongarm->name = 'uc_store_postal_code';
|
||||
$strongarm->value = '75012';
|
||||
$strongarm->value = '75009';
|
||||
$export['uc_store_postal_code'] = $strongarm;
|
||||
|
||||
$strongarm = new stdClass();
|
||||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||||
$strongarm->api_version = 1;
|
||||
$strongarm->name = 'uc_store_street1';
|
||||
$strongarm->value = '74 rue du faubourg saint antoine';
|
||||
$strongarm->value = '8, rue Chaptal';
|
||||
$export['uc_store_street1'] = $strongarm;
|
||||
|
||||
$strongarm = new stdClass();
|
||||
|
Reference in New Issue
Block a user