dever 5 лет назад
Родитель
Сommit
179159e2e4
1 измененных файлов с 1 добавлено и 0 удалено
  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;
             }