This commit is contained in:
Joseph Schorr 2015-05-26 13:43:51 -04:00
parent 597a86f501
commit d1fa155eee

View file

@ -45,6 +45,7 @@
$scope.signinStarted = function() {
if (Features.BILLING) {
PlanService.getMinimumPlan(1, true, function(plan) {
if (!plan) { return; }
PlanService.notePlan(plan.stripeId);
});
}