for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace PayumTW\Allpay\Sdk;
use PayumTW\Ecpay\Sdk\FormToArrayTrait;
class AllInOne extends \AllInOne
{
use FormToArrayTrait;
/**
* 取得付款結果通知的方法.
*/
public function CheckOutFeedback()
$params = func_get_arg(0);
return CheckOutFeedback::CheckOut($params, $this->HashKey, $this->HashIV, 0);
}