Skip to content

Commit

Permalink
Remove unused value
Browse files Browse the repository at this point in the history
  • Loading branch information
BPerlakiH committed Nov 3, 2024
1 parent 33c34f0 commit 013bc11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/Payment.swift
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ struct Payment {
switch phase {
case .willAuthorize:
break
case .didAuthorize(let payment, let resultHandler):
case .didAuthorize(_, let resultHandler):
let result = PKPaymentAuthorizationResult(status: .success, errors: nil)
resultHandler(result)
case .didFinish:
Expand Down

0 comments on commit 013bc11

Please sign in to comment.