dever hace 6 años
padre
commit
ff7cbe729f
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  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 = Dever::load('act/order')->getActive($order['product_id']);
                         $active_state = true;
                         $active_state = true;
-                        if (!$active) {
-                            $active_state = false;
-                        }
                         if ($active && $active['status'] == 2) {
                         if ($active && $active['status'] == 2) {
                             $active_state = false;
                             $active_state = false;
                         }
                         }