mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 01:11:46 +08:00 
			
		
		
		
	update: payment icon
This commit is contained in:
		| @@ -211,7 +211,8 @@ class OrderController extends Controller | ||||
|         $methods = Payment::select([ | ||||
|             'id', | ||||
|             'name', | ||||
|             'payment' | ||||
|             'payment', | ||||
|             'icon' | ||||
|         ]) | ||||
|             ->where('enable', 1)->get(); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user