Opened 8 years ago
#2711 assigned enhancement
Request for simple extension
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Severity: | normal |
| Plugin: | not-listed | Keywords: | apply_filters |
| Cc: | slim3650@… |
Description
Hi, I'm the developper of PayPal Currency Converter Pro for WooCommerce (https://codecanyon.net/item/paypal-currency-converter-pro-for-woocommerce/63432499) and one of my customers wants to use this plugin. To make both work together it would probably only need a simple apply_filter to the returned array at line:
https://plugins.trac.wordpress.org/browser/woocommerce-paypal-pro-payment-gateway/trunk/woo-paypal-pro-gateway-class.php#L304
It would as well be in line with the coding of the original PayPal Payment Gateway that is rolled out with WooCommerc. (see file class-wc-gateway-paypal-request.php at line 79: https://plugins.trac.wordpress.org/browser/woocommerce/trunk/includes/gateways/paypal/includes/class-wc-gateway-paypal-request.php#L79)
Afterwards I could make suitable adjustements to my plugin.
Thank you!