0
如何正確使用$this->payments->payment_action();
函數?使用Codeigniter支付
我得到的是這樣的:
object(stdClass)#137 (5) {
["type"]=>
string(14) "local_response"
["status"]=>
string(7) "failure"
["response_code"]=>
string(3) "000"
["response_message"]=>
string(32) "The method called does not exist"
["details"]=>
string(27) "No further details provided"
}
你想用這個做什麼? –
這是這樣的: $ response = $ this-> payments-> payment_action('gateway_name',$ params); 我不知道我應該放在'$ params'中 –
你檢查了我的答案嗎? –