mirror of
https://github.com/v2board/v2board.git
synced 2025-04-26 11:32:38 +08:00
add onetime plan
This commit is contained in:
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'
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user