Merge branch 'ticket/r13144-bug-double-orders' into dev
This commit is contained in:
commit
107558f0aa
@ -31,6 +31,12 @@ class Be2billApi
|
||||
return false;
|
||||
}
|
||||
|
||||
// antadis fix 13144
|
||||
if (!is_array($params_no_hash)) {
|
||||
$params_no_hash = array();
|
||||
}
|
||||
// antadis end fix
|
||||
|
||||
#Alpha sort
|
||||
ksort($parameters);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user