- πΊπΈUnited States DamienMcKenna NH, USA
Should this be configurable instead of hardcoding it?
This module checks that the transaction is less than 60 days old in order to issue a refund.
It seems that paypal has changed this time limit to 180 days see: https://developer.paypal.com/api/nvp-soap/paypal-payments-standard/admin...
using the PP checkout submodule, I ran into a situation where I had to issue a refund for a purchase that was > 60 days but < 180
I changed the limit in this module and the refund was successful.
Update all the submodules menu item access callback, and form validation functions to check for 180 days instead of 60
In my case these were commerce_paypal_checkout_refund_access
and commerce_paypal_checkout_refund_form_validate
Thank you.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Should this be configurable instead of hardcoding it?