Merge branch '107-changes-for-ios-api' into 'master'
Resolve "Changes for ios api" Closes #107 See merge request jankstudio/resq!90
This commit is contained in:
commit
aecc409ce0
1 changed files with 1 additions and 1 deletions
|
|
@ -1291,7 +1291,7 @@ class APIController extends Controller
|
||||||
switch ($status)
|
switch ($status)
|
||||||
{
|
{
|
||||||
case JOStatus::FULFILLED:
|
case JOStatus::FULFILLED:
|
||||||
$jo_data['date_fulfilled'] = $jo->getDateFulfilled()->format('M d, Y');
|
$jo_data['date_fulfilled'] = $jo->getDateFulfill()->format('M d, Y');
|
||||||
break;
|
break;
|
||||||
case JOStatus::CANCELLED:
|
case JOStatus::CANCELLED:
|
||||||
$jo_data['date_cancelled'] = $jo->getDateCancel()->format('M d, Y');
|
$jo_data['date_cancelled'] = $jo->getDateCancel()->format('M d, Y');
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue