Skip to content

Commit

Permalink
Removed minOccurs attr from WSDL message part (#3022)
Browse files Browse the repository at this point in the history
  • Loading branch information
elidrissidev authored and fballiano committed Feb 16, 2023
1 parent f5090c9 commit 8743c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/core/Mage/Sales/etc/wsdl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@
<part name="carrier" type="xsd:string" />
<part name="title" type="xsd:string" />
<part name="trackNumber" type="xsd:string" />
<part name="weight" type="xsd:double" minOccurs="0" />
<part name="weight" type="xsd:double" />
</message>
<message name="salesOrderShipmentAddTrackResponse">
<part name="result" type="xsd:int" />
Expand Down

0 comments on commit 8743c62

Please sign in to comment.