Skip to content

Commit

Permalink
self.notificationUrl fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mbalsiger committed Sep 6, 2024
1 parent 2bcf6a7 commit 66eb484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SwedbankPaySDK/Classes/SwedbankPayPaymentSession.swift
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ public extension SwedbankPaySDK {
let task = operation.firstTask(with: .scaRedirect),
!scaRedirectDataPerformed.contains(where: { $0.name == task.expects?.first(where: { $0.name == "creq" })?.value }) {
DispatchQueue.main.async {
self.webViewController.notificationUrl = notificationUrl
self.webViewController.notificationUrl = self.notificationUrl

self.delegate?.show3DSecureViewController(viewController: self.webViewController)

Expand Down

0 comments on commit 66eb484

Please sign in to comment.