dever 6 năm trước cách đây
mục cha
commit
a2e86264a5
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      lib/Set.php

+ 0 - 3
lib/Set.php

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