Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
customerDataType errors
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?
- For example, do I have to set customer.id - is that required?
- Does the email or id have to be unique?
- Does the email or id have to be pre-registered?
- Does the type have to be pre-set inside the merchants auth.net account?
โ05-21-2019 09:50 PM
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ05-25-2019 03:08 PM

