Fix date fulfilled typo / bug #107
This commit is contained in:
parent
1b3c0409df
commit
921aa9bb66
1 changed files with 1 additions and 1 deletions
|
|
@ -1291,7 +1291,7 @@ class APIController extends Controller
|
|||
switch ($status)
|
||||
{
|
||||
case JOStatus::FULFILLED:
|
||||
$jo_data['date_fulfilled'] = $jo->getDateFulfilled()->format('M d, Y');
|
||||
$jo_data['date_fulfilled'] = $jo->getDateFulfill()->format('M d, Y');
|
||||
break;
|
||||
case JOStatus::CANCELLED:
|
||||
$jo_data['date_cancelled'] = $jo->getDateCancel()->format('M d, Y');
|
||||
|
|
|
|||
Loading…
Reference in a new issue