Example #1
0
 public void ProcessRecurringPayment(PaymentInfo paymentInfo, Customer customer, Guid orderGuid, ref ProcessPaymentResult processPaymentResult)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public void Capture(Order order, ref ProcessPaymentResult processPaymentResult)
 {
     throw new NotImplementedException();
 }