dever hace 6 años
padre
commit
3f5cc9a2f1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      journal/lib/Pay.php

+ 1 - 1
journal/lib/Pay.php

@@ -54,7 +54,7 @@ class Pay
     {
         $status = Dever::param('status', $data);
 
-        if ($status > 0 && $id > 0) {
+        if ($status == 5 && $id > 0) {
             $send = array();
             $info = Dever::db('journal/order')->one($id);
             $send['pay_project_id'] = 1;