Commit 6bf16c36 authored by etscript's avatar etscript

fix bug

parent c4c28858
......@@ -265,8 +265,6 @@ class CurriculumOrderService:
try:
amount = amount.json()
amount = [int(amount["attributes"]["bargainPrice"])]
print(amount)
print(float(amount)/100)
except:
raise CustomFlaskErr(Errors.PROD_NOPRICE)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment