PayPal Classic API TransactionSearch method not supported
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: I'm trying to use PayPal's Classic API to do a TransactionSearch. I keep getting an Error 81002 Unspecified Method: Method specified is not supported. Of course PayPal's documentation is "so" helpful. Anyone have any ideas on what I might be doing wrong? Here is the class I'm using... API credentials are loaded from $this->config... <? php class PayPal { private $base = array (); private $param = array (); public function __construct ( $registry ) { $this -> config = $registry -> get ( 'config' ); $this -> request = $registry ->