- πΊπΈ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.
Using Paypal WPS, I got an IPN with payment_status
equal to Pending
, and pending_reason
as multi_currency
- but in possible reason keys defined in commerce_paypal_ipn_pending_reason()
, there is no multi_currency
, but multi-currency
- therefore $transaction->message
does not get populated in commerce_paypal_wps_paypal_ipn_process()
.
Not sure if multi-currency
is incorrect, or perhaps it might be returned in some other cases/payment solutions, therefore attached patch adds another key instead of just replacing the old one.
Closed: outdated
2.0
PayPal / IPN
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.