|
@@ -46,6 +46,7 @@ class Set
|
|
|
if ($status == 5) {
|
|
|
$pay = Dever::db('pay/account')->one($order['account_id']);
|
|
|
$method = '\\Pay\\Lib\\' . ucwords($pay['type']);
|
|
|
+ print_r($pay);
|
|
|
$method = new $method($pay);
|
|
|
$result = $method->refund($order_id, $cash);
|
|
|
print_r($result);die;
|