From 456eb622c1a9dfd2ee7ff3621e4ab7182fde56c2 Mon Sep 17 00:00:00 2001 From: Nick Porter Date: Fri, 12 Apr 2024 11:03:59 -0600 Subject: [PATCH] Add an API for testing --- .../Source/PaymentSheet/PaymentSheetAppearance.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/StripePaymentSheet/StripePaymentSheet/Source/PaymentSheet/PaymentSheetAppearance.swift b/StripePaymentSheet/StripePaymentSheet/Source/PaymentSheet/PaymentSheetAppearance.swift index ff75ce348ed..629e69501c2 100644 --- a/StripePaymentSheet/StripePaymentSheet/Source/PaymentSheet/PaymentSheetAppearance.swift +++ b/StripePaymentSheet/StripePaymentSheet/Source/PaymentSheet/PaymentSheetAppearance.swift @@ -24,6 +24,8 @@ public extension PaymentSheet { /// Describes the colors in PaymentSheet public var colors: Colors = Colors() + + public var addNew: Int = 123 /// Describes the appearance of the primary button (e.g., the "Pay" button) public var primaryButton: PrimaryButton = PrimaryButton()