typo
1 files changed, 1 insertions(+), 1 deletions(-) M bin/billing_monthly_cronjob
M bin/billing_monthly_cronjob => bin/billing_monthly_cronjob +1 -1
@@ 140,7 140,7 @@ class ExpiredCustomer ) stats.add(:renewed, 1) - stats.add(:revenue, plan.price) + stats.add(:revenue, @plan.price) end class WithLowBalance < ExpiredCustomer