Merge branch '405-mobile-api-advance-order-issues' into 'master'
Fix bug with advance order setting wrong variable #405 Closes #405 See merge request jankstudio/resq!468
This commit is contained in:
commit
519ee61ff7
1 changed files with 1 additions and 1 deletions
|
|
@ -2379,7 +2379,7 @@ class APIController extends Controller implements LoggedController
|
||||||
->setDeliveryInstructions($instructions)
|
->setDeliveryInstructions($instructions)
|
||||||
// TODO: error check for valid mode of payment
|
// TODO: error check for valid mode of payment
|
||||||
->setModeOfPayment($req->request->get('mode_of_payment'))
|
->setModeOfPayment($req->request->get('mode_of_payment'))
|
||||||
->setAdvanceOrder($advance_order);
|
->setAdvanceOrder($flag_advance_order);
|
||||||
|
|
||||||
// customer
|
// customer
|
||||||
$cust = $this->session->getCustomer();
|
$cust = $this->session->getCustomer();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue