using woocommerce_paypal_args
-
I’m trying to send custom data to PayPal using your plugin with the
woocommerce_paypal_args
filter, as shown:add_filter('woocommerce_paypal_args', 'customize_paypal_args'); function customize_paypal_args($paypal_args){ $paypal_args['custom'] = 'YOUR_UID_HERE'; return $paypal_args; }
This doesn’t seem to work. Does your plugin support this filter, or is there another method I should use?
Thanks,
Sam
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘using woocommerce_paypal_args’ is closed to new replies.