Skip to content

Commit 4d0c618

Browse files
committed
Fix typo
(cherry picked from commit b8366cf411b11a177dc382d802ec7c23e1ec66f2)
1 parent a17cde7 commit 4d0c618

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ios/WalletManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ extension WalletManager: PKAddPaymentPassViewControllerDelegate {
269269
addPaymentPassHandler(.completed, nil)
270270
} else {
271271
addPaymentPassHandler(.error, [
272-
"errorMessage": "Could not add card. \(errorMessage))."
272+
"errorMessage": "Could not add card. \(errorMessage)."
273273
])
274274
}
275275
}

0 commit comments

Comments
 (0)