~singpolyma/jmp-pay

251232233d7b6cee087605c190de35970f649d29 — Stephen Paul Weber 2 years ago 47eec8e
format number
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 #{@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