bin/billing_monthly_cronjob 🔗
@@ -180,7 +180,7 @@ class ExpiredCustomer
end
def tel
- REDIS.lindex("catapult_cred-#{jid}", 3)
+ REDIS.lindex("catapult_cred-customer_#{customer_id}@jmp.chat", 3)
end
def btc_addresses
Stephen Paul Weber created
bin/billing_monthly_cronjob | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -180,7 +180,7 @@ class ExpiredCustomer
end
def tel
- REDIS.lindex("catapult_cred-#{jid}", 3)
+ REDIS.lindex("catapult_cred-customer_#{customer_id}@jmp.chat", 3)
end
def btc_addresses