Merge branch 'ticket-12562-trustedShopsES' into develop
This commit is contained in:
commit
0e34c5a5d8
@ -30,6 +30,9 @@ if ($module_instance->active) {
|
||||
|
||||
//we treat each locale
|
||||
foreach ($orders as $orderKey => $orderValues) {
|
||||
if(empty($orders[$orderKey])){
|
||||
continue;
|
||||
}
|
||||
$opt = array(
|
||||
'tsid' => Configuration::get('TRUSTED_SHOP_' . strtoupper($orderKey) . '_ID'),
|
||||
'tsuser' => Configuration::get('TRUSTED_SHOP_USER'),
|
||||
|
Loading…
Reference in New Issue
Block a user