lib/customer_repo.rb 🔗
@@ -55,7 +55,7 @@ class CustomerRepo
redis.get("jmp_customer_id-#{jid}").then do |customer_id|
raise NotFound, "No customer" unless customer_id
- [customer_id, @jid]
+ [customer_id, jid]
end
end
end