Kang Ning

Results 4 comments of Kang Ning

I use Finalize payments on the server + SetupIntent + FlowController flow. At present, the google pay button cannot be displayed in the test environment. Looking at the source code,...

My question is why does the google play option show that it is directly related to whether there is a card under the account? And it cannot be changed

Please take a look at this question Because I think it is unreasonable to only display the Google pay button when the user actually adds a valid credit card. It...

``` val googlePayConfiguration = PaymentSheet.GooglePayConfiguration( environment = PaymentSheet.GooglePayConfiguration.Environment.Test, countryCode = "US", currencyCode = localCurrency // Required for Setup Intents, optional for Payment Intents ) ``` ``` val configResult = suspendCancellableCoroutine...