File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
src/main/java/net/authorize/sample Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments