-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Products switched to using the new pricing plans #555
base: main
Are you sure you want to change the base?
Conversation
paymentPlans, | ||
setPaymentPlans, | ||
defaultPaymentPlan, | ||
setDefaultPaymentPlan, |
Check notice
Code scanning / CodeQL
Unused variable, import, function or class Note
Show autofix suggestion
Hide autofix suggestion
Copilot Autofix AI 10 days ago
To fix the problem, we need to remove the unused variable setDefaultPaymentPlan
from the code. This involves deleting the declaration of setDefaultPaymentPlan
on line 208 and ensuring that the rest of the code remains functional and unaffected by this change.
-
Copy modified line R208
@@ -207,3 +207,3 @@ | ||
defaultPaymentPlan, | ||
setDefaultPaymentPlan, | ||
|
||
onPlanSubmitted, |
import { FetchBuilder } from "@courselit/utils"; | ||
import { | ||
Constants, | ||
MembershipEntityType, |
Check failure
Code scanning / CodeQL
Assignment to constant Error
No description provided.