Beiträge von aresoa

    Hello,



    I have the same problem as rongame, everything works perfectly except the Paypal IPN notification (work in Sandbox Mode).



    Until last October 2015 I worked, we just updated versions of Joomla related (Joomla 3.4.8 and VM 3.0.12).



    PayPal tells me HTTP 200 (As is correct) on a IPN Notification.



    However, in the log paypal now:



    Code: [Select]
    2016-02-19 15:13:48 DEBUG PaymentNotification, order_number:: P2016021916
    2016-02-19 15:13:48 DEBUG PaymentNotification, virtuemart_paymentmethod_id:: 2
    2016-02-19 15:13:48 DEBUG checkPaypalIps SANDBOX: Array
    (
    [0] => 173.0.82.126
    )



    2016-02-19 15:13:48 DEBUG checkPaypalIps REMOTE ADDRESS: 173.0.82.126
    2016-02-19 15:13:48 ERROR validateIpnContent: Error while posting IPN: , 0
    2016-02-19 15:13:48 DEBUG validateIpnContent: valid_ipn:
    2016-02-19 15:30:26 DEBUG PaymentNotification, paypal_data:: Array
    (
    [mc_gross] => 1.00
    [invoice] => P2016021911
    [auth_exp] => 07:10:28 Mar 20, 2016 PDT
    [protection_eligibility] => Eligible
    [address_status] => unconfirmed
    [payer_id] => SQD8KN7JTK4SQ
    [tax] => 0.00
    [address_street] => XXX
    [payment_date] => 07:30:19 Feb 19, 2016 PST
    [payment_status] => Completed
    [charset] => windows-1252
    [address_zip] => 08320
    [first_name] => test
    [transaction_entity] => payment
    [mc_fee] => 0.38
    [address_country_code] => ES
    [address_name] => name name
    [notify_version] => 3.8
    [custom] => iemmmvrfcik3mjud0nij49soo7
    [payer_status] => verified
    [business] => info-facilitator@sandbox.net
    [address_country] => Spain
    [address_city] => Barcelona
    [quantity] => 1
    [verify_sign] => AUifZwERiLeqHiGOvp8-DyOIYSJVAd801SiPX9p75xXdpeTBJG4wFWzK
    [payer_email] => info-buyer@sandbox.net
    [parent_txn_id] => 65B90485VF274201D
    [txn_id] => 3UX22966HT0182410
    [payment_type] => instant
    [remaining_settle] => 0
    [auth_id] => 65B90485VF274201D
    [last_name] => buyer
    [address_state] => 08
    [receiver_email] => info-facilitator@sandbox.net
    [auth_amount] => 29.07
    [payment_fee] =>
    [receiver_id] => TPCP44P35CQVG
    [txn_type] => web_accept
    [item_name] => P2016021911
    [mc_currency] => EUR
    [item_number] =>
    [residence_country] => ES
    [test_ipn] => 1
    [handling_amount] => 0.00
    [transaction_subject] =>
    [payment_gross] =>
    [auth_status] => Completed
    [shipping] => 0.00
    [ipn_track_id] => 18563d9beec80
    )



    2016-02-19 15:30:26 DEBUG PaymentNotification, order_number:: P2016021911
    2016-02-19 15:30:26 DEBUG PaymentNotification, virtuemart_paymentmethod_id:: 2
    2016-02-19 15:30:26 DEBUG checkPaypalIps SANDBOX: Array
    (
    [0] => 173.0.82.126
    )




    2016-02-19 15:30:26 DEBUG checkPaypalIps REMOTE ADDRESS: 173.0.82.126
    2016-02-19 15:30:26 ERROR validateIpnContent: Error while posting IPN: , 0
    2016-02-19 15:30:26 DEBUG validateIpnContent: valid_ipn:




    What can happen?
    Thank you.