Allow decimals on items quantities (#94)

* Allow decimals on items quantities #80

* Updating all requests validation

* Revert discount_val
This commit is contained in:
mchev
2024-06-05 15:10:36 +02:00
committed by GitHub
parent 592a537379
commit 14c599ed4f
3 changed files with 2 additions and 3 deletions

View File

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