-
Notifications
You must be signed in to change notification settings - Fork 52
add tap-to-pay support for both android and ios via HCE and VAS #345
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
base: main
Are you sure you want to change the base?
Conversation
|
@pedrouid is attempting to deploy a commit to the Reown Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pedrouid can you remove this file?
|
@claude review |
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
PR #345 Review SummaryVerdict: COMMENT This PR adds NFC tap-to-pay functionality to the POS app using HCE (Android) and VAS (iOS). The implementation is well-structured with platform-specific abstractions and graceful fallbacks. What's Good
Concerns
Suggestions (non-blocking)
Risk Assessment: LOW-MEDIUM
|
Add NFC tap-to-pay functionality to the POS app, enabling customers to receive payment URLs by tapping their phone on the merchant device.
Includes NFC toggle in settings, status indicator on scan screen, and QR code fallback when NFC is unavailable.