globalpayments / dotnet-sdk

GNU General Public License v2.0
43 stars 63 forks source link

The name of the country is longer that 50 characters #67

Closed half-paul closed 1 year ago

half-paul commented 2 years ago

the country name "United Kingdom of Great Britain and Northern Ireland" is longer that 50 chars. The API declines the payment request when the CountryCode is specified as "GB" with the error " [country] United Kingdom of Great Britain and Northern Ireland [/country] ' does not conform to the schema"

https://github.com/globalpayments/dotnet-sdk/blob/7f6775a196e5b37b51c77fe339ecc97245051baf/src/GlobalPayments.Api/Entities/CountryData.cs#L267

SneyderOspinaChavarria commented 1 year ago

It was fixed