We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The value of United Kingdom of Great Britain and Northern Ireland from IsoCountries appears to be too long and causes the error:
United Kingdom of Great Britain and Northern Ireland
Unexpected Gateway Response: 506 - address.country : size must be between 0 and 50
Demo:
$customer = new \GlobalPayments\Api\Entities\Customer(); $customer->key = \GlobalPayments\Api\Utils\GenerationUtils::getGuid(); $customer->address = new \GlobalPayments\Api\Entities\Address(); $customer->address->countryCode = '826'; // This is UK try { $result = $customer->create(); } catch (\Exception $exception) { echo $exception->getMessage(); }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The value of
United Kingdom of Great Britain and Northern Ireland
from IsoCountries appears to be too long and causes the error:Demo:
The text was updated successfully, but these errors were encountered: