discourse-subscriptions/spec/requests
Blake Erickson 100b276c9d
DEV: Add pagination to plans request (#272)
When pulling up a users subscriptions a 500 might occur if we don't find
their plan. If your account happens to have over 100 plans this can be
the cause of the 500 error. This change adds pagination when fetching
plans form stripe, so that we fetch them all.

https://meta.discourse.org/t/problem-with-500-error-with-subscriptions/360808?u=blake
2025-04-10 07:35:31 -06:00
..
admin FIX: Admins unable to cancel a subscription for a user (#220) 2024-07-12 14:33:04 -06:00
user DEV: Add pagination to plans request (#272) 2025-04-10 07:35:31 -06:00
admin_controller_spec.rb DEV: Fix new Rubocop offenses 2024-03-06 15:23:55 +01:00
hooks_controller_spec.rb DEV: Fetch related guest payments (#234) 2024-08-28 21:51:34 -06:00
subscribe_controller_spec.rb FEATURE: Site Setting to enable automatic tax (#218) 2024-07-08 13:22:02 -06:00