Example #1
0
 public void AuthorizeAutoCaptureTransaction(string account, string currency, int amount)
 {
     _paymentTransactionService.AuthorizeAutoCaptureTransaction(account, currency, amount);
 }