Skip to content

Commit 36b73cc

Browse files
committed
rebase
1 parent 82074a1 commit 36b73cc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

payments-core/src/main/java/com/stripe/android/challenge/confirmation/IntentConfirmationChallengeNextActionStarter.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ internal interface IntentConfirmationChallengeNextActionStarter {
3434
publishableKey = args.publishableKey,
3535
intent = args.intent,
3636
productUsage = args.productUsage.toList(),
37+
)
3738
),
3839
requestCode = StripePaymentController.getRequestCode(args.intent)
3940
)

payments-core/src/main/java/com/stripe/android/challenge/confirmation/di/IntentConfirmationChallengeModule.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ internal interface IntentConfirmationChallengeModule {
6464
analyticsRequestExecutor: DefaultAnalyticsRequestExecutor
6565
): AnalyticsRequestExecutor
6666

67-
6867
@Binds
6968
fun bindAnalyticsRequestFactory(
7069
paymentAnalyticsRequestFactory: PaymentAnalyticsRequestFactory

0 commit comments

Comments
 (0)