~singpolyma/jmp-pay

47eec8eb8bbc541b0eb00cd3815cf15d54dbd6bf — Stephen Paul Weber 3 years ago b243062
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