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 0ea9b3b commit 058a489Copy full SHA for 058a489
src/components/settingComponents/UpgradeBox.jsx
@@ -3,7 +3,7 @@ import request from '@/utils/request';
3
import { loadStripe } from '@stripe/stripe-js';
4
const STRIPE_KEY = process.env.NEXT_PUBLIC_APP_STRIPE_KEY;
5
import { useState } from 'react';
6
-const subscriptionTypes = ['CTFGuidePro', 'CTFGuideProYearly'];
+const subscriptionTypes = ['PRO_MONTHLY', 'PRO_YEARLY'];
7
8
export default function UpgradeBox() {
9
const [loading, setLoading] = useState(-1);
0 commit comments