コード例 #1
0
ファイル: PayFastAdHoc.cs プロジェクト: selebogos/payfast
 public PayFastAdHoc(PayFastSettings payfastSettings) : base(payfastSettings: payfastSettings)
 {
 }
コード例 #2
0
 public PayFastValidator(PayFastSettings settings, PayFastNotify notify, IPAddress requestIpAddress)
 {
     this.Settings         = settings;
     this.Notify           = notify;
     this.RequestIpAddress = requestIpAddress;
 }
コード例 #3
0
 public PayFastSubscription(PayFastSettings payfastSettings) : base(payfastSettings: payfastSettings)
 {
 }