Tagged Questions
2
votes
1answer
453 views
problem using WP_Http with paypal nvp api
trying to convert a plugin I wrote to use wp_http instead of Curl (so it'll work on servers without curl)
the plugin posts to paypal nvp api and gets back an encrypted button
when I try to use the ...