Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 37b8c56

Browse filesBrowse 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
Copy full SHA for 37b8c56

File tree

Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: src/main/java/net/authorize/sample/SampleCode.java
+4Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.