Fluxcp Donate not working

Saruman

New member
Messages
15
Points
0
I have already tested with and without paypal sandbox, and it doesn't work.

I made everything right in fluxcp, donate> put the $ > donate button > "make the payment" > and then...

Sem_t_tulo.png

Sem_t_tulo1.png

And after that, the credits in fluxcp are not activated:

Sem_t_tulo.png

I also have set the IPN

Please, somebody help me!

Thanks !!

 
 
.../config/application.php

change:

Code:
'PayPalIpnUrl'         => 'www.sandbox.paypal.com',
to
Code:
'PayPalIpnUrl'         => 'www.paypal.com',
 
.../config/application.php

change:

'PayPalIpnUrl' => 'www.sandbox.paypal.com',to
Code:
'PayPalIpnUrl'         => 'www.paypal.com',
But i'm testing with sandbox mode 
default_mellow.png


Already tested with normal mode,paying with a credit card and still not working

 
Back
Top