Skip to content

Commit 06eaaeb

Browse files
committed
AC-3051:DHL schema migration from 6.0 to 6.2 - Integration tests fixes
1 parent 660e43f commit 06eaaeb

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

dev/tests/integration/testsuite/Magento/Dhl/_files/domestic_shipment_request.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,18 @@
66
*/
77
-->
88
<req:ShipmentRequest xmlns:req="http://www.dhl.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9-
xsi:schemaLocation="http://www.dhl.com ship-val-global-req-6.0.xsd" schemaVersion="6.0">
9+
xsi:schemaLocation="http://www.dhl.com ship-val-global-req.xsd" schemaVersion="6.2">
1010
<Request xmlns="">
1111
<ServiceHeader>
1212
<MessageTime>currentTime</MessageTime>
1313
<MessageReference>MAGE_SHIP_28TO32_Char_CHECKED</MessageReference>
1414
<SiteID>some ID</SiteID>
1515
<Password>some password</Password>
1616
</ServiceHeader>
17+
<MetaData>
18+
<SoftwareName>Magento</SoftwareName>
19+
<SoftwareVersion>1.0.0+no-v</SoftwareVersion>
20+
</MetaData>
1721
</Request>
1822
<RegionCode xmlns="">CHECKED</RegionCode>
1923
<RequestedPickupTime xmlns="">N</RequestedPickupTime>
@@ -85,4 +89,4 @@
8589
</Contact>
8690
</Shipper>
8791
<LabelImageFormat xmlns="">PDF</LabelImageFormat>
88-
</req:ShipmentRequest>
92+
</req:ShipmentRequest>

dev/tests/integration/testsuite/Magento/Dhl/_files/shipment_request.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,18 @@
66
*/
77
-->
88
<req:ShipmentRequest xmlns:req="http://www.dhl.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9-
xsi:schemaLocation="http://www.dhl.com ship-val-global-req-6.0.xsd" schemaVersion="6.0">
9+
xsi:schemaLocation="http://www.dhl.com ship-val-global-req.xsd" schemaVersion="6.2">
1010
<Request xmlns="">
1111
<ServiceHeader>
1212
<MessageTime>currentTime</MessageTime>
1313
<MessageReference>MAGE_SHIP_28TO32_Char_CHECKED</MessageReference>
1414
<SiteID>some ID</SiteID>
1515
<Password>some password</Password>
1616
</ServiceHeader>
17+
<MetaData>
18+
<SoftwareName>Magento</SoftwareName>
19+
<SoftwareVersion>1.0.0+no-v</SoftwareVersion>
20+
</MetaData>
1721
</Request>
1822
<RegionCode xmlns="">CHECKED</RegionCode>
1923
<RequestedPickupTime xmlns="">N</RequestedPickupTime>

0 commit comments

Comments
 (0)