#Svatex-GPay

1 messages · Page 1 of 1 (latest)

spice cypress
#

On the integration flow, you will have a place to decide whether to show the button

   private fun onGooglePayReady(isReady: Boolean) {
        googlePayButton.isEnabled = isReady
    }

If you want to display the button no matter what, just set it to true here. But I am not sure what will happen if user click the button in that case