wip
This commit is contained in:
@@ -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(),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user