Update supplier details to use form helpers, and added in api settings
This commit is contained in:
@@ -39,6 +39,8 @@ class SupplierAddEdit extends FormRequest
|
||||
'supplier_details.accounts' => 'nullable|email',
|
||||
'supplier_details.support' => 'nullable|email',
|
||||
'supplier_details.payments' => 'nullable|string|min:3',
|
||||
'api_key' => 'nullable|string|min:3',
|
||||
'api_secret' => 'nullable|string|min:3',
|
||||
];
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user