diff --git a/packages/payments-plugin/src/mollie/graphql/generated-shop-types.ts b/packages/payments-plugin/src/mollie/graphql/generated-shop-types.ts index 066674d972..e9514f334d 100644 --- a/packages/payments-plugin/src/mollie/graphql/generated-shop-types.ts +++ b/packages/payments-plugin/src/mollie/graphql/generated-shop-types.ts @@ -1671,6 +1671,7 @@ export type MolliePaymentMethod = { image?: Maybe; maximumAmount?: Maybe; minimumAmount?: Maybe; + status?: Maybe; }; export type MolliePaymentMethodImages = { diff --git a/packages/payments-plugin/src/mollie/mollie-shop-schema.ts b/packages/payments-plugin/src/mollie/mollie-shop-schema.ts index 62cdc68aa4..0480b4b456 100644 --- a/packages/payments-plugin/src/mollie/mollie-shop-schema.ts +++ b/packages/payments-plugin/src/mollie/mollie-shop-schema.ts @@ -21,6 +21,7 @@ export const shopSchema = gql` minimumAmount: MollieAmount maximumAmount: MollieAmount image: MolliePaymentMethodImages + status: String } type MolliePaymentIntent { url: String!