nope, loop
This commit is contained in:
+2
-1
@@ -729,7 +729,8 @@ public class MembershipManager {
|
||||
}
|
||||
|
||||
if (orderPositions.has("next") && !orderPositions.get("next").isJsonNull()) {
|
||||
return fetchAllOrderPositions(orderPositions.get("next").getAsString(), queryParams, result);
|
||||
return fetchAllOrderPositions(orderPositions.get("next").getAsString(),
|
||||
new LinkedMultiValueMap<String, String>(), result);
|
||||
}
|
||||
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user