We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6446264 commit 1314ad2Copy full SHA for 1314ad2
1 file changed
src/Invoice/InvoiceItem.php
@@ -59,7 +59,7 @@ public function setPrice($price)
59
}
60
else
61
{
62
- throw new Exception('Price must be a number and greather than 1000 !');
+ throw new Exception('Price must be a number and greather than 100 !');
63
64
65
0 commit comments