Add URL handling to Checkout#2601
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces a new public static method handleReturn(url:) to the Checkout enum, allowing developers to pass incoming URLs to the SDK to resume active redirect actions. The review feedback correctly identifies a missing import of the AdyenActions module, which is necessary to resolve the RedirectComponent reference and prevent a compilation error.
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.
|
ℹ️ No baseline data found for 'develop'.
|
atmamont
left a comment
There was a problem hiding this comment.
🚀
Can you also update new v6 docs?
And maybe we should retire this folder?
👀 1 public change detectedComparing
|
Summary [Required]
Now that RedirectComponent is no longer public, we are adding URL handling method to the public Checkout namespace with a cleaner name and documentation
Checklist [Required]