Ever since I switched from rAthena to Hercules, donations no longer work as they should.
After players make a donation, the credit balance remains zero but yet I'm receiving their donated money... It's just the balance doesn't update... :/
Anyone know why? Here's my application.php
After players make a donation, the credit balance remains zero but yet I'm receiving their donated money... It's just the balance doesn't update... :/
Anyone know why? Here's my application.php
Code:
'AcceptDonations' => true, // Whether or not to accept donations. 'PayPalIpnUrl' => 'www.paypal.com', // The URL for PayPal's IPN responses (www.paypal.com for live and www.sandbox.paypal.com for testing) 'PayPalBusinessEmail' => '(myemailhere)', // Enter the e-mail under which you have registered your business account. 'PayPalReceiverEmails' => array( // These are the receiver e-mail addresses who are allowed to receive payment. //'admin2@localhost', // -- This array may be empty if you only use one e-mail //'admin3@localhost' // -- because your Business Email is also checked.
Last edited by a moderator: