Skip to content

Commit c802b92

Browse files
committed
Added call request to GetCustomerProfileIds
1 parent 4de6cde commit c802b92

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ private static void ShowMethods()
9797
System.out.println(" GetUnsettledTransactionList");
9898
System.out.println(" GetTransactionDetails");
9999
System.out.println(" CreateCustomerProfile");
100+
System.out.println(" CreateCustomerProfileIds");
100101
System.out.println(" CreateCustomerPaymentProfile");
101102
System.out.println(" CreateCustomerShippingAddress");
102103
System.out.println(" DeleteCustomerPaymentProfile");
@@ -223,6 +224,9 @@ private static void RunMethod(String methodName)
223224
case "GetCustomerProfile":
224225
GetCustomerProfile.run(apiLoginId, transactionKey);
225226
break;
227+
case "GetCustomerProfileIds":
228+
GetCustomerProfileIds.run(apiLoginId, transactionKey);
229+
break;
226230
case "GetCustomerShippingAddress":
227231
GetCustomerShippingAddress.run(apiLoginId, transactionKey);
228232
break;

0 commit comments

Comments
 (0)