Change /selling so a shop will return multiple matching results if they exist. #2
|
@ -78,7 +78,7 @@ public abstract class GeoffreyAPICallback implements ICallback {
|
||||||
|
|
||||||
stringBuilder.append(geoffreyShop.getFormattedLocationString());
|
stringBuilder.append(geoffreyShop.getFormattedLocationString());
|
||||||
stringBuilder.append("\n");
|
stringBuilder.append("\n");
|
||||||
stringBuilder.append(geoffreyShop.getFirstItem().getFormattedItemListing());
|
stringBuilder.append(geoffreyShop.getInfoString().getFormattedItemListing());
|
||||||
stringBuilder.append("\n");
|
stringBuilder.append("\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue