Skip to content

Commit

Permalink
Change state to null
Browse files Browse the repository at this point in the history
  • Loading branch information
igorschechtel committed Aug 15, 2024
1 parent 4c7a35f commit 15168b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/v1-ready/stripe/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Api extends OAuth2Requester {
client_id: this.stripeClientId,
redirect_uri: this.redirect_uri,
scope: 'read_write',
state: JSON.stringify({ app: 'stripe' }),
state: null,
});
}

Expand Down

0 comments on commit 15168b2

Please sign in to comment.