Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d7b6b22

Browse filesBrowse files
committed
Fixing date field
1 parent 88cc556 commit d7b6b22
Copy full SHA for d7b6b22

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎src/main/java/net/authorize/sample/RecurringBilling/CreateSubscription.java

Copy file name to clipboardExpand all lines: src/main/java/net/authorize/sample/RecurringBilling/CreateSubscription.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public static ANetApiResponse run(String apiLoginId, String transactionKey, shor
4141
try {
4242
XMLGregorianCalendar startDate = DatatypeFactory.newInstance().newXMLGregorianCalendar();
4343
startDate.setDay(30);
44-
startDate.setMonth(8);
44+
startDate.setMonth(12);
4545
startDate.setYear(2020);
4646
schedule.setStartDate(startDate); //2020-08-30
4747
}

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

Copy file name to clipboardExpand all lines: src/main/java/net/authorize/sample/RecurringBilling/CreateSubscriptionFromCustomerProfile.java
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.