diff --git a/PaymentTransactions/CapturePreviouslyAuthorizedAmount.cs b/PaymentTransactions/CapturePreviouslyAuthorizedAmount.cs index 5f1fd13..728fbce 100644 --- a/PaymentTransactions/CapturePreviouslyAuthorizedAmount.cs +++ b/PaymentTransactions/CapturePreviouslyAuthorizedAmount.cs @@ -11,12 +11,12 @@ namespace net.authorize.sample public class CapturePreviouslyAuthorizedAmount { /// - /// Capture a Transaction Previously Submitted Via CaptureOnly + /// Capture a Transaction Previously Submitted Via AuthOnly /// /// Your ApiLoginID /// Your ApiTransactionKey - /// The amount submitted with CaptureOnly - /// The TransactionID of the previous CaptureOnly operation + /// The amount submitted with AuthOnly + /// The TransactionID of the previous AuthOnly operation public static ANetApiResponse Run(String ApiLoginID, String ApiTransactionKey, decimal TransactionAmount, string TransactionID) { Console.WriteLine("Capture Previously Authorized Amount");