コード例 #1
0
 public PinService(string pinKey)
 {
     PinPaymentsConfig.SetApiKey(pinKey);
 }
コード例 #2
0
ファイル: PinService.cs プロジェクト: wdjong/PinPayments
 public PinService(string pinKey)
 {
     PinPaymentsConfig.SetApiKey(pinKey);
     ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls;
 }