Commit a3d0060a authored by Aurel's avatar Aurel

price must be a float

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18176 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 05200f03
......@@ -65,7 +65,7 @@
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>return {"price" : 1}\n
<value> <string>return {"price" : 1.0}\n
</string> </value>
</item>
<item>
......
389
\ No newline at end of file
391
\ No newline at end of file
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