Commit 9cd6806c by Nilu

comment out subscribing to deault eap plan, as manage plans screen is ready now

parent c4cd5585
...@@ -120,8 +120,8 @@ public class SendCompanyUserInvitesFP extends SaveFP ...@@ -120,8 +120,8 @@ public class SendCompanyUserInvitesFP extends SaveFP
StripeUtils.createCustomer(companyUser); StripeUtils.createCustomer(companyUser);
LogMgr.log(LOG, LogLevel.PROCESSING1,"Created customer in Stripe, customer reference ", company.getStripeReference()); LogMgr.log(LOG, LogLevel.PROCESSING1,"Created customer in Stripe, customer reference ", company.getStripeReference());
StripeUtils.subscribeCustomer(company); // StripeUtils.subscribeCustomer(company);
LogMgr.log(LOG, LogLevel.PROCESSING1,"Subscribed customer to default plan in Stripe, subscription reference ", company.getStripeSubscription()); // LogMgr.log(LOG, LogLevel.PROCESSING1,"Subscribed customer to default plan in Stripe, subscription reference ", company.getStripeSubscription());
//process user invitations //process user invitations
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment