Intégration fonctionnalites V1
This commit is contained in:
@@ -14,7 +14,7 @@ class InitiateTopUpRequest extends FormRequest
|
||||
public function rules(): array
|
||||
{
|
||||
return [
|
||||
'amount' => ['required', 'numeric', 'min:1', 'max:500'],
|
||||
'amount' => ['required', 'numeric', 'min:5', 'max:150'],
|
||||
'idempotency_key' => ['required', 'string', 'max:100'],
|
||||
'return_url' => ['nullable', 'url', 'max:255'],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user