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