Skip to content

Commit

Permalink
add lines back
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Kelso committed Sep 18, 2023
1 parent be64e58 commit ba66041
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RecurlySDK-iOS/Helpers/REConfiguration.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ public struct REConfiguration {
public mutating func initialize(publicKey: String) {
self.apiPublicKey = publicKey
}


}
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import Combine

/// Recurly Custom Secure TextField for Card Number Input.
public struct RECardNumberTextField: View {

@StateObject private var viewModel = IndividualViewModel()
private var placeholder: String
private var onEditingChanged: (Bool) -> Void
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import Combine

/// Recurly Custom Secure TextField for Card Input.
public struct RECreditCardInputUI: View {

@StateObject private var viewModel = UnifiedViewModel()
private var cardNumberPlaceholder: String
private var expDatePlaceholder: String
Expand Down

0 comments on commit ba66041

Please sign in to comment.