From 94fd831f0f434242b08a953127854a0ef8d91f25 Mon Sep 17 00:00:00 2001 From: Mel <78050250+mludowise-stripe@users.noreply.github.com> Date: Wed, 2 Oct 2024 12:10:51 -0700 Subject: [PATCH] Fix comment Co-authored-by: Chris Mays <108435196+nschris-stripe@users.noreply.github.com> --- .../StripeConnect/Source/Components/ComponentType.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StripeConnect/StripeConnect/Source/Components/ComponentType.swift b/StripeConnect/StripeConnect/Source/Components/ComponentType.swift index af946f765b4..ba7cfe05308 100644 --- a/StripeConnect/StripeConnect/Source/Components/ComponentType.swift +++ b/StripeConnect/StripeConnect/Source/Components/ComponentType.swift @@ -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"