Skip to content

Commit

Permalink
1.5.13.3 - bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
terentyevintaro committed Oct 29, 2024
1 parent 42ab82a commit b4d549e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/Sources/PaymentForm/PaymentProcessForm.swift
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public final class PaymentProcessForm: PaymentForm {
self.configuration.paymentDelegate.paymentFinished(transaction, self.configuration.paymentData.orderId)
}
} else if case .failed(let errorMessage) = self.state {
self.configuration.paymentDelegate.paymentFailed(errorMessage)
self.configuration.paymentDelegate.paymentFailed(errorMessage, configuration.paymentData.orderId)
self.actionButton.onAction = { [weak self] in
guard let self = self else {
return
Expand Down

0 comments on commit b4d549e

Please sign in to comment.