Commit befe79dc by nilu

S37807248 # Client - Incoming Issues (raised by Client) #HT has no billing

parent 074780d8
...@@ -74,6 +74,7 @@ public class AddHiringTeamFP extends SaveFP ...@@ -74,6 +74,7 @@ public class AddHiringTeamFP extends SaveFP
} }
else else
{ {
hiringTeam.setOnTrial(false);
hiringTeam.setBilledByTeam(company.getBillingTeam()); hiringTeam.setBilledByTeam(company.getBillingTeam());
} }
......
...@@ -56,6 +56,8 @@ public class SaveCompanyFP extends SaveFP ...@@ -56,6 +56,8 @@ public class SaveCompanyFP extends SaveFP
} }
else else
{ {
hiringTeam.setOnTrial(false);
if(hiringTeam.getPaymentPlan() != null && subscription != null) if(hiringTeam.getPaymentPlan() != null && subscription != null)
{ {
StripeUtils.cancelSubscription(subscription, true); StripeUtils.cancelSubscription(subscription, true);
......
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