We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52da984 commit a98ca18Copy full SHA for a98ca18
README.md
@@ -205,7 +205,7 @@ the currency defined in the package configuration is used instead.
205
Setting money can be done in several ways:
206
207
```php
208
-$model->money = 10; // 10.00 USD or any other currency defined
+$model->money = 10; // 0.10 USD or any other currency defined
209
$model->money = 10.23; // 10.23 USD or any other currency defined
210
$model->money = 'A$10'; // 10.00 AUD
211
$model->money = '1,000.23'; // 1000.23 USD or any other currency defined
0 commit comments