Skip to content

Commit 25a1d47

Browse files
committed
Address Gemini review
1 parent 59a53d0 commit 25a1d47

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This library supports the following:
2424
| [Legal Entity Management API](https://docs.adyen.com/api-explorer/legalentity/3/overview) | v3 | Manage legal entities that contain information required for verification. | [LegalEntityManagement](/src/services/legalEntityManagement/index.ts) |
2525
| [Local/Cloud-based Terminal API](https://docs.adyen.com/point-of-sale/terminal-api-reference) | - | Our point-of-sale integration. | [TerminalLocalAPI](/src/services/terminalLocalAPI.ts) or [TerminalCloudAPI](/src/services/terminalCloudAPI.ts) |
2626
| [Management API](https://docs.adyen.com/api-explorer/Management/3/overview) | v3 | Configure and manage your Adyen company and merchant accounts, stores, and payment terminals. | [Management](/src/services/management/index.ts) |
27-
| [Open Banking API](https://docs.adyen.com/api-explorer/open-banking/1/overview) | v1 | The Open Banking API provides secure endpoints to share financial data and services with third parties. | [Open Banking](/src/services/openbanking/index.ts) |
27+
| [Open Banking API](https://docs.adyen.com/api-explorer/open-banking/1/overview) | v1 | The Open Banking API provides secure endpoints to share financial data and services with third parties. | [Open Banking](/src/services/openbanking/index.ts) |
2828
| [Payments API](https://docs.adyen.com/api-explorer/Payment/68/overview) | v68 | Our classic integration for online payments. | [ClassicIntegrationAPI](/src/services/paymentApi.ts) |
2929
| [Payouts API](https://docs.adyen.com/api-explorer/Payout/68/overview) | v68 | Endpoints for sending funds to your customers. | [Payout](/src/services/payout/index.ts) |
3030
| [Platforms APIs](https://docs.adyen.com/platforms/api) | - | Set of APIs when using Adyen for Platforms. This API is used for the classic integration. | [Platforms](/src/services/platforms.ts) |

src/__tests__/openBanking.spec.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ describe("Open Banking", (): void => {
5959
});
6060

6161
it("should get account verification report", async (): Promise<void> => {
62-
const code = "some_code";
63-
62+
const code = "some_code";
6463
const mockResponse: AccountVerificationReportResponse = {
6564
id: "69ee9452ef824fe092f1417f37535755",
6665
country: AccountVerificationCountry.Es,

0 commit comments

Comments
 (0)