ci_merchant paypal 购买它可以工作,但钱没有到 paypal 帐户
$this->load->library('merchant');
$this->merchant->load('paypal_express');
$settings = array(
'username' => '***************************',
'password' => '****************************',
'signature' => '***************************',
'test_mode' => true);
$this->merchant->initialize($settings);
$params = array(
'amount' => 100.00,
'currency' => 'USD',
'return_url' => 'http://127.0.0.1/freejoboard/index.php/empregos/payed',
'cancel_url' => 'http://127.0.0.1/freejoboard/index.php/empregos/canceled');
$response = $this->merchant->purchase($params);
贝宝打开,我输入信用卡号码,当我支付重定向到付费网页时一切正常,但钱永远不会到达商家测试账户