Beispiel #1
0
 public PayFastAdHoc(PayFastSettings payfastSettings) : base(payfastSettings: payfastSettings)
 {
 }
Beispiel #2
0
 public PayFastValidator(PayFastSettings settings, PayFastNotify notify, IPAddress requestIpAddress)
 {
     this.Settings         = settings;
     this.Notify           = notify;
     this.RequestIpAddress = requestIpAddress;
 }
Beispiel #3
0
 public PayFastSubscription(PayFastSettings payfastSettings) : base(payfastSettings: payfastSettings)
 {
 }