Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Mays <[email protected]>
  • Loading branch information
mludowise-stripe and nschris-stripe authored Oct 2, 2024
1 parent 62516e2 commit 94fd831
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import Foundation

/// The name of the embedded component tag in JS ([docs](https://docs.stripe.com/connect/supported-embedded-components))
enum ComponentType: String, Encodable {
/// Displays the balance summary, the payout schedule, and a list of payouts for the connected account
case accountManagement = "account-management"
/// Displays the balance summary, the payout schedule, and a list of payouts for the connected account
case payouts
/// The onboarding flow for the account.
case onboarding = "account-onboarding"
Expand Down

0 comments on commit 94fd831

Please sign in to comment.