crm
This commit is contained in:
parent
8d75514aed
commit
a88b7dc827
@ -702,7 +702,7 @@ class OrderService implements OrderContract
|
|||||||
];
|
];
|
||||||
$client = new Client();
|
$client = new Client();
|
||||||
$client->post($url, [
|
$client->post($url, [
|
||||||
'json' => json_encode($arr),
|
'json' => $arr,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user