~singpolyma/sgx-jmp

a5300d6d4185c70018dba8b9eb4f25df3f8b748a — Stephen Paul Weber 2 years ago da80d0c
hotfix
1 files changed, 1 insertions(+), 1 deletions(-)

M sgx_jmp.rb
M sgx_jmp.rb => sgx_jmp.rb +1 -1
@@ 193,7 193,7 @@ def catchup_notify_low_balance(db)
	end
end

def catchup_notify_possible_renewal
def catchup_notify_possible_renewal(db)
	db.query(<<~SQL).each do |c|
		SELECT customer_id
		FROM customer_plans INNER JOIN balances USING (customer_id)