- πΊπΈ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.
Hello,
TLDR : when there is 2 Paypal Checkout methods, the activated one is not used instantaneously by Paypal.
There's a delay (2 or 3 hours) between activation in Drupal and its real use in transaction handled by Paypal
I'd like to have 2 paypal checkout methods, each one pointing to a different Paypal account, and switch between them easily.
Likewise, I used to swap between 2 paypal EC methods. It worked fine and instantaneously.
- edit the Paypal Checkout method with Paypal account1 (clientId1, secret1) : sells worked as designed
- clone the Paypal Checkout method to a newly named "Paypal Checkout2" method. Edit with a Paypal account2 (clientId2, secret2)
- deactivate Paypal Checkout and activate Paypal Checkout2 : sells worked BUT transactions are still registred with Paypal account1, for 2 or 3 hours, and then, Paypal Checkout2 becomes effective in transaction
- when swap back to Paypal Checkout1 (Paypal Checkout2 being deactivated) , the same occurs : there's a 2 or 3 hours of delay before Paypal Checkout1 becomes effective
At each stage :
- Cache cleared
- Cron launched
- Log checked, NTR
Thanks for your time on it.
Closed: outdated
2.0
PayPal Checkout
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.