Merge branch '162-phase-2-changes' into 'master'

Resolve "Phase 2 changes"

Closes #162

See merge request jankstudio/resq!168
This commit is contained in:
Kendrick Chan 2018-08-10 03:09:25 +00:00
commit c9980896ec

View file

@ -407,6 +407,8 @@ class RAPIController extends Controller
'mode_of_payment' => $jo->getModeOfPayment(),
'trade_in_type' => $trade_in_type,
'promo' => $promo_data,
// TODO: load the actual
'has_warranty_doc' => false,
]
];
}