Skip to content

Commit 4ad82d6

Browse files
committed
organization
1 parent 00a7e36 commit 4ad82d6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

StripePaymentSheet/StripePaymentSheet/Source/PaymentSheet/Checkout/Checkout+Configuration.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ extension Checkout {
5959
/// Configuration for ExpressCheckoutElement.
6060
public var expressCheckoutElement: ExpressCheckoutElement.Configuration = .init()
6161

62+
/// Configuration for the Adaptive Pricing currency selector returned by
63+
/// ``Checkout.getCurrencySelectorElement()``.
64+
public var currencySelectorElement: CurrencySelectorElement.Configuration = .init()
65+
6266
/// Configuration for the shipping address form returned by
6367
/// ``Checkout.getShippingAddressElement()``.
6468
public var shippingAddressElement: ShippingAddressElement.Configuration = .init()
@@ -72,10 +76,6 @@ extension Checkout {
7276
/// The color styling to use for Checkout UI.
7377
public var userInterfaceStyle: UserInterfaceStyle = .automatic
7478

75-
/// Configuration for the Adaptive Pricing currency selector returned by
76-
/// ``Checkout.getCurrencySelectorElement()``.
77-
public var currencySelectorElement: CurrencySelectorElement.Configuration = .init()
78-
7979
/// Creates a configuration.
8080
/// - Parameter clientSecret: The client secret for your Checkout Session.
8181
/// - Parameter returnURL: A custom URL scheme that redirects back to your app after authenticating a payment method, e.g. `my-app://stripe-redirect`. Register this URL scheme in your app and forward incoming URLs to `StripeAPI.handleURLCallback(with:)`.

0 commit comments

Comments
 (0)