Increasing base total validation limit for IDR currency (#98)

This commit is contained in:
mchev
2024-06-05 12:16:09 +02:00
committed by GitHub
parent 96e2f6cf0f
commit bf5a8cdb28
3 changed files with 3 additions and 3 deletions

View File

@@ -53,7 +53,7 @@ class RecurringInvoiceRequest extends FormRequest
'total' => [
'integer',
'numeric',
'max:99999999',
'max:999999999999',
'required',
],
'tax' => [