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

Commit

Permalink
+ restored the xml schema for Order shipment
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocacciola committed Jun 4, 2019
1 parent 781296e commit a8fea01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Order.php
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,8 @@ public function ship($purchaseOrderId, $order)

$schema = [
'/orderShipment' => [
'namespace' => 'ns3',
'childNamespace' => 'ns3',
],
'/orderShipment/orderLines' => [
'sendItemsAs' => 'orderLine',
Expand Down

0 comments on commit a8fea01

Please sign in to comment.