Working on credit card
This commit is contained in:
@@ -89,8 +89,9 @@ class Branch extends Resource
|
||||
Text::make(__('Billing username'), 'billing_username')
|
||||
->rules('nullable', 'string', 'max:255'),
|
||||
|
||||
Password::make(__('Billing password'), 'billing_password')
|
||||
->rules('nullable', 'string', 'max:255'),
|
||||
Text::make(__('Billing password'), 'billing_password')
|
||||
->rules('nullable', 'string', 'max:255')
|
||||
->hideFromIndex(),
|
||||
|
||||
Textarea::make(__('Address'), 'address'),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user