Merge branch 'ticket-12562-trustedShopsES' into develop

This commit is contained in:
Marion Muszynski 2017-02-17 10:35:42 +01:00
commit 0e34c5a5d8

View File

@ -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'),