Skip to content

Commit ce5ca4d

Browse files
committed
Fixing date field
1 parent 41cf473 commit ce5ca4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/authorize/sample/RecurringBilling/CreateSubscriptionFromCustomerProfile.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public static ANetApiResponse run(String apiLoginId, String transactionKey, shor
4040
try {
4141
XMLGregorianCalendar startDate = DatatypeFactory.newInstance().newXMLGregorianCalendar();
4242
startDate.setDay(30);
43-
startDate.setMonth(8);
43+
startDate.setMonth(12);
4444
startDate.setYear(2020);
4545
schedule.setStartDate(startDate); //2020-08-30
4646
}

0 commit comments

Comments
 (0)