I have created a web application that charges monthly subscription rates based on the number of members in the customer’s organization. So far I have been able to create a
SUBSCRIPTION_PLAN with a set of SUBSCRIPTION_PLAN_VARIATION objects for the different member ranges (1-50 members, 51-100 members, etc.)
I event have it setup so I can create a customer and then assign the appropriate
SUBSCRIPTION_PLAN_VARIATION based on their organization size and then created a recurring invoice.
My problem is I can’t clear the sandbox to start another test run. I have tried creating a new application but that doesn’t clear the sandbox and makes everything confusing and difficult to manage.
How to I start with a clean slate?
6 posts - 2 participants