Hi, i tried and still nothing, just need a few things confirmed
On paypal my POSTBACK URL is http://www.sinister-wow.com/donate/postback_paypal
I setup a API access and got my username and password, where do i enter these credentials? On Paypal i chose
Code:
Option 2 - Request API credentials to create your own API username and password.
This option applies to Custom websites and online shops and Pre-integrated shopping carts running on your own server
The only things i have changed are
in wamp\www\application\modules\donate\config - donate.php
Code:
'postback_url' => "http://www.sinister-wow.com/donate/postback_paypal",
'return_url' => "http://www.sinister-wow.com/donate/success",
'email' => "MY PAYPAL",
'sandbox' => false, // false: live servers | true: testing/dev servers
in C:\wamp\www\application\modules\donate\controllers
Code:
$_POST['receiver_email'] = "MY PAYPAL";
$_POST['payer_email'] = "MY PAYPAL";