OdyseeTeam / odysee-frontend

The code that runs odysee.com
https://odysee.com
MIT License
209 stars 65 forks source link

Handle past_due membership status #3120

Closed keikari closed 2 months ago

keikari commented 2 months ago

Prevents access to membership content, if the subscription status is "past_due" (Payment failed)

Has issue that if canceling membership in that state changes the status to "cancelled", it would allow access again. Don't see how to detect if it was cancelled past_due or while active

tzarebczan commented 2 months ago

Thanks!