Skip to content

Commit

Permalink
stock updates work from master products.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkerr committed Feb 12, 2019
1 parent 0d56d0e commit 859b8a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions upload/catalog/controller/api/order.php
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ public function add() {

$order_data['products'][] = array(
'product_id' => $product['product_id'],
'master_id' => $product['master_id'],
'name' => $product['name'],
'model' => $product['model'],
'option' => $option_data,
Expand Down

0 comments on commit 859b8a1

Please sign in to comment.