diff --git a/packages/integrations/gei-stripe/package.json b/packages/integrations/gei-stripe/package.json index 9a9f1bd..c1a1ebe 100644 --- a/packages/integrations/gei-stripe/package.json +++ b/packages/integrations/gei-stripe/package.json @@ -1,6 +1,6 @@ { "name": "gei-stripe", - "version": "0.3.1", + "version": "0.3.2", "description": "Automatically generated by graphql-editor-cli", "main": "lib/index.js", "scripts": { diff --git a/packages/integrations/gei-stripe/src/index.ts b/packages/integrations/gei-stripe/src/index.ts index 7dba7b9..872c5d1 100644 --- a/packages/integrations/gei-stripe/src/index.ts +++ b/packages/integrations/gei-stripe/src/index.ts @@ -50,7 +50,7 @@ export const integration = NewIntegration({ handler: initStripeCustomerHandler, }, createNewUserCheckoutSession: { - name: 'reateNewUserCheckoutSession', + name: 'createNewUserCheckoutSession', description: 'Creates payment session for user that is not yet registered', handler: createNewUserCheckoutSessionHandler, },