Skip to content

Commit 1927ade

Browse files
Apply suggestion from @deboragracio
Co-authored-by: deboragracio <63159404+deboragracio@users.noreply.github.com>
1 parent 248ee4d commit 1927ade

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

HOWTO_01_Payment_csharp/README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ In many payment vendor apps, it is possible to add a tip to the payment amount.
4040
8. The **fiskaltrust** InStore App / POS System API reports the following in the payment response (see also an example on the POS System API docs):
4141
- 2 pay items
4242
- Pay item 1: The total paid amount with the receipt -> 12€
43-
- Pay item 2: The tip with negative amount -> -2€
43+
- Pay item 2: The tip with a negative amount -> -2€
4444
- sum of the 2 pay items is the original requested amount of 10€
4545

4646
NOTE: The tip can be calculated by simply subtracting the requested amount from the paid amount (12-10 = 2€ tip) or alternatively from the 2nd pay item (-2 * -1 = 2€ tip).

0 commit comments

Comments
 (0)