1
0
mirror of https://github.com/v2board/v2board.git synced 2025-05-02 14:24:47 +08:00

add onetime plan

This commit is contained in:
Tokumeikoi 2020-02-28 12:52:29 +08:00
parent dea26121fc
commit a7b47d8f77

@ -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'
]; ];
} }