Skip to content

Commit 826d639

Browse files
committed
cleanup
1 parent f03ed66 commit 826d639

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

_schemaV2.graphql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

src/schema/v2/order/setOrderPaymentMutation.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)