I'm testing AuthorizeNet for our SAAS in .net 8. I got the following error
System.TypeInitializationException: 'The type initializer for 'AuthorizeNet.Util.HttpUtility' threw an exception
var controller = new createTransactionController(request);
controller.Execute(); --------------> from this line
02-13-2025 07:57 AM