Exemplo n.º 1
0
        public IStripeClientSecret GetStripeSecretKey(int customerId)
        {
            var customer = _context.Customers.Find(customerId);

            return(_stripe.StripeClientSecret(customer.StripeCustomerID));
        }