stanley-king 9 éve
szülő
commit
716a9f3586
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      mobile/wxnotify.php

+ 2 - 2
mobile/wxnotify.php

@@ -71,8 +71,8 @@ try
         } else {
             wxLog::DEBUG('wxpay success.');
             Log::record('wxpay success.',Log::DEBUG);
-            $logic_delivery = Logic('delivery');
-            $ret = $logic_delivery->putOrder($out_trade_no, $transaction_id);
+            //$logic_delivery = Logic('delivery');
+            //$ret = $logic_delivery->putOrder($out_trade_no, $transaction_id);
         }
 
         $ret_wx['return_code'] = 'SUCCESS';