dever %!s(int64=6) %!d(string=hai) anos
pai
achega
a2e86264a5
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  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;
             }