Skip to content

Commit 6bb3a81

Browse files
Fix manifesting more than one parcel
1 parent 2f11c07 commit 6bb3a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Auspost.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ public function createOrder($shipment_ids) {
243243
'shipments' => [],
244244
];
245245
foreach ($shipment_ids as $shipment_id) {
246-
$request['shipments'] = [
246+
$request['shipments'][] = [
247247
'shipment_id' => $shipment_id,
248248
];
249249
}

0 commit comments

Comments
 (0)