File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
app/code/Magento/QuoteGraphQl/etc Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -130,13 +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
-
140
136
input SetGuestEmailOnCartInput {
141
137
cart_id : String !
142
138
email : String !
@@ -258,13 +254,9 @@ type AvailablePaymentMethod {
258
254
type SelectedPaymentMethod {
259
255
code : String ! @doc (description : " The payment method code" )
260
256
title : String ! @doc (description : " The payment method title." )
261
- additional_data : SelectedPaymentMethodAdditionalData @doc (description : " Additional payment data" )
262
257
purchase_order_number : String @doc (description : " The purchase order number." )
263
258
}
264
259
265
- type SelectedPaymentMethodAdditionalData {
266
- }
267
-
268
260
type AppliedCoupon {
269
261
code : String !
270
262
}
You can’t perform that action at this time.
0 commit comments