Exemplo n.º 1
0
 public PinService(string pinKey)
 {
     PinPaymentsConfig.SetApiKey(pinKey);
 }
Exemplo n.º 2
0
 public PinService(string pinKey)
 {
     PinPaymentsConfig.SetApiKey(pinKey);
     ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls;
 }