commit 9ce747711893464ed0588ddd930402fe746955bc parent d4a19e861a0eef6f055d316797de9767c8fc1186 Author: Bohdan Potuzhnyi <bohdan.potuzhnyi@gmail.com> Date: Sun, 13 Apr 2025 17:59:06 +0200 checking the donau merchant api sections Diffstat:
| M | core/api-merchant.rst | | | 7 | +------ |
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -2886,10 +2886,6 @@ Creating orders // Tax receipt output. type: "tax-receipt"; - // Total amount that will be on the tax receipt. - // Optional, if missing the full amount will be on the receipt. - amount?: Amount; - } The following `MinimalInventoryProduct` can be provided if the parts of the @@ -4832,8 +4828,7 @@ The contract terms must have the following structure: donau_urls: string[]; // Total amount that will be on the tax receipt. - // Optional, if missing the full amount will be on the receipt. - amount?: Amount; + amount: Amount; }