Skip to content

Commit 497ad8a

Browse files
authored
Fix formatting of action steps in README
1 parent 289718d commit 497ad8a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

HOWTO_08_pay_sign_issue_csharp/README.MD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This How-To demonstrates the following:
1313
- Initial credential reading and executing an `/echo` request to verify that the **fiskaltrust POS System API** backend is reachable (handled by `libPosSystemAPI`).
1414
- Creation of a dummy list of charge items.
1515
- Executing the following actions using `ftPosAPIOperationRunner`, which is a helper class that wraps the retry logic:
16-
1. `/pay` the charge items.
17-
2. Generate the receipt information using `/sign`.
18-
3. Deliver the receipt to the user via `/issue`.
16+
- `/pay` the charge items.
17+
- Generate the receipt information using `/sign`.
18+
- Deliver the receipt to the user via `/issue`.
1919
- Waiting for the receipt delivered status.

0 commit comments

Comments
 (0)