basejump
basejump copied to clipboard
Update stripe-function-handler.ts
Creating default subscription isn't working since blank defaultPlanId and defaultTrialDays are passed into the getBillingStatus function instead of using the ones passed into the stripeFunctionHandler. Also added price_id to the response for get-billing-status. Related to #64