Hi!
I've just installed your plugin Stripe Direct Payment for Nop Commerce 3.8 and I'm having an issue with using it. I use the standard checkout but when I get to the payment section i get the following error.
"An error occured while sending the request."
When i download the log file for the plugin i see following :
2019.08.06 13:12:22:6980*******
Error. Stripe Direct message=An error occurred while sending the request., StackTrace= vid Stripe.SystemNetHttpClient.<MakeRequestAsync>d__20.MoveNext()
--- End of stack trace ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Stripe.StripeClient.<RequestAsync>d__25`1.MoveNext()
--- End of stack trace ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Stripe.Service`1.<RequestAsync>d__23`1.MoveNext()
--- End of stack trace ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Stripe.Service`1.Request[T](HttpMethod method, String path, BaseOptions options, RequestOptions requestOptions)
at FoxNetSoft.Plugin.Payments.StripeDirect.Services.StripePaymentManager.(StripePaymentIntentRequest )
2019.08.06 13:12:31:6787*******
Error. Stripe Direct message=An error occurred while sending the request., StackTrace= vid Stripe.SystemNetHttpClient.<MakeRequestAsync>d__20.MoveNext()
--- End of stack trace ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Stripe.StripeClient.<RequestAsync>d__25`1.MoveNext()
--- End of stack trace ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Stripe.Service`1.<RequestAsync>d__23`1.MoveNext()
--- End of stack trace ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Stripe.Service`1.Request[T](HttpMethod method, String path, BaseOptions options, RequestOptions requestOptions)
at FoxNetSoft.Plugin.Payments.StripeDirect.Services.StripePaymentManager.(StripePaymentIntentRequest )
Do you have any idea why this is? I use the same credentials that i've used before on my old plugin. Thing is, i need to update to use 3d Secure 2 but I can't seem to get it to work. I'm testing it out on my local environment first. Any ideas?