Exemple #1
0
 public PaymentRails_Recipient_Gateway(PaymentRails_Gateway gateway)
 {
     this.gateway = gateway;
     this.config  = gateway.config;
 }
 public PaymentRails_Balances_Gateway(PaymentRails_Gateway gateway)
 {
     this.gateway = gateway;
     this.config  = gateway.config;
 }