I've tried a simple script to get all the data POSTed to my page, but ejunkie does not POST anything, it only GETs a few variables.
These are the variables in the URL via GET that appear on the redirection page:
txn_id = jg-klb1v343f6c4bd
item_number = 2693353
payer_email = test@gmail.com
first_name = test
last_name = test
quantity = 1
payment_status = Completed
Why are these here?
Also, where are the POSTed variables? I'm redirecting to the same URL I'm posting to, but the data doesn't appear besides this GET.
I've tried setting my Payment Variable Information URL to http://www.myurl.com/ only, and I've also tried setting it to http://www.e-junkie.com/ecom/oplug.php?&postto=http://www.myurl.com/
... but it does nothing either way?
Am I supposed to use the o_plug method, or can it be posted without that. What's the difference between using the passthru and just simply using the common data that the help file says are already posted?
Lastly, why does it not actually post the data?
Thanks