Skip to content

Commit cc431ed

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

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
@@ -41,6 +41,6 @@ In many payment vendor apps, it is possible to add a tip to the payment amount.
4141
- 2 pay items
4242
- Pay item 1: The total paid amount with the receipt -> 12€
4343
- Pay item 2: The tip with a negative amount -> -2€
44-
- sum of the 2 pay items is the original requested amount of 10€
44+
- The 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)