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.
1 files changed, 1 insertions(+), 1 deletions(-) M config.ru
M config.ru => config.ru +1 -1
@@ 49,7 49,7 @@ class CreditCardGateway protected def redis_key - "jmp_braintree_customer-#{@jid}" + "jmp_customer_id-#{@jid}" end end