From 47eec8eb8bbc541b0eb00cd3815cf15d54dbd6bf Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Tue, 11 May 2021 14:19:55 -0500 Subject: [PATCH] typo --- bin/billing_monthly_cronjob | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/billing_monthly_cronjob b/bin/billing_monthly_cronjob index 9dae4b9..8068218 100755 --- a/bin/billing_monthly_cronjob +++ b/bin/billing_monthly_cronjob @@ -140,7 +140,7 @@ class ExpiredCustomer ) stats.add(:renewed, 1) - stats.add(:revenue, plan.price) + stats.add(:revenue, @plan.price) end class WithLowBalance < ExpiredCustomer -- 2.38.5