- πΊπΈUnited States TomTech
Automatically closed because Drupal 7 security and bugfix support has ended β as of 5 January 2025. If the issue verifiably applies β to later versions, please reopen with details and update the version.
Context: For some reason that we have not yet worked out paypal is marking payments made from our site as needing review. We make a successful payment, however the IPN callback creates a pending transaction and within 24 hours paypal reviews the payment and makes a follow up ipn that should mark the existing payment as 'Completed'.
However what it is doing is creating a new transaction with the same remote id as the original pending transaction.
The reason for this is that the IPN payload does not have the 'auth_id' property that is currently being used to identify follow up IPNs to existing transactions.
Also try to find a previous transaction based on 'txn_id' if there is no 'auth_id' in the payload.
None
Additional check to find existing transactions during IPN process.
None
Closed: outdated
2.0
PayPal WPS
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed because Drupal 7 security and bugfix support has ended β as of 5 January 2025. If the issue verifiably applies β to later versions, please reopen with details and update the version.