From 8926749072c0a1d3711d87713b763effb8613f45 Mon Sep 17 00:00:00 2001 From: tjclawson-stripe <163896025+tjclawson-stripe@users.noreply.github.com> Date: Wed, 9 Oct 2024 15:06:44 -0400 Subject: [PATCH] Update android/src/main/java/com/reactnativestripesdk/PaymentSheetFragment.kt Co-authored-by: charliecruzan-stripe <97612659+charliecruzan-stripe@users.noreply.github.com> --- .../main/java/com/reactnativestripesdk/PaymentSheetFragment.kt | 3 --- 1 file changed, 3 deletions(-) diff --git a/android/src/main/java/com/reactnativestripesdk/PaymentSheetFragment.kt b/android/src/main/java/com/reactnativestripesdk/PaymentSheetFragment.kt index e7c887013..15b4ea591 100644 --- a/android/src/main/java/com/reactnativestripesdk/PaymentSheetFragment.kt +++ b/android/src/main/java/com/reactnativestripesdk/PaymentSheetFragment.kt @@ -438,9 +438,6 @@ class PaymentSheetFragment( return if (customerSessionClientSecret.isNotEmpty() && customerEphemeralKeySecret.isNotEmpty()) { throw PaymentSheetException("`customerEphemeralKeySecret` and `customerSessionClientSecret` cannot both be set") } else if (customerId.isNotEmpty() && customerSessionClientSecret.isNotEmpty()) { - println("YEET creating customer configuration") - println("YEET customerID: $customerId") - println("YEET customerSessionClientSecret: $customerSessionClientSecret") PaymentSheet.CustomerConfiguration.createWithCustomerSession( id = customerId, clientSecret = customerSessionClientSecret