generated from nathanwoodburn/firewallet-plugin-template
feat: Use new format
This commit is contained in:
@@ -64,7 +64,7 @@ def domain_info(params, authentication):
|
|||||||
if domainType == "marketplace":
|
if domainType == "marketplace":
|
||||||
score = data["data"].get("score", "No score available")
|
score = data["data"].get("score", "No score available")
|
||||||
price = data["data"].get("price", "No price available")
|
price = data["data"].get("price", "No price available")
|
||||||
return {"info": f"Domain is listed on Shakestation with score {score} and price {price}"}
|
return {"info": f"<h2>Score {score}<br>Price {price}</h2>"}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user