Skip to content

Commit e0575d6

Browse files
author
Dmytro Yushkin
committed
MAGETWO-55953: Exception occurs when tracking shipment with invalid FedEx tracking number
- Get rid of 'enterprise' keyword
1 parent ebf4b55 commit e0575d6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

app/code/Magento/Fedex/etc/wsdl/TrackService_v10.wsdl

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,7 @@
185185
<xs:element name="CountryOfManufacture" type="xs:string" minOccurs="0"/>
186186
<xs:element name="HarmonizedCode" type="xs:string" minOccurs="0"/>
187187
<xs:element name="Weight" type="ns:Weight" minOccurs="0"/>
188-
<xs:element name="Quantity" type="xs:decimal" minOccurs="0">
189-
<xs:annotation>
190-
<xs:documentation>This field is used for enterprise transactions.</xs:documentation>
191-
</xs:annotation>
192-
</xs:element>
188+
<xs:element name="Quantity" type="xs:decimal" minOccurs="0"/>
193189
<xs:element name="QuantityUnits" type="xs:string" minOccurs="0"/>
194190
<xs:element name="AdditionalMeasures" type="ns:Measure" minOccurs="0" maxOccurs="unbounded">
195191
<xs:annotation>

0 commit comments

Comments
 (0)