File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -29048,7 +29048,7 @@ input setOrderPaymentInput {
2904829048 # Payment method.
2904929049 paymentMethod: OrderPaymentMethodEnum!
2905029050
29051- # Saved payment method id (credit card or bank account). Required for bank accounts.
29051+ # Saved payment method id (credit card or bank account).
2905229052 paymentMethodId: String
2905329053
2905429054 # Stripe confirmation token.
Original file line number Diff line number Diff line change @@ -32,8 +32,7 @@ export const setOrderPaymentMutation = mutationWithClientMutationId<
3232 } ,
3333 paymentMethodId : {
3434 type : GraphQLString ,
35- description :
36- "Saved payment method id (credit card or bank account). Required for bank accounts." ,
35+ description : "Saved payment method id (credit card or bank account)." ,
3736 } ,
3837 creditCardWalletType : {
3938 type : OrderCreditCardWalletTypeEnum ,
You can’t perform that action at this time.
0 commit comments