Skip to content

chore: Create integration demo#1260

Open
samuelsa-adyen wants to merge 6 commits into
developfrom
chore/create-integration-demo
Open

chore: Create integration demo#1260
samuelsa-adyen wants to merge 6 commits into
developfrom
chore/create-integration-demo

Conversation

@samuelsa-adyen

Copy link
Copy Markdown
Contributor

Summary

Tested scenarios

Fixed issue:

@samuelsa-adyen
samuelsa-adyen requested a review from a team as a code owner June 16, 2026 10:02

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces a standalone integration demo application under packages/integration-demo built with React, Vite, and React Router to test the @adyen/adyen-platform-experience-web package. The changes include adding environment configurations, updating root scripts, and implementing various component pages (Capital, Disputes, Payment Links, Payouts, Reports, and Transactions) along with session token utilities. The code review feedback highlights several critical issues: a missing moduleResolution configuration in tsconfig.json when using TS extensions, potential double-mounting bugs in React StrictMode across multiple components that lack proper useEffect cleanup, and unsafe error handling in the session fetching utility that swallows HTTP and network errors.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread packages/integration-demo/tsconfig.json Outdated
Comment thread packages/integration-demo/src/components/capital/CapitalOverview.tsx Outdated
Comment thread packages/integration-demo/src/components/capital/CapitalOffer.tsx
Comment thread packages/integration-demo/src/components/disputes/DisputeManagement.tsx Outdated
Comment thread packages/integration-demo/src/components/disputes/DisputesOverview.tsx Outdated
Comment thread packages/integration-demo/src/components/payByLink/PaymentLinkCreation.tsx Outdated
Comment thread packages/integration-demo/src/components/payouts/PayoutDetails.tsx Outdated
Comment thread packages/integration-demo/src/components/reports/ReportsOverview.tsx Outdated
Comment thread packages/integration-demo/src/utils.ts Outdated
@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant