We use the latest .net Nuget package.
I added this code..
var customer = new customerDataType
{
email = order.Email,
type = customerTypeEnum.individual,
id = order.Email
};
However, we started getting errors today.
Are there any constraints that we need to know about?
05-21-2019 09:50 PM
05-25-2019 03:08 PM