Skip to content
New issue

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

Increased max_length from 40 to 64 for fields: address_city, address_state. #209

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

bilabon
Copy link

@bilabon bilabon commented Mar 18, 2019

Got an error in handling IPN form: Invalid form. (address_city: Ensure this value has at most 40 characters (it has 44).) Please allow this pull request.

@spookylukey
Copy link
Owner

Could you tell me where the new figure 64 comes from? Are there some docs from PayPal's side about what the new max lengths are? (I think the old ones were based on PayPal docs)

@bilabon
Copy link
Author

bilabon commented Mar 19, 2019 via email

@spookylukey
Copy link
Owner

OK, so this is a PayPal bug, they should not be sending data longer than their specified max length. Most likely they changed something and forgot to update their docs. Perhaps you could contact them and get an official answer on what the lengths should be?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants