Mga kuya paano po itong sa FluxCP Donation Credits tama naman po yung inilagay ko na data. Pagtapos po ng payout wala pa din po nakukuha na credits.
1. Kapag nag Donate ako nag proproceed po siya hanggang sa Pay ng Paypal.
2. Nakasetup na din po yung IPN
3. Wala po nadagdag na credits
Ito po yung FluxCP settings ng application.php:
<?php
'AcceptDonations' => true, // Whether or not to accept donations.
'PayPalIpnUrl' => 'ipnpb.sandbox.paypal.com', // The ipnpb.paypal.com and ipnpb.sandbox.paypal.com endpoints only accept HTTPS connections. If you currently use www.paypal.com, you should move to ipnpb.paypal.com when you update your code to use HTTPS.
'PayPalBusinessEmail' => '
[email protected]', // 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.
),
?>