Skip to content

Commit

Permalink
Update ShoppingfeedApi.php
Browse files Browse the repository at this point in the history
  • Loading branch information
clotairer authored Dec 18, 2024
1 parent 0ba70c1 commit cc4f7bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/ShoppingfeedApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ public function getUnacknowledgedOrders($iShipped = false, $shoppingfeed_store_i
Hook::exec(
'ShoppingfeedOrderImportCriteria', // hook_name
[
'shoppingfeed_store_id' => $shoppingfeed_store_id,
'storeId' => $shoppingfeed_store_id,
'criteria' => &$criteria,
'iShipped' => &$iShipped,
] // hook_args
Expand Down

0 comments on commit cc4f7bf

Please sign in to comment.