We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05738d9 commit caa7bb5Copy full SHA for caa7bb5
1 file changed
backend/src/modules/subscription/services/stripe.service.ts
@@ -4,7 +4,7 @@ import dotenv from "dotenv";
4
dotenv.config();
5
6
const stripe = new Stripe(process.env.STRIPE_SECRET_KEY || "", {
7
- apiVersion: "2025-05-28.basil",
+ apiVersion: "2025-08-27.basil",
8
});
9
10
/**
0 commit comments