Foro
Conekta Customer Email Null in C# library ..
10 months ago by pedro manuel salas galindo
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