-
Notifications
You must be signed in to change notification settings - Fork 150
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
How to show qr payment method in flutter #393
Comments
'config': {
|
@PavanZensark Hey, so we don't show the QR code on devices with less than a pre-set width size. In this case, it is 485px. Any device with a width greater than this would have the QR code enabled/visible by default. Unfortunately, we cannot enable the QR code on mobile devices with the config options either. |
@vivekshindhe really appreciate for the fast response, is there any way we can show qr and receive status of payment in mobile |
@PavanZensark The status of the payment will be relayed to the application via the events mentioned here. |
Hi, can you please help me to show Qr code in payment options
The text was updated successfully, but these errors were encountered: