mirror of
https://github.com/retailcrm/opencart-module.git
synced 2025-04-02 21:06:19 +03:00
Update retailcrm_create_order.xml
This commit is contained in:
parent
ad4e706dd0
commit
fb38659631
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
|
||||
$order = $this->model_checkout_order->getOrder($this->session->data['order_id']);
|
||||
$order['products'] = $this->model_account_order->getOrderProducts($this->session->data['order_id']);
|
||||
$order['order_total'] = $this->model_account_order->getOrderTotals($this->session->data['order_id']);
|
||||
|
||||
$this->model_retailcrm_order->sendToCrm($order, $this->session->data['order_id']);
|
||||
]]></add>
|
||||
|
|
Loading…
Add table
Reference in a new issue