Skip to content

Commit

Permalink
Make initializer public for VaultedPaymentMethod
Browse files Browse the repository at this point in the history
  • Loading branch information
NQuinn27 committed Oct 23, 2024
1 parent b478eb1 commit 0085a49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,7 @@ extension PrimerHeadlessUniversalCheckout {
public let paymentInstrumentData: Response.Body.Tokenization.PaymentInstrumentData
public let analyticsId: String

init(
public init(
id: String,
paymentMethodType: String,
paymentInstrumentType: PaymentInstrumentType,
Expand Down

0 comments on commit 0085a49

Please sign in to comment.