mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 09:21:46 +08:00 
			
		
		
		
	update: rewrite buy limit
This commit is contained in:
		| @@ -249,11 +249,6 @@ class OrderService | ||||
|                 return false; | ||||
|             } | ||||
|         } | ||||
|         $planService = new PlanService($order->plan_id); | ||||
|         if (!$planService->incrementInventory()) { | ||||
|             DB::rollBack(); | ||||
|             return false; | ||||
|         } | ||||
|         DB::commit(); | ||||
|         return true; | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user