Skip to content

Commit

Permalink
revert unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mludowise-stripe committed Sep 28, 2024
1 parent a140553 commit d1f7da4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,3 @@ struct CallSetterWithSerializableValueSender<Value: Codable & Equatable>: Messag
let name: String = "callSetterWithSerializableValue"
let payload: Payload
}

extension CallSetterWithSerializableValueSender {
init(_ setter: String, with value: Value) {
self.init(payload: .init(setter: setter, value: value))
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Foundation

@_spi(PrivateBetaConnect)
/// Collection options for account onboarding
public struct AccountCollectionOptions: Codable, Equatable {
public struct AccountCollectionOptions: Codable {

public enum FieldOption: String, Codable {
case currentlyDue = "currently_due"
Expand Down

0 comments on commit d1f7da4

Please sign in to comment.