File tree Expand file tree Collapse file tree
src/main/java/net/authorize/sample Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -113,6 +113,7 @@ private static void ShowMethods()
113113 System .out .println (" GetHostedProfilePage" );
114114 System .out .println (" UpdateCustomerPaymentProfile" );
115115 System .out .println (" UpdateCustomerShippingAddress" );
116+ System .out .println (" ValidateCustomerPaymentProfile" );
116117 System .out .println (" PayPalAuthorizeCapture" );
117118 System .out .println (" PayPalVoid" );
118119 System .out .println (" PayPalAuthorizationOnly" );
@@ -253,6 +254,9 @@ private static void RunMethod(String methodName)
253254 case "UpdateCustomerShippingAddress" :
254255 UpdateCustomerShippingAddress .run (apiLoginId , transactionKey );
255256 break ;
257+ case "ValidateCustomerPaymentProfile" :
258+ ValidateCustomerPaymentProfile .run (apiLoginId , transactionKey );
259+ break ;
256260 case "PayPalAuthorizeCapture" :
257261 AuthorizationAndCapture .run (apiLoginId , transactionKey );
258262 break ;
You can’t perform that action at this time.
0 commit comments