mirror of
				https://github.com/v2board/v2board.git
				synced 2025-11-01 01:41:47 +08:00 
			
		
		
		
	OrderAssign: fixes can not assign two year & three year plan
Signed-off-by: Beta Soft <betaxab@gmail.com>
This commit is contained in:
		| @@ -17,7 +17,7 @@ class OrderAssign extends FormRequest | |||||||
|             'plan_id' => 'required', |             'plan_id' => 'required', | ||||||
|             'email' => 'required', |             'email' => 'required', | ||||||
|             'total_amount' => 'required', |             'total_amount' => 'required', | ||||||
|             'cycle' => 'required|in:month_price,quarter_price,half_year_price,year_price,onetime_price,reset_price' |             'cycle' => 'required|in:month_price,quarter_price,half_year_price,year_price,two_year_price,three_year_price,onetime_price,reset_price' | ||||||
|         ]; |         ]; | ||||||
|     } |     } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user