Back to All

Conekta Customer Email Null in C# library ..

hello im use the Conekta 6.07

                var customer = new Customer()
                {
                    Name = user.FirstName + " " + user.LastName,
                    Email = user.Email,
                    Phone = user.CellPhone,
                };
                

i hardcode the Customer information with string and have the same error email is required ... can help me