dever %!s(int64=5) %!d(string=hai) anos
pai
achega
179159e2e4
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      lib/Set.php

+ 1 - 0
lib/Set.php

@@ -48,6 +48,7 @@ class Set
                 $method = '\\Pay\\Lib\\' . ucwords($pay['type']);
                 $method = new $method($pay);
                 $result = $method->refund($order_id, $cash);
+                print_r($result);die;
             }