From b36b25fe8b4d03dca9ebb06bce39610880ecc262 Mon Sep 17 00:00:00 2001 From: Seth Friedman <122558831+sfriedman-stripe@users.noreply.github.com> Date: Thu, 27 Apr 2023 16:07:08 -0400 Subject: [PATCH] Typo Co-authored-by: Yuki --- .../Source/PaymentSheet/PaymentSheetConfiguration.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StripePaymentSheet/StripePaymentSheet/Source/PaymentSheet/PaymentSheetConfiguration.swift b/StripePaymentSheet/StripePaymentSheet/Source/PaymentSheet/PaymentSheetConfiguration.swift index 6c7630cbe14..09d7d326220 100644 --- a/StripePaymentSheet/StripePaymentSheet/Source/PaymentSheet/PaymentSheetConfiguration.swift +++ b/StripePaymentSheet/StripePaymentSheet/Source/PaymentSheet/PaymentSheetConfiguration.swift @@ -172,7 +172,7 @@ extension PaymentSheet { /// See https://stripe.com/docs/api/customers/object#customer_object-id public let id: String - /// A short-lived token that allows the SDK to access a Customer's payment methods. Cannot be empty + /// A short-lived token that allows the SDK to access a Customer's payment methods. Cannot be empty. public let ephemeralKeySecret: String /// Initializes a CustomerConfiguration