update: add custom currency

This commit is contained in:
tokumeikoi
2021-11-14 02:43:41 +08:00
parent 9d96d68f12
commit 7b1a8ee5ff
5 changed files with 10 additions and 4 deletions

View File

@ -46,6 +46,8 @@ class ConfigSave extends FormRequest
'recaptcha_key' => '',
'recaptcha_site_key' => '',
'tos_url' => 'nullable|url',
'currency' => '',
'currency_symbol' => '',
// subscribe
'plan_change_enable' => 'in:0,1',
'reset_traffic_method' => 'in:0,1,2',