Skip to content

Commit 8825739

Browse files
committed
fixup! DOC-1077 Edit filter names
1 parent d815745 commit 8825739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/payments/overview/guide-get-transaction-info.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This sample queries the project's `Booked` transactions.
1818

1919
1. Call the `transactions` query.
2020
1. Add all the information you'd like to review.
21-
- The sample query uses several `transactions` query options, including filtering for `status`, `isAboveAmount`, and `isAfterExecutionDate` (line 4-6).
21+
- The sample query uses several `transactions` query options, including filtering for `status`, `isAboveAmount`, and `isAfterExecutionDate` (lines 4-6).
2222
- It also exposes the creditors' full IBANs and BICs for SEPA Credit Transfers (lines 25-29).
2323
- Confirm whether a [transaction statement](../index.mdx#transactions-statements) can be generated (line 32).
2424
1. Add optional messages to the success payload, either for validation or in case of rejection.

0 commit comments

Comments
 (0)