Add dummy has_warranty_doc to rider api jo data #162
This commit is contained in:
parent
93da2003f0
commit
6c63036eea
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
]
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue