Hello,
I tried checking out withmy own Paypal account and I get an error. So I opened a sandbox account in the sandbox, and the same error (see below)
Do any of the Payment Providers work? Which? I would like to use the PaypalPro one? Is there a problem with sandbox testing and dashCommerce?
Thanks,
IS Live OFF:
[WebException: The server committed a protocol violation. Section=ResponseHeader Detail=CR must be followed by LF]
System.Web.Services.Protocols.WebClientProtocol.GetWebResponse(WebRequest request) +314
System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse(WebRequest request) +4
System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[ parameters) +172
etc.
Is Live ON:
[PayPalServiceException: Security header is not valid. ]
MettleSystems.dashCommerce.Store.Services.PaymentService.PayPal.PayPalService.SetExpressCheckout(Order order, String returnUrl, String cancelUrl, Boolean authorizeOnly) in C:\mettlesystems\code\open source\dashCommerce\Store\Services\PaymentService\PayPal\PayPalService.cs:363
MettleSystems.dashCommerce.Store.Services.PaymentService.PayPalProPaymentProvider.SetExpressCheckout(Order order, String returnUrl, String cancelUrl, Boolean authorizeOnly) in C:\mettlesystems\code\open source\dashCommerce\Store\Services\PaymentService\PayPalProPaymentProvider.cs:191
MettleSystems.dashCommerce.Store.OrderController.SetExpressCheckout(Order order, String returnUrl, String cancelUrl, Boolean authorizeOnly) in C:\mettlesystems\code\open source\dashCommerce\Store\Controllers\OrderController.cs:534
etc