Skip to content

Commit

Permalink
Add an API for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
porter-stripe committed Apr 12, 2024
1 parent 9f992cf commit 456eb62
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 456eb62

Please sign in to comment.