dever 6 éve
szülő
commit
496ecb18b0
1 módosított fájl, 2 hozzáadás és 0 törlés
  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()