Automatically closed - issue fixed for 2 weeks with no activity.
When calling loadRemotePlanMultiple
, we currently do not send any parameter, resulting in a 10 item limit, as described here: https://stripe.com/docs/api/plans/list
This limit makes no sense in the actual context, also I don't believe it would make more sense making it a config parameter. Which is why I suggest hardcoding the max value (100) into the class itself.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.