Skip to content

Commit

Permalink
Update android/src/main/java/com/reactnativestripesdk/PaymentSheetFra…
Browse files Browse the repository at this point in the history
…gment.kt

Co-authored-by: charliecruzan-stripe <[email protected]>
  • Loading branch information
tjclawson-stripe and charliecruzan-stripe authored Oct 9, 2024
1 parent c815cbe commit 8926749
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8926749

Please sign in to comment.