Commit 7f5d0aca authored by Kulya's avatar Kulya 😊

Add billz clientId to order 23

parent 6e1b35e7
...@@ -114,7 +114,7 @@ require_once (__DIR__.'/keys.php'); ...@@ -114,7 +114,7 @@ require_once (__DIR__.'/keys.php');
public static function getCatalog($page=1,$cnt=1) { public static function getCatalog($page=1,$cnt=1) {
$catalogParams = [ $catalogParams = [
'Filter.BarCodes' => '4780058100438', 'Filter.barCode' => '4780058100438',
"PerPage" => (int)$cnt, "PerPage" => (int)$cnt,
"Page" => (int)$page, "Page" => (int)$page,
"Sort" => [ "Sort" => [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment