Skip to content

Commit

Permalink
Merge pull request #13 from wedevBr/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
adeildo-jr authored Oct 2, 2023
2 parents 2648110 + df5652f commit 47ba844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rules/PIX/QRStaticPaymentCreate.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class QRStaticPaymentCreate
public static function rules(): array
{
return [
'amount' => ['required', 'regex:/\d{1,10}\.\d{2}/'],
'amount' => ['required', 'decimal:0,2'],
'key' => ['required', 'string'],
'transactionIdentification' => ['required', 'string'],
'additionalInformation' => ['sometimes', 'string'],
Expand Down

0 comments on commit 47ba844

Please sign in to comment.