I'm having a hard time getting Paypal Instant Payment Notification to
validate.
The process requires me to post-back to Paypal the same data that
they posted to me. I'm using Bryan Hughes' paypal_notify.taf as a
prototype, but I can't get Paypal to respond to my POST-back with a
'Verified' answer. I always get an 'Invalid' answer.
I've investigate by running the same post-back to paypal and to my
witango server. This shows that there is indeed a difference in the
POST arguments! Apparently witango 5.0.1.065 <@URL> is not POSTING
an argument with a NULL value. So where Paypal sends me
<snip>
charset=windows-1252
custom=
first_name=William
</snip>
Witango posts back:
<snip>
charset=windows-1252
first_name=William
</snip>
The debug trace shows that the custom variable is indeed in the post
argument array:
10/03/2006 19:17:04 66.135.197.164
[EMAIL PROTECTED] -1470862416 1
97 [Changed Vars] request$postarg_array[11,1]=custom;
request$postarg_array[11,2]=;
Has anyone resolved this?
Do I have to generate the entire HTTP post myself instead of using
<@URL>?
Bill
________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf