You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
issue - most of time working fine on successful payment but randomly getting error on successful payment - webview error The operation couldn’t be completed NSURLErrorDomain error -999
***************************************code to open razorpay ***************************
Xcode: Version 13.2.1 (12D4e)
Razorpay SDK: Razorpay pod version - '1.3.1'
Swift: 5.4
************************************issue *********************************************
issue - most of time working fine on successful payment but randomly getting error on successful payment - webview error The operation couldn’t be completed NSURLErrorDomain error -999
***************************************code to open razorpay ***************************
private func showPaymentForm(amount : Double , orderId : String){
}
**************************success and failure method **************************************************
//Getting Errow here : "The operation couldn’t be completed NSURLErrorDomain error -999"
// code parameter received - 0
Helper.shared.showAlert("FAILURE \n (str)", vc: delegate!.viewController)
}
}
}
****************************** note ***************************
please help as soon as possible we stuck on production release .
The text was updated successfully, but these errors were encountered: