This commit is contained in:
2024-10-14 19:01:38 +05:00
parent 00de426a85
commit c09456ec87
2 changed files with 32 additions and 2 deletions

View File

@@ -99,10 +99,10 @@ class Branch extends Resource
->rules('nullable', 'string', 'max:255')
->hideFromIndex(),
Text::make(__('Billing username (Swift)'), 'billing_swift_username')
Text::make(__('Billing username (Sber)'), 'billing_sber_username')
->rules('nullable', 'string', 'max:255'),
Text::make(__('Billing password (Swift)'), 'billing_swift_password')
Text::make(__('Billing password (Sber)'), 'billing_sber_password')
->rules('nullable', 'string', 'max:255')
->hideFromIndex(),