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:
commit
c9980896ec
1 changed files with 2 additions and 0 deletions
|
|
@ -407,6 +407,8 @@ class RAPIController extends Controller
|
||||||
'mode_of_payment' => $jo->getModeOfPayment(),
|
'mode_of_payment' => $jo->getModeOfPayment(),
|
||||||
'trade_in_type' => $trade_in_type,
|
'trade_in_type' => $trade_in_type,
|
||||||
'promo' => $promo_data,
|
'promo' => $promo_data,
|
||||||
|
// TODO: load the actual
|
||||||
|
'has_warranty_doc' => false,
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue