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
I'm calling MakePayment method as below: ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12; var container = new UnityContainer(); PromisePayDotNet.DI.InitUnityContainer.Init(container); var repo = container.Resolve<IItemRepository>(); var response = repo.MakePayment(PromisePayItemId.ToString(), PromisePayAccountId.ToString());
It returned status 500 though. Can make payment with the same item and card account.
How may I retrieve more detailed error info?
The text was updated successfully, but these errors were encountered:
Hi @datwsui,
It seemed to be a data problem. Rest assured there wasn't anything wrong from your end. You should be good to start testing again. We have a developer investigating what triggered the 500 error, but it should work now as expected.
I'm calling MakePayment method as below:
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12; var container = new UnityContainer(); PromisePayDotNet.DI.InitUnityContainer.Init(container); var repo = container.Resolve<IItemRepository>(); var response = repo.MakePayment(PromisePayItemId.ToString(), PromisePayAccountId.ToString());
It returned status 500 though. Can make payment with the same item and card account.
How may I retrieve more detailed error info?
The text was updated successfully, but these errors were encountered: