Add dummy has_warranty_doc to rider api jo data #162

This commit is contained in:
Kendrick Chan 2018-08-10 11:08:26 +08:00
parent 93da2003f0
commit 6c63036eea

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,
]
];
}