Skip to content

Commit c412a28

Browse files
fix after rebase
1 parent 01bcc3a commit c412a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/com/reactnativestripesdk/StripeSdkModule.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ class StripeSdkModule(private val reactContext: ReactApplicationContext) : React
219219

220220
PaymentConfiguration.init(reactApplicationContext, publishableKey, stripeAccountId)
221221

222-
paymentLauncherFragment = PaymentLauncherFragment(stripe, publishableKey, stripeAccountId)
222+
paymentLauncherFragment = PaymentLauncherFragment(stripe!!, publishableKey, stripeAccountId)
223223
getCurrentActivityOrResolveWithError(promise)?.let {
224224
it.supportFragmentManager.beginTransaction()
225225
.add(paymentLauncherFragment, "payment_launcher_fragment")

0 commit comments

Comments
 (0)