config.ru 🔗
@@ -69,6 +69,7 @@ class Plan
add_one_month_to_current_plan(customer_id)
end
end
+ true
end
def activate_plan_starting_now(customer_id)
Stephen Paul Weber created
config.ru | 1 +
1 file changed, 1 insertion(+)
@@ -69,6 +69,7 @@ class Plan
add_one_month_to_current_plan(customer_id)
end
end
+ true
end
def activate_plan_starting_now(customer_id)