fix: remove reopen payment window button#2448
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Claude finished @broody's task —— View job Documentation Analysis Complete
Analysis SummaryAfter reviewing the PR changes and the existing Coinbase onramp documentation, I've determined that no documentation updates are required. Reasoning
ConclusionThe PR is an internal implementation improvement that simplifies the payment retry UX without changing the documented functionality. No updates to the docs repository are needed. |
Removes the "REOPEN PAYMENT WINDOW" button and its associated
handleRetryPopuplogic from the Coinbase checkout screen. Users can navigate back to reinitiate the payment flow instead.The "TRY AGAIN" button on the failure state now calls
handleContinueto reopen the popup.