|
@@ -125,7 +125,7 @@ public class OcsPackages {
|
|
|
|
|
|
|
|
public String toString () {
|
|
public String toString () {
|
|
|
JSONObject obj = new JSONObject();
|
|
JSONObject obj = new JSONObject();
|
|
|
- obj.put("bundleName", this.bundleId);
|
|
|
|
|
|
|
+ obj.put("bundleName", this.bundleName);
|
|
|
obj.put("bundleId", this.bundleId);
|
|
obj.put("bundleId", this.bundleId);
|
|
|
obj.put("price", this.price);
|
|
obj.put("price", this.price);
|
|
|
obj.put("description", this.description);
|
|
obj.put("description", this.description);
|