mirror of
https://github.com/v2board/v2board.git
synced 2025-06-13 21:28:27 +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