Skip to content

Commit

Permalink
Update Sources/PrimerSDK/Classes/Core/PrimerHeadlessUniversalCheckout…
Browse files Browse the repository at this point in the history
…/Composable/NolPay/NolPayPhoneMetadataService.swift

Co-authored-by: Jack Newcombe <[email protected]>
  • Loading branch information
borisprimer and jnewc authored Oct 30, 2023
1 parent 6ae5bdd commit 1fd47b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ struct NolPayPhoneMetadataService: NolPayPhoneMetadataProviding {

completion(.success((.invalid(errors: [validationError]), nil, nil)))
}
case .failure(let error ):
case .failure(let error):
let primerError = PrimerError.underlyingErrors(
errors: [error],
userInfo: ["file": #file, "class": "\(Self.self)", "function": #function, "line": "\(#line)"],
Expand Down

0 comments on commit 1fd47b5

Please sign in to comment.