You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Sorry, I don't know how to simply ask something on github without creating an issue...)
I just wanted to know if this plugin checks for duplicate txn_id before processing an IPN, or have we to manage this in the afterPaypalNotification action by ourselves ?
Edit: As a workaround (if the plugin doesn't check for multiples txn_id), I just created an unique constraint on the txn_id field in the db... Hope this won't produce any bug.
Thanks !
The text was updated successfully, but these errors were encountered:
I created a unique constraint on the txn_id field. It's not a good idea, because it prevents transactions from being updated :/
For exemple, if a payment is "under review" (first message) and then the payment is verified (second message), you will never receive the second message because you'll have infinite Internal Servor Error.
(Sorry, I don't know how to simply ask something on github without creating an issue...)
I just wanted to know if this plugin checks for duplicate txn_id before processing an IPN, or have we to manage this in the afterPaypalNotification action by ourselves ?
Edit: As a workaround (if the plugin doesn't check for multiples txn_id), I just created an unique constraint on the txn_id field in the db... Hope this won't produce any bug.
Thanks !
The text was updated successfully, but these errors were encountered: