...
|
...
|
@@ -733,7 +733,7 @@ class User extends Api |
|
|
'order_no' => $order_no,
|
|
|
'type' => $type,
|
|
|
'order_id' => $order['id'],
|
|
|
'price' => $order_no['total_price'],
|
|
|
'price' => $order['total_price'],
|
|
|
'user_id' => $this->auth->id,
|
|
|
];
|
|
|
$model = new Tax();
|
...
|
...
|
|