Skip to content

Commit 922b87d

Browse files
committed
Merge pull request #45 from Zeeshan7293/master
Fixed issue #43.
2 parents c0488f4 + 8a0a03b commit 922b87d

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)