Skip to content

Commit 88bb71e

Browse files
authored
Merge pull request #114 from CyberSource/release/july25
Release/july25
2 parents b2d5de2 + 66825cf commit 88bb71e

21 files changed

+41
-41
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<dependency>
1414
<groupId>com.cybersource</groupId>
1515
<artifactId>cybersource-rest-client-java</artifactId>
16-
<version>0.0.78</version>
16+
<version>0.0.79</version>
1717
</dependency>
1818
<!-- https://mvnrepository.com/artifact/com.google.guava/guava -->
1919
<dependency>

src/main/java/samples/BinLookup/BINLookupWithCard.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public static void main(String args[]) throws Exception {
3333
run();
3434
}
3535

36-
public static InlineResponse2011 run() {
36+
public static InlineResponse2012 run() {
3737

3838
CreateBinLookupRequest requestObj = new CreateBinLookupRequest();
3939

@@ -48,7 +48,7 @@ public static InlineResponse2011 run() {
4848
requestObj.paymentInformation(paymentInformation);
4949

5050

51-
InlineResponse2011 result=null;
51+
InlineResponse2012 result=null;
5252
try {
5353
merchantProp = Configuration.getMerchantDetails();
5454
ApiClient apiClient = new ApiClient();

src/main/java/samples/BinLookup/BINLookupWithHealthcareCard.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public static void main(String args[]) throws Exception {
3333
run();
3434
}
3535

36-
public static InlineResponse2011 run() {
36+
public static InlineResponse2012 run() {
3737

3838
CreateBinLookupRequest requestObj = new CreateBinLookupRequest();
3939

@@ -45,7 +45,7 @@ public static InlineResponse2011 run() {
4545
requestObj.paymentInformation(paymentInformation);
4646

4747

48-
InlineResponse2011 result=null;
48+
InlineResponse2012 result=null;
4949
try {
5050
merchantProp = Configuration.getMerchantDetails();
5151
ApiClient apiClient = new ApiClient();

src/main/java/samples/BinLookup/BINLookupWithNetworkToken.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public static void main(String args[]) throws Exception {
3333
run();
3434
}
3535

36-
public static InlineResponse2011 run() {
36+
public static InlineResponse2012 run() {
3737

3838
CreateBinLookupRequest requestObj = new CreateBinLookupRequest();
3939

@@ -45,7 +45,7 @@ public static InlineResponse2011 run() {
4545
requestObj.paymentInformation(paymentInformation);
4646

4747

48-
InlineResponse2011 result=null;
48+
InlineResponse2012 result=null;
4949
try {
5050
merchantProp = Configuration.getMerchantDetails();
5151
ApiClient apiClient = new ApiClient();

src/main/java/samples/BinLookup/BINLookupWithTMSCustomerID.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public static void main(String args[]) throws Exception {
3333
run();
3434
}
3535

36-
public static InlineResponse2011 run() {
36+
public static InlineResponse2012 run() {
3737

3838
CreateBinLookupRequest requestObj = new CreateBinLookupRequest();
3939

@@ -45,7 +45,7 @@ public static InlineResponse2011 run() {
4545
requestObj.paymentInformation(paymentInformation);
4646

4747

48-
InlineResponse2011 result=null;
48+
InlineResponse2012 result=null;
4949
try {
5050
merchantProp = Configuration.getMerchantDetails();
5151
ApiClient apiClient = new ApiClient();

src/main/java/samples/BinLookup/BINLookupWithTMSInstrumentIdentifier.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public static void main(String args[]) throws Exception {
3333
run();
3434
}
3535

36-
public static InlineResponse2011 run() {
36+
public static InlineResponse2012 run() {
3737

3838
CreateBinLookupRequest requestObj = new CreateBinLookupRequest();
3939

@@ -45,7 +45,7 @@ public static InlineResponse2011 run() {
4545
requestObj.paymentInformation(paymentInformation);
4646

4747

48-
InlineResponse2011 result=null;
48+
InlineResponse2012 result=null;
4949
try {
5050
merchantProp = Configuration.getMerchantDetails();
5151
ApiClient apiClient = new ApiClient();

src/main/java/samples/BinLookup/BINLookupWithTMSJWTTransientToken.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public static void main(String args[]) throws Exception {
3333
run();
3434
}
3535

36-
public static InlineResponse2011 run() {
36+
public static InlineResponse2012 run() {
3737

3838
CreateBinLookupRequest requestObj = new CreateBinLookupRequest();
3939

@@ -42,7 +42,7 @@ public static InlineResponse2011 run() {
4242
requestObj.tokenInformation(tokenInformation);
4343

4444

45-
InlineResponse2011 result=null;
45+
InlineResponse2012 result=null;
4646
try {
4747
merchantProp = Configuration.getMerchantDetails();
4848
ApiClient apiClient = new ApiClient();

src/main/java/samples/BinLookup/BINLookupWithTMSJtiTransientToken.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public static void main(String args[]) throws Exception {
3333
run();
3434
}
3535

36-
public static InlineResponse2011 run() {
36+
public static InlineResponse2012 run() {
3737

3838
CreateBinLookupRequest requestObj = new CreateBinLookupRequest();
3939

@@ -42,7 +42,7 @@ public static InlineResponse2011 run() {
4242
requestObj.tokenInformation(tokenInformation);
4343

4444

45-
InlineResponse2011 result=null;
45+
InlineResponse2012 result=null;
4646
try {
4747
merchantProp = Configuration.getMerchantDetails();
4848
ApiClient apiClient = new ApiClient();

src/main/java/samples/BinLookup/BINLookupWithTMSPaymentInstrument.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public static void main(String args[]) throws Exception {
3333
run();
3434
}
3535

36-
public static InlineResponse2011 run() {
36+
public static InlineResponse2012 run() {
3737

3838
CreateBinLookupRequest requestObj = new CreateBinLookupRequest();
3939

@@ -45,7 +45,7 @@ public static InlineResponse2011 run() {
4545
requestObj.paymentInformation(paymentInformation);
4646

4747

48-
InlineResponse2011 result=null;
48+
InlineResponse2012 result=null;
4949
try {
5050
merchantProp = Configuration.getMerchantDetails();
5151
ApiClient apiClient = new ApiClient();

src/main/java/samples/MerchantBoarding/CreateRegistration.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public static void main(String args[]) throws Exception {
2929
}
3030

3131

32-
public static InlineResponse2012 run() {
32+
public static InlineResponse2013 run() {
3333

3434
PostRegistrationBody reqObj=new PostRegistrationBody();
3535

@@ -196,7 +196,7 @@ public static InlineResponse2012 run() {
196196
reqObj.productInformation(productInformation);
197197

198198

199-
InlineResponse2012 result=null;
199+
InlineResponse2013 result=null;
200200

201201
try {
202202
//Boarding API support only JWT Auth Type

0 commit comments

Comments
 (0)