Skip to content

Commit 37b8c56

Browse files
author
zhaque
committed
Added ValidateCustomerPaymentProfile to the list of displayed sample code names and also added the case expression for it.
1 parent 7e9d0d2 commit 37b8c56

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/main/java/net/authorize/sample/SampleCode.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)