ralke
(҂ ͠❛ ෴ ͡❛)ᕤ
- Joined
- Dec 17, 2011
- Messages
- 1,713
- Solutions
- 31
- Reaction score
- 965
- Location
- Santiago - Chile
- GitHub
- ralke23
- Twitch
- ralke23
Hi again, i'm still struggling with paypal automatic payments, but made some advances. So, first, I already settled up everything on config, enabled cURL and my mail server (it is registered to another e-mail, different than paypal account).

Changed

Then added a rule to block access to paypal ipn at cloudflare:
(deleted the records for 173.0.81.065 and 173.0.81.140 since they're not neccessary)
And I just receive this at database:

What is going wrong here? Thanks in advance!

Changed
$_SERVER["REMOTE_ADDR"]
for $_SERVER['HTTP_CF_CONNECTING_IP']
after $paypal_ip_ranges = array( ... )
at ipn.php
Then added a rule to block access to paypal ipn at cloudflare:
(deleted the records for 173.0.81.065 and 173.0.81.140 since they're not neccessary)
And I just receive this at database:

What is going wrong here? Thanks in advance!