Hi,
PayPal Litsener CF
I followed this guide and various post about this subject, but I still get notified paypal on INVALID, note that instead of the email I receive correctly all variables
custom on email Verified
results mail received:
screenshot below
PayPal Litsener CF
I followed this guide and various post about this subject, but I still get notified paypal on INVALID, note that instead of the email I receive correctly all variables
custom on email Verified
<?php
echo'<div>$form->data: '.print_r($form->data, true).'</div>';
?>
results mail received:
$form->data: Array (
[option] => com_chronoforms5
[chronoform] => shop_simple_cart
[event] => ipn
[mc_gross] => 0.10
[protection_eligibility] => Ineligible
[address_status] => confirmed
[payer_id] => XAAYVQ94AMTV6
[address_street] => Via Unit? d'Italia, 5783296
[payment_date] => 04:15:12 Mar 12, 2017 PDT
[payment_status] => Completed
[charset] => windows-1252
[address_zip] => 80127
[first_name] => test
[mc_fee] => 0.10
[address_country_code] => IT
[address_name] => ieraphoto
[notify_version] => 3.8
[custom] =>
[payer_status] => verified
[business] => eliozorro-facilitator-1@tiscali.it
[address_country] => Italy
[address_city] => Napoli
[quantity] => 1
[verify_sign] => ANAhfQvjC-U8ClXWFXJwsmR-MeJKA6bTIKtXrW-5HVWtyB6tV5fJ1xZJ
[payer_email] => eliozorro-buyer-1@tiscali.it
[txn_id] => 686799908J8399321
[payment_type] => instant
[payer_business_name] => ieraphoto
[last_name] => buyer
[address_state] => Napoli
[receiver_email] => eliozorro-facilitator-1@tiscali.it
[payment_fee] =>
[receiver_id] => JKAAW8JMFYW8A
[txn_type] => web_accept
[item_name] => 76,74,
[mc_currency] => EUR
[item_number] =>
[residence_country] => IT
[test_ipn] => 1
[transaction_subject] =>
[payment_gross] =>
[ipn_track_id] => 770a417ea95c
)
screenshot below