Skip to content
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.

Fixing parse_qsl query string output #153

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fookenCode
Copy link

IPN Verification of payload requires that all keys and values are provided back to the VERIFY_URL. If any blank values are omitted, this will cause an otherwise valid payload to return 'INVALID' from the PayPal endpoint. Adding the 'keep_blank_values' argument will ensure that these elements will be added to the query string provided to PayPal to validate.

IPN Verification of payload requires that all keys and values are provided back to the VERIFY_URL.  If any blank values are omitted, this will cause an otherwise valid payload to return 'INVALID' from the PayPal endpoint.  Adding the 'keep_blank_values' argument will ensure that these elements will be added to the query string provided to PayPal to validate.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant