Skip to content

Commit

Permalink
detekt
Browse files Browse the repository at this point in the history
  • Loading branch information
jaynewstrom-stripe committed Nov 13, 2023
1 parent 2f061e5 commit b7e0545
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ class CustomerSheetPlaygroundViewModel(
private val _configurationState = MutableStateFlow(CustomerSheetPlaygroundConfigurationState())
val configurationState: StateFlow<CustomerSheetPlaygroundConfigurationState> = _configurationState

private val initialConfiguration = CustomerSheet.Configuration.builder(merchantDisplayName = "Payment Sheet Example")
private val initialConfiguration = CustomerSheet.Configuration.builder(
merchantDisplayName = "Payment Sheet Example"
)
.defaultBillingDetails(
PaymentSheet.BillingDetails(
name = "CustomerSheet Testing"
Expand Down

0 comments on commit b7e0545

Please sign in to comment.