Closed theblacksheepltd closed 4 years ago
I have a Stripe product with more than 10 subscription plans (used as sponsorship items). Only the first 10 are being returned with the {{ charge:plans }} tag. Is there a setting to increase this?
I'll check, I call the ->all() method, perhaps Stripe is limiting it?
->all()
Yup it's a stripe default
I can add a parameter to override.
released in 3.1
I have a Stripe product with more than 10 subscription plans (used as sponsorship items). Only the first 10 are being returned with the {{ charge:plans }} tag. Is there a setting to increase this?