We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01bcc3a commit c412a28Copy full SHA for c412a28
android/src/main/java/com/reactnativestripesdk/StripeSdkModule.kt
@@ -219,7 +219,7 @@ class StripeSdkModule(private val reactContext: ReactApplicationContext) : React
219
220
PaymentConfiguration.init(reactApplicationContext, publishableKey, stripeAccountId)
221
222
- paymentLauncherFragment = PaymentLauncherFragment(stripe, publishableKey, stripeAccountId)
+ paymentLauncherFragment = PaymentLauncherFragment(stripe!!, publishableKey, stripeAccountId)
223
getCurrentActivityOrResolveWithError(promise)?.let {
224
it.supportFragmentManager.beginTransaction()
225
.add(paymentLauncherFragment, "payment_launcher_fragment")
0 commit comments