dever 5 years ago
parent
commit
a2e86264a5
1 changed files with 0 additions and 3 deletions
  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;
             }