Skip to content

Commit

Permalink
Update PayseraAttributesForCreateValidation.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Medboubazine authored Mar 26, 2024
1 parent 3a54e11 commit df314d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public function rules(): array
"country" => "required|in:" . implode(",", Countries::getCodes()),
"order_id" => "required|numeric|min:1",
"currency" => "required|in:" . implode(",", Currencies::getCodes()),
"amount" => "required|numeric|min:1",
"amount" => "required|numeric|min:0.01",
];
}
}

0 comments on commit df314d2

Please sign in to comment.