|
@@ -37,7 +37,7 @@ class Set
|
|
$method = '\\Pay\\Lib\\' . ucwords($pay['type']);
|
|
$method = '\\Pay\\Lib\\' . ucwords($pay['type']);
|
|
$method = new $method($pay);
|
|
$method = new $method($pay);
|
|
$method->refund($order_id);
|
|
$method->refund($order_id);
|
|
- }
|
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
|
|
$update['where_id'] = $order['id'];
|
|
$update['where_id'] = $order['id'];
|