Update restbuck client, create and read an order.

Update JSON converter, the id is not important, applied the DRY principle.
Update the ORDER_HANDLER to use the meta_string_variable instead of meta_variable from req.
Fix, the key in meta_variable_table, use c.key instead of c.item
This commit is contained in:
jvelilla
2011-12-10 18:05:41 -03:00
parent 0d67533c83
commit bf056154d8
5 changed files with 132 additions and 34 deletions

View File

@@ -33,7 +33,7 @@ feature {NONE} -- Initialization
across
l_vars as c
loop
meta_variables_table.force (new_string_value (c.key, c.item), c.item)
meta_variables_table.force (new_string_value (c.key, c.item), c.key)
end
else
create meta_variables_table.make (0)