From 422f66a844d64c99dea17b1cd01835c95a6ccbe9 Mon Sep 17 00:00:00 2001 From: foondook Date: Tue, 23 Feb 2021 12:57:50 +0500 Subject: [PATCH] typo fix --- PaymentTransactions/CapturePreviouslyAuthorizedAmount.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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");