Skip to content

Commit

Permalink
Sending problem ACK only once
Browse files Browse the repository at this point in the history
  • Loading branch information
alleus committed Nov 15, 2024
1 parent e710889 commit 3e53193
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions SwedbankPaySDK/Classes/SwedbankPayPaymentSession.swift
Original file line number Diff line number Diff line change
Expand Up @@ -438,10 +438,9 @@ public extension SwedbankPaySDK {
"problemStatus": String(modelProblem.status ?? 0),
"problemDetail": modelProblem.detail ?? ""]))
}
}

makeRequest(router: .acknowledgeFailedAttempt, operation: problemOperation)

makeRequest(router: .acknowledgeFailedAttempt, operation: problemOperation)
}
}

let operations = paymentOutputModel.prioritisedOperations
Expand Down

0 comments on commit 3e53193

Please sign in to comment.