From a516ddfa089e5d73c51a9d1fe89661844889c99f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Mon, 15 Jul 2024 11:59:37 +0200 Subject: [PATCH] Fixed price example (#2437) --- docs/pim/price_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pim/price_api.md b/docs/pim/price_api.md index b90fd54173..e04818a5ae 100644 --- a/docs/pim/price_api.md +++ b/docs/pim/price_api.md @@ -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