We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35c9aea commit b44c3daCopy full SHA for b44c3da
app/code/Meta/Sales/Model/Order/Shipper.php
@@ -202,7 +202,7 @@ public function markAsShipped(Shipment $shipment)
202
}
203
204
try {
205
- $this->markOrderAsShipped(
+ $this->markOrderItemsAsShipped(
206
(int)$storeId,
207
$fbOrderId,
208
$shipment->getIncrementId(),
@@ -213,7 +213,7 @@ public function markAsShipped(Shipment $shipment)
213
} catch (\Exception $e) {
214
// Validated the Meta API will throw if retailer ids provided are invalid
215
// https://fburl.com/code/p523l7gm
216
217
218
219
0 commit comments