|
|
@@ -317,9 +317,9 @@ public class DomainOrderService {
|
|
|
if (asset != null) {
|
|
|
if (asset.isConsignment()) {
|
|
|
sold.put("canAsk", false);
|
|
|
+ sold.put("collectionId", asset.getPublicCollectionId());
|
|
|
} else {
|
|
|
sold.put("canAsk", true);
|
|
|
- sold.put("collectionId", asset.getPublicCollectionId());
|
|
|
}
|
|
|
sold.put("id", domainOrder.getId());
|
|
|
sold.put("domain", domainOrder.getDomainName().toLowerCase());
|