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

+ 0 - 3
act/lib/Pay.php

@@ -93,9 +93,6 @@ class Pay
 
                         $active = Dever::load('act/order')->getActive($order['product_id']);
                         $active_state = true;
-                        if (!$active) {
-                            $active_state = false;
-                        }
                         if ($active && $active['status'] == 2) {
                             $active_state = false;
                         }