Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 12 additions & 5 deletions app/code/core/Mage/Checkout/etc/wsdl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -314,12 +314,19 @@
<element name="cc_exp_month" type="xsd:string" minOccurs="0"/>
</all>
</complexType>
<complexType name="shoppingCartPaymentMethodResponseEntity">
<all>
<element name="code" type="xsd:string"/>
<element name="title" type="xsd:string"/>
<element name="cc_types" type="typens:associativeArray" minOccurs="0"/>
</all>
</complexType>
<complexType name="shoppingCartPaymentMethodResponseEntityArray">
<all>
<element name="code" type="xsd:string"/>
<element name="title" type="xsd:string"/>
<element name="cc_types" type="typens:associativeArray"/>
</all>
<complexContent>
<restriction base="soapenc:Array">
<attribute ref="soapenc:arrayType" wsdl:arrayType="typens:shoppingCartPaymentMethodResponseEntity[]"/>
</restriction>
</complexContent>
</complexType>
</schema>
</types>
Expand Down