Oct 3rd, 2010, 8:57 AM
Hi Dave,
So the interface change - was that something on PayPal's end? I got an email from them recently saying that they had revised their taking payments pages, but I personally haven't seen any changes yet.
For the success page, could you just add this to find out what information is being posted back?
That would let you see for sure.
- Ben
So the interface change - was that something on PayPal's end? I got an email from them recently saying that they had revised their taking payments pages, but I personally haven't seen any changes yet.
For the success page, could you just add this to find out what information is being posted back?
PHP Code:
<?php
print_r($_POST);
?>
That would let you see for sure.
- Ben