Skip to content

Commit 32ecaf9

Browse files
committed
Addition to closed issue betfair#2 (The same fix for Rescript)
1 parent c1f1748 commit 32ecaf9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

java/ng/src/main/java/com/betfair/aping/api/ApiNgRescriptOperations.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ public List<MarketCatalogue> listMarketCatalogue(MarketFilter filter, Set<Market
6565
params.put(FILTER, filter);
6666
params.put(SORT, sort);
6767
params.put(MAX_RESULT, maxResult);
68+
params.put(MARKET_PROJECTION, marketProjection);
6869
String result = getInstance().makeRequest(ApiNgOperation.LISTMARKETCATALOGUE.getOperationName(), params, appKey, ssoId);
6970
if(ApiNGDemo.isDebug())
7071
System.out.println("\nResponse: "+result);

0 commit comments

Comments
 (0)