コード例 #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();
 }