|
@@ -48,6 +48,7 @@ class Set
|
|
$method = '\\Pay\\Lib\\' . ucwords($pay['type']);
|
|
$method = '\\Pay\\Lib\\' . ucwords($pay['type']);
|
|
$method = new $method($pay);
|
|
$method = new $method($pay);
|
|
$result = $method->refund($order_id, $cash);
|
|
$result = $method->refund($order_id, $cash);
|
|
|
|
+ print_r($result);die;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|