Skip to content

Commit 8a65e48

Browse files
author
Vitaliy Boyko
committed
graphQl-640: fixed input type declaration for PaymentMethodAdditionalDataInput and SelectedPaymentMethodAdditionalData
1 parent 93a8162 commit 8a65e48

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

app/code/Magento/QuoteGraphQl/etc/schema.graphqls

+2-4
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,7 @@ input PaymentMethodInput {
134134
purchase_order_number: String @doc(description:"Purchase order number")
135135
}
136136

137-
input PaymentMethodAdditionalDataInput {
138-
}
137+
input PaymentMethodAdditionalDataInput
139138

140139
input SetGuestEmailOnCartInput {
141140
cart_id: String!
@@ -262,8 +261,7 @@ type SelectedPaymentMethod {
262261
purchase_order_number: String @doc(description: "The purchase order number.")
263262
}
264263

265-
type SelectedPaymentMethodAdditionalData {
266-
}
264+
type SelectedPaymentMethodAdditionalData
267265

268266
type AppliedCoupon {
269267
code: String!

0 commit comments

Comments
 (0)