dever hace 6 años
padre
commit
496ecb18b0
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      act/lib/Pay.php

+ 2 - 0
act/lib/Pay.php

@@ -144,6 +144,8 @@ class Pay
                 Dever::db('act/order')->update(array('where_id' => $order['id'], 'status' => 3));
             }
         }
+
+        return 'ok';
 	}
 
     public function send_api()