You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: HOWTO_01_Payment_csharp/README.MD
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ In all of these cases, the solution is to resend the original request using the
29
29
## Special case - payment vendor added TIP
30
30
31
31
In many payment vendor apps it is possible to add a tip to the payment amount.
32
-
Flow example in a restaruant:
32
+
Flow example in a restaurant:
33
33
- Guest asks for the bill
34
34
- Waiter triggers to create the bill at the POS (e.g. mobile device)
35
35
- The POS on the mobile device pushes the amount (for example 10€) to be paid to the configured payment app (via POS System API and the fiskaltrust InStore App)
@@ -41,6 +41,6 @@ Flow example in a restaruant:
41
41
- 2 pay items
42
42
- Pay item 1: The fully paid amount with the receipt -> 12€
43
43
- Pay item 2: The tip with negative amount -> -2€
44
-
- sum of the 2 pay items is the orginal requested amount of 10€
44
+
- sum of the 2 pay items is the original requested amount of 10€
45
45
46
-
NOTE: The tip can be calculated by simply substracting the requested amount from the paid amount (12-10 = 2€ tip) or alternatively from the 2nd pay item (-2 * -1 = 2€ tip).
46
+
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