public PinService(string pinKey)
 {
     PinPaymentsConfig.SetApiKey(pinKey);
 }
Beispiel #2
0
 public PinService(string pinKey)
 {
     PinPaymentsConfig.SetApiKey(pinKey);
     ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls;
 }