mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 01:11:46 +08:00 
			
		
		
		
	add custom coupon code
This commit is contained in:
		| @@ -13,7 +13,8 @@ class CouponSave extends FormRequest | ||||
|         'started_at' => 'required|integer', | ||||
|         'ended_at' => 'required|integer', | ||||
|         'limit_use' => 'nullable|integer', | ||||
|         'limit_plan_ids' => 'nullable|array' | ||||
|         'limit_plan_ids' => 'nullable|array', | ||||
|         'code' => '' | ||||
|     ]; | ||||
|     /** | ||||
|      * Get the validation rules that apply to the request. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user