mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 01:11:46 +08:00 
			
		
		
		
	update: order manual
This commit is contained in:
		| @@ -34,7 +34,7 @@ class PaymentController extends Controller | ||||
|         } | ||||
|         if ($order->status === 1) return true; | ||||
|         $orderService = new OrderService($order); | ||||
|         if (!$orderService->success($callbackNo)) { | ||||
|         if (!$orderService->paid($callbackNo)) { | ||||
|             return false; | ||||
|         } | ||||
|         $telegramService = new TelegramService(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user