ci_merchant貝寶購買它的工作原理,但有錢也不到PayPal帳戶ci_merchant貝寶購買它的工作原理,但有錢也不到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);
PayPal的打開,我輸入信用卡號一切正常當我支付重定向到支付網頁,但錢永遠不會到商家測試帳戶