File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
app/code/Magento/QuoteGraphQl/etc Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -130,12 +130,9 @@ input SetPaymentMethodOnCartInput {
130
130
131
131
input PaymentMethodInput {
132
132
code : String ! @doc (description :"Payment method code" )
133
- additional_data : PaymentMethodAdditionalDataInput @doc (description :"Additional payment data" )
134
133
purchase_order_number : String @doc (description :"Purchase order number" )
135
134
}
136
135
137
- input PaymentMethodAdditionalDataInput
138
-
139
136
input SetGuestEmailOnCartInput {
140
137
cart_id : String !
141
138
email : String !
@@ -257,12 +254,9 @@ type AvailablePaymentMethod {
257
254
type SelectedPaymentMethod {
258
255
code : String ! @doc (description : " The payment method code" )
259
256
title : String ! @doc (description : " The payment method title." )
260
- additional_data : SelectedPaymentMethodAdditionalData @doc (description : " Additional payment data" )
261
257
purchase_order_number : String @doc (description : " The purchase order number." )
262
258
}
263
259
264
- type SelectedPaymentMethodAdditionalData
265
-
266
260
type AppliedCoupon {
267
261
code : String !
268
262
}
You can’t perform that action at this time.
0 commit comments