Going to use this as a customer id for the whole billing system

Stephen Paul Weber created

So it's not really braintree specific, even if we make it match the one there.

Change summary

config.ru | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

config.ru 🔗

@@ -49,7 +49,7 @@ class CreditCardGateway
 protected
 
 	def redis_key
-		"jmp_braintree_customer-#{@jid}"
+		"jmp_customer_id-#{@jid}"
 	end
 end