File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/main/java/com/cryptomarket/sdk/rest Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1212import com .cryptomarket .params .ContingencyType ;
1313import com .cryptomarket .params .IdentifyBy ;
1414import com .cryptomarket .params .OrderBuilder ;
15+ import com .cryptomarket .params .OrderBy ;
1516import com .cryptomarket .params .OrderType ;
1617import com .cryptomarket .params .ParamsBuilder ;
1718import com .cryptomarket .params .Period ;
@@ -1014,7 +1015,7 @@ public List<Transaction> getTransactionHistory(
10141015 List <TransactionSubtype > subtypes ,
10151016 List <TransactionStatus > statuses ,
10161017 Sort sort ,
1017- SortBy sortBy ,
1018+ OrderBy orderBy ,
10181019 String from ,
10191020 String till ,
10201021 Integer idFrom ,
@@ -1029,7 +1030,7 @@ public List<Transaction> getTransactionHistory(
10291030 .subtypes (subtypes )
10301031 .statuses (statuses )
10311032 .sort (sort )
1032- .by ( sortBy )
1033+ .orderBy ( orderBy )
10331034 .from (from )
10341035 .till (till )
10351036 .idFrom (idFrom )
You can’t perform that action at this time.
0 commit comments