dever 5 년 전
부모
커밋
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;
             }