Resolve "Resq - message prompt for non-serviceable area" #1353
1 changed files with 3 additions and 0 deletions
|
|
@ -1022,6 +1022,9 @@ class CMBRiderAPIHandler implements RiderAPIHandlerInterface
|
||||||
$mode = $req->request->get('mode_of_payment');
|
$mode = $req->request->get('mode_of_payment');
|
||||||
$jo->setModeOfPayment($mode);
|
$jo->setModeOfPayment($mode);
|
||||||
|
|
||||||
|
// set status to paid
|
||||||
|
$jo->setStatus(JOStatus::PAID);
|
||||||
|
|
||||||
|
|
||||||
// set invoice to paid
|
// set invoice to paid
|
||||||
$jo->getInvoice()->setStatus(InvoiceStatus::PAID);
|
$jo->getInvoice()->setStatus(InvoiceStatus::PAID);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue