@@ -1,5 +1,5 @@
import neofarm.lib as neo
if __name__ == "__main__":
log = neo.Log.Purchase.from_id("6ecc063f-3995-45e6-872e-952b811eaa94")
print(log.quantities[0].total_price)
log = neo.Log.Purchase.get_list()[1]
print(log.quantities[1].material_types[0].name)
The note is not visible to the blocked user.