~singpolyma/jmp-pay

d2a6726c0025e54140fcfdc825a81e0e3766a1af — Stephen Paul Weber 2 years ago 8db7170
fix rubocop
1 files changed, 1 insertions(+), 1 deletions(-)

M bin/billing_monthly_cronjob
M bin/billing_monthly_cronjob => bin/billing_monthly_cronjob +1 -1
@@ 186,7 186,7 @@ class ExpiredCustomer

		def renewal_notification
			"Failed to renew account for #{tel}, " \
			"balance of $#{"%.4f" % @row['balance']} is too low. " \
			"balance of $#{'%.4f' % @row['balance']} is too low. " \
			"To keep your number, please buy more credit soon. " \
			"#{btc_addresses_for_notification}"
		end