I'm having trouble with the FluxCP : I want whenever my users make a donation using their Flux CP they get automatically their cash points in-game.
For some reason I can't explain, They get the fellowing message upon logging onPaypal, just when the donation needs the final confirmation.
"You must add funds to your PayPal account before sending more money."
This is the way how i set my "applications.php" file:
'CreditExchangeRate' => 1.0, // The rate at which currency is exchanged for credits. 'MinDonationAmount' => 1.0, // Minimum donation amount. (NOTE: Actual donations made that are less than this account won't be exchanged) 'DonationCurrency' => 'EUR', // Preferred donation currency. Only donations made in this currency will be processed for credit deposits. 'MoneyDecimalPlaces' => 2, // (Visual) Number of decimal places to display in amount. 'MoneyThousandsSymbol' => ',', // (Visual) Thousandths place separator (a period in European currencies). 'MoneyDecimalSymbol' => '.', // (Visual) Decimal separator (a comma in European currencies). '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' => '[email protected]', // Enter the e-mail under which you have registered your business account.
Hello guys,
I'm having trouble with the FluxCP : I want whenever my users make a donation using their Flux CP they get automatically their cash points in-game.
For some reason I can't explain, They get the fellowing message upon logging onPaypal, just when the donation needs the final confirmation.
"You must add funds to your PayPal account before sending more money."
This is the way how i set my "applications.php" file:
and that is my Paypal configuration:
Profile >> My selling tools >> Instant payment notifications >> Update
Your help is very appreciated, thank you.
Share this post
Link to post
Share on other sites