#ankit-android-SDK

1 messages · Page 1 of 1 (latest)

charred yarrow
#

Hi ankit, so did you get Canceled or Failed results? or did not get any results at all?

stone star
#

did not get any result at all

charred yarrow
#

are you calling paymentSheet.presentWithPaymentIntent from an AppCompatAcrivity?

stone star
#

private void presentPaymentSheet() {
paymentSheet.presentWithPaymentIntent(
clientSecret,
new PaymentSheet.Configuration(
"JioSaavn, Inc.",
new PaymentSheet.CustomerConfiguration(
customerId,
subscriptionId
)
)
);
}

#

Yes