File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/code/Magento/QuoteGraphQl/etc Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ type Cart {
104
104
applied_coupon : AppliedCoupon
105
105
shipping_addresses : [CartAddress ]! @resolver (class : " \\ Magento\\ QuoteGraphQl\\ Model\\ Resolver\\ ShippingAddresses" )
106
106
billing_address : CartAddress ! @resolver (class : " \\ Magento\\ QuoteGraphQl\\ Model\\ Resolver\\ BillingAddress" )
107
- available_payment_methods : [CheckoutPaymentMethod ] @resolver (class : "Magento\\QuoteGraphQl\\Model\\Resolver\\AvailablePaymentMethods" ) @doc (description : " Available payment methods" )
107
+ available_payment_methods : [PaymentMethod ] @resolver (class : "Magento\\QuoteGraphQl\\Model\\Resolver\\AvailablePaymentMethods" ) @doc (description : " Available payment methods" )
108
108
}
109
109
110
110
type CartAddress {
@@ -156,9 +156,9 @@ type AvailableShippingMethod {
156
156
price_incl_tax : Float !
157
157
}
158
158
159
- type CheckoutPaymentMethod @doc ( description : " The type contains list of active payment methods " ) {
160
- code : String @doc (description : "The payment method code" )
161
- title : String @doc (description : "The payment method title." )
159
+ type PaymentMethod {
160
+ code : String @doc (description : " The payment method code" )
161
+ title : String @doc (description : " The payment method title." )
162
162
}
163
163
164
164
enum AdressTypeEnum {
You can’t perform that action at this time.
0 commit comments