Skip to content

Commit

Permalink
Delete unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
mludowise-stripe authored Sep 25, 2024
1 parent e6e1eec commit 711ccf2
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ struct AppSettingsView: View {
}
}

func isMerchantIdValid(_ id: String) -> Bool {
id.starts(with: "acct_") && id.count > 5
}

var saveEnabled: Bool {
isCustomEndpointValid &&
isMerchantIdValid &&
Expand Down

0 comments on commit 711ccf2

Please sign in to comment.