Skip to content

Commit

Permalink
Fixed price example (#2437)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon authored Jul 15, 2024
1 parent 51c20cb commit a516ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pim/price_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ For example, to create a new price for a given currency, use `ProductPriceServic

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

### Resolve prices

Expand Down

0 comments on commit a516ddf

Please sign in to comment.