lib/trust_level_repo.rb 🔗
@@ -14,7 +14,7 @@ class TrustLevelRepo
def find(customer)
EMPromise.all([
find_manual(customer.customer_id),
- redis.get("jmp_customer_activater-#{customer.customer_id}"),
+ redis.get("jmp_customer_activater-#{customer.billing_customer_id}"),
customer.activation_date,
fetch_was_invited(customer.customer_id),
fetch_settled_amount(customer.billing_customer_id)