Skip to content

Commit b44c3da

Browse files
authored
Merging to main caused issues with renamed function (#570)
1 parent 35c9aea commit b44c3da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Meta/Sales/Model/Order/Shipper.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ public function markAsShipped(Shipment $shipment)
202202
}
203203

204204
try {
205-
$this->markOrderAsShipped(
205+
$this->markOrderItemsAsShipped(
206206
(int)$storeId,
207207
$fbOrderId,
208208
$shipment->getIncrementId(),
@@ -213,7 +213,7 @@ public function markAsShipped(Shipment $shipment)
213213
} catch (\Exception $e) {
214214
// Validated the Meta API will throw if retailer ids provided are invalid
215215
// https://fburl.com/code/p523l7gm
216-
$this->markOrderAsShipped(
216+
$this->markOrderItemsAsShipped(
217217
(int)$storeId,
218218
$fbOrderId,
219219
$shipment->getIncrementId(),

0 commit comments

Comments
 (0)