Skip to content

Commit ad4f71d

Browse files
XSD Sample code changes
1 parent 2fa735e commit ad4f71d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ private static void RunMethod(String methodName)
222222
CreateSubscription.run(apiLoginId, transactionKey, (short)12, amount);
223223
break;
224224
case "CreateSubscriptionFromCustomerProfile":
225-
CreateSubscriptionFromCustomerProfile.run(apiLoginId, transactionKey, (short)12, amount, customerProfileId, customerPaymentProfileId, amount);
225+
CreateSubscriptionFromCustomerProfile.run(apiLoginId, transactionKey, (short)12, amount, customerProfileId, customerPaymentProfileId, customerAddressId);
226226
break;
227227
case "GetSubscription":
228228
GetSubscription.run(apiLoginId, transactionKey, subscriptionId);

0 commit comments

Comments
 (0)