New Header Mobile, Widgets
This commit is contained in:
parent
bb9f64d8c8
commit
ebf90ff869
16 changed files with 5969 additions and 5552 deletions
|
|
@ -80,7 +80,7 @@ class FewoBookingSternToursCrmExporter extends SternToursCrmExporter
|
|||
],
|
||||
]
|
||||
);
|
||||
if (count($resp) == 0)
|
||||
if (!$resp)
|
||||
{
|
||||
$this->warn('Failed retrieving newly created new draft object', $fewoBookingRequest);
|
||||
return null;
|
||||
|
|
@ -116,7 +116,7 @@ class FewoBookingSternToursCrmExporter extends SternToursCrmExporter
|
|||
'status_text' => "",
|
||||
]]);
|
||||
|
||||
if (count($resp) == 0)
|
||||
if (!$resp)
|
||||
{
|
||||
$this->warn('Failed retrieving newly created new draft object', $fewoBookingRequest);
|
||||
return null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue