Skip to content

Commit

Permalink
typoo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Matnabru committed Aug 3, 2023
1 parent 792525f commit bb3ef45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/integrations/gei-stripe/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/gei-stripe/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down

0 comments on commit bb3ef45

Please sign in to comment.