Skip to content

Commit 058a489

Browse files
committed
stripe into billing
1 parent 0ea9b3b commit 058a489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/settingComponents/UpgradeBox.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import request from '@/utils/request';
33
import { loadStripe } from '@stripe/stripe-js';
44
const STRIPE_KEY = process.env.NEXT_PUBLIC_APP_STRIPE_KEY;
55
import { useState } from 'react';
6-
const subscriptionTypes = ['CTFGuidePro', 'CTFGuideProYearly'];
6+
const subscriptionTypes = ['PRO_MONTHLY', 'PRO_YEARLY'];
77

88
export default function UpgradeBox() {
99
const [loading, setLoading] = useState(-1);

0 commit comments

Comments
 (0)