Booking edit v3
This commit is contained in:
parent
6706d28f51
commit
6880c7e989
20 changed files with 691 additions and 97 deletions
|
|
@ -95,7 +95,6 @@ class Passolution
|
|||
$client = new Client();
|
||||
$res = $client->get($url, [
|
||||
]);
|
||||
|
||||
if($res->getStatusCode() == 200){
|
||||
$body = $res->getBody();
|
||||
$body = json_decode($body);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue