-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
feat: deposit provider webview #16351
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
…to feat/deposit/provider-webview
…to feat/deposit/provider-webview
…to feat/deposit/provider-webview
app/components/UI/Ramp/Deposit/Views/OrderProcessing/OrderProcessing.test.tsx
Outdated
Show resolved
Hide resolved
app/components/UI/Ramp/Deposit/Views/ProviderWebview/ProviderWebview.test.tsx
Outdated
Show resolved
Hide resolved
app/components/UI/Ramp/Deposit/Views/ProviderWebview/ProviderWebview.tsx
Outdated
Show resolved
Hide resolved
app/components/UI/Ramp/Deposit/Views/ProviderWebview/ProviderWebview.tsx
Outdated
Show resolved
Hide resolved
app/components/UI/Ramp/Deposit/Views/ProviderWebview/ProviderWebview.tsx
Show resolved
Hide resolved
app/components/UI/Ramp/Deposit/Views/ProviderWebview/ProviderWebview.tsx
Outdated
Show resolved
Hide resolved
|
…to feat/deposit/provider-webview
…to feat/deposit/provider-webview
app/components/UI/Ramp/Deposit/Views/OrderProcessing/OrderProcessing.test.tsx
Show resolved
Hide resolved
|
Description
We need to show a Provider WebView where users can complete their payment using a card or Apple Pay. We'll monitor the URL for a redirect to our own domain that includes an
orderId
. Once we detect that redirect, we close the WebView and take the user to the order processing screen.Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist