Skip to content

Commit a516ddf

Browse files
authored
Fixed price example (#2437)
1 parent 51c20cb commit a516ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pim/price_api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ For example, to create a new price for a given currency, use `ProductPriceServic
6464

6565
Prices operate using the [`Money`](https://github.com/moneyphp/money) library.
6666
That is why all amounts are provided [in the smallest unit](https://www.moneyphp.org/en/stable/getting-started.html#instantiation).
67-
For example, for euro `50000` refers to 50000 cents, equal to 50 euros.
67+
For example, for euro `50000` refers to 50000 cents, equal to 500 euros.
6868

6969
### Resolve prices
7070

0 commit comments

Comments
 (0)