Skip to content

Commit

Permalink
fix(stripe): updating stripe api
Browse files Browse the repository at this point in the history
  • Loading branch information
bassrock committed Sep 4, 2024
1 parent 9c4c981 commit 417e93c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servers/account-data-deleter/src/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const config = {
},
stripe: {
key: process.env.STRIPE_KEY || 'somefakestripekey',
apiVersion: '2023-10-16' as const,
apiVersion: '2024-06-20' as const,
productId: 7,
},
database: {
Expand Down

0 comments on commit 417e93c

Please sign in to comment.