Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit a8fea01

Browse files
+ restored the xml schema for Order shipment
1 parent 781296e commit a8fea01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Order.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,8 @@ public function ship($purchaseOrderId, $order)
300300

301301
$schema = [
302302
'/orderShipment' => [
303+
'namespace' => 'ns3',
304+
'childNamespace' => 'ns3',
303305
],
304306
'/orderShipment/orderLines' => [
305307
'sendItemsAs' => 'orderLine',

0 commit comments

Comments
 (0)