#Sinduri
1 messages · Page 1 of 1 (latest)
The button will only be one of Apple/Google/Link depends on the conditions
Our plugin offers link, apple pay and Gpay, all the payment button integrated using the same payment request button integration
Is there any way to render Link button if I disalbed gpay button through my plugin?
Actual scenario is, the browser is eligible with Gpay, but Gpay button not renderd since I disabled it in our plugin, So can render LInk button instead of this GPay
In the aboce screenshot it shows chrome + link authenticated ..what does this mean?
It means customer using Chrome, and authenticated with https://link.co/
Is there any way to render Link button if I disalbed gpay button through my plugin?
It should display Link in that case then. Have you tried?
If Gpay is elgible for the browser, paymentRequest.canMakePayment() funcion return Gpay, but pur plugin dont call the render function because Gpay is disabled on our plugin. So can I render the link button even if paymentRequest.canMakePayment() funcion return Gpay ?