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