Resolve "Resq - message prompt for non-serviceable area" #1353

Merged
korina.cordero merged 176 commits from 463-resq-message-prompt-for-non-serviceable-area into 465-resq-august-13-release 2020-08-12 05:41:57 +00:00
Showing only changes of commit 47eaa6488f - Show all commits

View file

@ -449,6 +449,7 @@ class CMBRiderAPIHandler implements RiderAPIHandlerInterface
'items' => $inv_items,
],
'mode_of_payment' => $jo->getModeOfPayment(),
'mode_of_payment_display' => CMBModeOfPayment::getName($jo->getModeOfPayment()),
'trade_in_type' => $trade_in_type,
'promo' => $promo_data,
// TODO: load the actual
@ -587,6 +588,7 @@ class CMBRiderAPIHandler implements RiderAPIHandlerInterface
'items' => $inv_items,
],
'mode_of_payment' => $jo->getModeOfPayment(),
'mode_of_payment_display' => CMBModeOfPayment::getName($jo->getModeOfPayment()),
'trade_in_type' => $trade_in_type,
'promo' => $promo_data,
// TODO: load the actual
@ -747,7 +749,8 @@ class CMBRiderAPIHandler implements RiderAPIHandlerInterface
'vat' => $inv->getVat(),
'items' => $inv_items,
],
'mode_of_payment' => $jo->getModeOfPayment(),
'mode_of_payment' => $jo->getModeOfPayment(),
'mode_of_payment_display' => CMBModeOfPayment::getName($jo->getModeOfPayment()),
'trade_in_type' => $trade_in_type,
'promo' => $promo_data,
// TODO: load the actual