dever 5 år sedan
förälder
incheckning
a2e86264a5
1 ändrade filer med 0 tillägg och 3 borttagningar
  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;
             }