mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-05-03 20:59:20 +02:00
Update ipn.php
This commit is contained in:
parent
cd971788cf
commit
d7996c7d1d
2
ipn.php
2
ipn.php
@ -91,7 +91,7 @@
|
|||||||
|
|
||||||
// Check that txn_id has not been previously processed
|
// Check that txn_id has not been previously processed
|
||||||
$txn_id_check = mysql_select_single("SELECT `txn_id` FROM `znote_paypal` WHERE `txn_id`='$txn_id'");
|
$txn_id_check = mysql_select_single("SELECT `txn_id` FROM `znote_paypal` WHERE `txn_id`='$txn_id'");
|
||||||
if ($txn_id_check !== false) {
|
if ($txn_id_check !== true) {
|
||||||
// Check that receiver_email is your Primary PayPal email
|
// Check that receiver_email is your Primary PayPal email
|
||||||
if ($receiver_email == $paypal['email']) {
|
if ($receiver_email == $paypal['email']) {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user