diff --git a/.travis.yml b/.travis.yml index fca8ffae..6b02a626 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,9 +9,23 @@ sudo: jdk: - oraclejdk8 - oraclejdk9 + - oraclejdk10 + - oraclejdk11 - openjdk7 + - openjdk8 + - openjdk9 + - openjdk10 + - openjdk11 + - openjdk-ea matrix: allow_failures: - jdk: oraclejdk9 + - jdk: oraclejdk10 + - jdk: oraclejdk11 + - jdk: openjdk8 + - jdk: openjdk9 + - jdk: openjdk10 + - jdk: openjdk11 + - jdk: openjdk-ea diff --git a/pom.xml b/pom.xml index b5631847..6352c3e9 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ net.authorize anet-java-sdk - 2.0.1 + 2.0.2 junit diff --git a/src/main/java/net/authorize/sample/RecurringBilling/CreateSubscription.java b/src/main/java/net/authorize/sample/RecurringBilling/CreateSubscription.java index 19d58ade..6837194d 100644 --- a/src/main/java/net/authorize/sample/RecurringBilling/CreateSubscription.java +++ b/src/main/java/net/authorize/sample/RecurringBilling/CreateSubscription.java @@ -41,9 +41,9 @@ public static ANetApiResponse run(String apiLoginId, String transactionKey, shor try { XMLGregorianCalendar startDate = DatatypeFactory.newInstance().newXMLGregorianCalendar(); startDate.setDay(30); - startDate.setMonth(8); + startDate.setMonth(12); startDate.setYear(2020); - schedule.setStartDate(startDate); //2020-08-30 + schedule.setStartDate(startDate); //2020-12-30 } catch(Exception e) { diff --git a/src/main/java/net/authorize/sample/RecurringBilling/CreateSubscriptionFromCustomerProfile.java b/src/main/java/net/authorize/sample/RecurringBilling/CreateSubscriptionFromCustomerProfile.java index 023724a5..7e97c95c 100644 --- a/src/main/java/net/authorize/sample/RecurringBilling/CreateSubscriptionFromCustomerProfile.java +++ b/src/main/java/net/authorize/sample/RecurringBilling/CreateSubscriptionFromCustomerProfile.java @@ -40,7 +40,7 @@ public static ANetApiResponse run(String apiLoginId, String transactionKey, shor try { XMLGregorianCalendar startDate = DatatypeFactory.newInstance().newXMLGregorianCalendar(); startDate.setDay(30); - startDate.setMonth(8); + startDate.setMonth(12); startDate.setYear(2020); schedule.setStartDate(startDate); //2020-08-30 } pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy