Initialize jo_data as null in RAPI call #488
This commit is contained in:
parent
2c4167a093
commit
1e23764452
1 changed files with 1 additions and 1 deletions
|
|
@ -2111,7 +2111,7 @@ class CMBRiderAPIHandler implements RiderAPIHandlerInterface
|
||||||
return $data;
|
return $data;
|
||||||
}
|
}
|
||||||
|
|
||||||
$jo_data = [];
|
$jo_data = null;
|
||||||
// check if JO status is in_progress, in_transit, performed, paid
|
// check if JO status is in_progress, in_transit, performed, paid
|
||||||
switch($jo->getStatus())
|
switch($jo->getStatus())
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue