Hello,

I've followed these threads but they didn't work for me ...

www.nopcommerce.com/boards/t/45655/the-request-was-aborted-could-not-create-ssltls-secure-channel.aspx

I tried adding code:
//most of API providers require TLS 1.2 nowadays
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;

But it won't compile:
Severity  Code  Description  Project  File  Line  Suppression State
Error  CS0103  The name 'ServicePointManager' does not exist in the current context  Nop.Web  C:\Data\NOP35_Parts\Presentation\Nop.Web\Global.asax.cs  51  Active

I am using NOPCommerce v3.5 and am trying the BeanStream pluging (which is now Bambora)

Any help would be soooo appreciated.

Thanks,
Dave