Skip to content

Commit caa7bb5

Browse files
committed
update the basil for the published version
1 parent 05738d9 commit caa7bb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/src/modules/subscription/services/stripe.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import dotenv from "dotenv";
44
dotenv.config();
55

66
const stripe = new Stripe(process.env.STRIPE_SECRET_KEY || "", {
7-
apiVersion: "2025-05-28.basil",
7+
apiVersion: "2025-08-27.basil",
88
});
99

1010
/**

0 commit comments

Comments
 (0)