From 143c60912f2edc763f830e513d04ad74a03d14b5 Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Tue, 23 Feb 2021 14:49:47 -0500 Subject: [PATCH] Going to use this as a customer id for the whole billing system So it's not really braintree specific, even if we make it match the one there. --- config.ru | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.ru b/config.ru index ca9fa32..80b3473 100644 --- a/config.ru +++ b/config.ru @@ -49,7 +49,7 @@ class CreditCardGateway protected def redis_key - "jmp_braintree_customer-#{@jid}" + "jmp_customer_id-#{@jid}" end end -- 2.34.7