File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/java/net/authorize/sample Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77import net .authorize .api .controller .base .ApiOperationBase ;
88import net .authorize .api .controller .CreateTransactionController ;
99
10- public class CaptureOnly {
10+ public class CaptureFundsAuthorizedThroughAnotherChannel {
1111
1212 //
1313 // Run this sample from command line with:
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ private static void ShowMethods()
8181 System .out .println (" RefundTransaction" );
8282 System .out .println (" VoidTransaction" );
8383 System .out .println (" CreateCustomerProfileFromTransaction" );
84- System .out .println (" CaptureOnly " );
84+ System .out .println (" CaptureFundsAuthorizedThroughAnotherChannel " );
8585 System .out .println (" CapturePreviouslyAuthorizedAmount" );
8686 System .out .println (" DebitBankAccount" );
8787 System .out .println (" CreditBankAccount" );
@@ -158,8 +158,8 @@ private static void RunMethod(String methodName)
158158 case "CreateCustomerProfileFromTransaction" :
159159 CreateCustomerProfileFromTransaction .run (apiLoginId , transactionKey );
160160 break ;
161- case "CaptureOnly " :
162- CaptureOnly .run (apiLoginId , transactionKey );
161+ case "CaptureFundsAuthorizedThroughAnotherChannel " :
162+ CaptureFundsAuthorizedThroughAnotherChannel .run (apiLoginId , transactionKey );
163163 break ;
164164 case "CapturePreviouslyAuthorizedAmount" :
165165 CapturePreviouslyAuthorizedAmount .run (apiLoginId , transactionKey );
You can’t perform that action at this time.
0 commit comments