From 7540d27914f7a036c3cd49b220e3baf1de7578e6 Mon Sep 17 00:00:00 2001 From: Mustafa Kerem CANSEV <76810832+mkeremcansev@users.noreply.github.com> Date: Sat, 5 Oct 2024 01:02:52 +0300 Subject: [PATCH] Update commission-with-is-total.md --- docs/commission-with-is-total.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/commission-with-is-total.md b/docs/commission-with-is-total.md index a2e8b83..5b2f3b5 100644 --- a/docs/commission-with-is-total.md +++ b/docs/commission-with-is-total.md @@ -1,4 +1,4 @@ -# Commission with is_total (Integer Calculations) +# Commission with is_total In this example, a product is priced at 10000 (100.00$). Two commissions are defined. The first commission is a percentage-based commission calculated as an integer. The second commission, with `is_total` set to `true`, calculates its amount based on the total of the original price and previously calculated commissions.