Skip to content

Commit

Permalink
Updates for Swiftlint
Browse files Browse the repository at this point in the history
  • Loading branch information
NQuinn27 committed Dec 20, 2024
1 parent 5cb74dc commit 44fbe12
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ extension Response.Body.Tokenization {
public let redirectionUrl: String?
}

//swiftlint:disable:next identifier_name
// swiftlint:disable:next nesting
enum CodingKeys: String, CodingKey {
case paypalBillingAgreementId
case first6Digits
Expand All @@ -181,6 +181,7 @@ extension Response.Body.Tokenization {
case threeDSecureAuthentication
case gocardlessMandateId
case authorizationToken
// swiftlint:disable:next identifier_name
case mx
case currencyCode
case productId
Expand Down

0 comments on commit 44fbe12

Please sign in to comment.