dever 6 년 전
부모
커밋
a4b836f237
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      lib/Set.php

+ 1 - 0
lib/Set.php

@@ -46,6 +46,7 @@ class Set
             if ($status == 5) {
                 $pay = Dever::db('pay/account')->one($order['account_id']);
                 $method = '\\Pay\\Lib\\' . ucwords($pay['type']);
+                print_r($pay);
                 $method = new $method($pay);
                 $result = $method->refund($order_id, $cash);
                 print_r($result);die;