Zoltan, Is this implying that the https functionality isn't in V6?
Unfortunately no handy v6 scripts here ATM. But you can check it quickly. Just open your ACTINIC.pm and try to find "sub HTTPS_SendAndReceive".
But most likely you won't find it. I seem to recall it was introduced in v7.
Did you change the http to https as well as the port from 80 to 443 ?
Yes. I copied and pasted the new line in and commented out the old. I tend to do things this way so I don't miss bits out and can revert back if there's a problem. (but see below )
Just open your ACTINIC.pm and try to find "sub HTTPS_SendAndReceive".
This is there so that looks OK.
I've checked my edits to PostPayPal.fil and think I've found the problem. When commenting out the old line I'd only commented out the first line, not the second line that wraps around. Done now and will confirm if it works or not.
Thanks for the help.
Mike
Update:All works fine now so can confirm it works for V6 as well.
Comment