Hello, I'm trying to integrate Computop in a iOS project but after selecting an option from TableView the checkoutDidFailToAuthorizePaymentForPaymentData is called and the error is :
"Error Domain=com.computop.sdk Code=20000000 "Unspecified | Unspecified problem which needs to be analysed manually, please contact Computop support." UserInfo={PaygateStatusCode=2, PaygateStatusCodeDescription=Error | Transaction failed, NSLocalizedDescription=Unspecified | Unspecified problem which needs to be analysed manually, please contact Computop support., NSLocalizedFailureReason=}"
Hello, I'm trying to integrate Computop in a iOS project but after selecting an option from TableView the checkoutDidFailToAuthorizePaymentForPaymentData is called and the error is :
"Error Domain=com.computop.sdk Code=20000000 "Unspecified | Unspecified problem which needs to be analysed manually, please contact Computop support." UserInfo={PaygateStatusCode=2, PaygateStatusCodeDescription=Error | Transaction failed, NSLocalizedDescription=Unspecified | Unspecified problem which needs to be analysed manually, please contact Computop support., NSLocalizedFailureReason=}"
Any ideas? P.S. CMPConfiguration.authURL = @"https://www.computop-paygate.com/authtoken.aspx"; in AppDelegate! Also merchantID is completed in AppDelegate!