- πΊπΈ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.
On a project we're getting occasional double/duplicate payments for the same order via PayFlow pro (patched via https://www.drupal.org/node/2237019 β ) - either perhaps through user double submit clicking/refresh or PayPal communication problems. I've attached a patch which adds an NVP 'ORDERID' to the secure token request (as per https://developer.paypal.com/docs/classic/payflow/integration-guide/) as well as a curl header X-VPS-REQUEST-ID and timeout settings.
Would it also help to use drupal_http_request instead of curl as suggested in https://www.drupal.org/node/2027293 β ?
Yet to be tested as to whether it's effective preventing duplicates.
Closed: outdated
2.0
PayPal PPA
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.