We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82c8a12 commit e5fc30eCopy full SHA for e5fc30e
app/code/Magento/QuoteGraphQl/etc/schema.graphqls
@@ -134,8 +134,7 @@ input PaymentMethodInput {
134
purchase_order_number: String @doc(description:"Purchase order number")
135
}
136
137
-input PaymentMethodAdditionalDataInput {
138
-}
+input PaymentMethodAdditionalDataInput
139
140
input SetGuestEmailOnCartInput {
141
cart_id: String!
@@ -262,8 +261,7 @@ type SelectedPaymentMethod {
262
261
purchase_order_number: String @doc(description: "The purchase order number.")
263
264
265
-type SelectedPaymentMethodAdditionalData {
266
+type SelectedPaymentMethodAdditionalData
267
268
type AppliedCoupon {
269
code: String!
0 commit comments