File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
src/main/java/samples/AccountUpdater Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313 <dependency >
1414 <groupId >com.cybersource</groupId >
1515 <artifactId >cybersource-rest-client-java</artifactId >
16- <version >0.0.79 </version >
16+ <version >0.0.80 </version >
1717 </dependency >
1818 <!-- https://mvnrepository.com/artifact/com.google.guava/guava -->
1919 <dependency >
Original file line number Diff line number Diff line change 44import Data .Configuration ;
55import Invokers .ApiClient ;
66import Invokers .ApiException ;
7- import Model .InlineResponse20010 ;
7+ import Model .InlineResponse20011 ;
88import Model .InlineResponse2009 ;
99import com .cybersource .authsdk .core .MerchantConfig ;
1010
@@ -27,7 +27,7 @@ public static void main(String args[]) throws Exception {
2727
2828 public static void run () {
2929 String batchId = "16188390061150001062041064" ;
30- InlineResponse20010 result = null ;
30+ InlineResponse20011 result = null ;
3131 try {
3232 merchantProp = Configuration .getMerchantDetails ();
3333 ApiClient apiClient = new ApiClient ();
Original file line number Diff line number Diff line change 55import Invokers .ApiClient ;
66import Invokers .ApiException ;
77import Model .InlineResponse2008 ;
8- import Model .InlineResponse2009 ;
8+ import Model .InlineResponse20010 ;
99
1010import com .cybersource .authsdk .core .MerchantConfig ;
1111
@@ -28,7 +28,7 @@ public static void main(String args[]) throws Exception {
2828
2929 public static void run () {
3030 String batchId = "16188390061150001062041064" ;
31- InlineResponse2009 result = null ;
31+ InlineResponse20010 result = null ;
3232 try {
3333 merchantProp = Configuration .getMerchantDetails ();
3434 ApiClient apiClient = new ApiClient ();
You can’t perform that action at this time.
0 commit comments