Skip to content

Commit e5fc30e

Browse files
Vitaliy Boykonaydav
authored andcommitted
graphQl-640: fixed input type declaration for PaymentMethodAdditionalDataInput and SelectedPaymentMethodAdditionalData
1 parent 82c8a12 commit e5fc30e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
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)