So this post is kind of related to my old post where i was charged 15usd by mistake.
This happens when you are trying to apply free credits you got from somewhere (in this case fireship)
and when it asks the organization, you select the Github Student developer organization.
This changes the organization plan, forcing user to pay this month's invoice.
(i am still not sure why i was being charged 15usd in previous post)
but here it says for now i will have to pay nothing, but it will still change my plan next month
Also the credits werent applied. it gave me an error saying " you cant do this with the current plan you have"
but then it changed the plan itself π
looks like a bug with education org. only
Recommended threads
- My account is blocked so please check an...
My account is blocked so please unblock my account because all the apps are closed due to which it is causing a lot of problems
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...