mirror of
				https://github.com/v2board/v2board.git
				synced 2025-11-01 01:41:47 +08:00 
			
		
		
		
	add onetime plan
This commit is contained in:
		| @@ -15,7 +15,7 @@ class OrderSave extends FormRequest | |||||||
|     { |     { | ||||||
|         return [ |         return [ | ||||||
|             'plan_id' => 'required', |             'plan_id' => 'required', | ||||||
|             'cycle' => 'required|in:month_price,quarter_price,half_year_price,year_price' |             'cycle' => 'required|in:month_price,quarter_price,half_year_price,year_price,onetime_price' | ||||||
|         ]; |         ]; | ||||||
|     } |     } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user