Commit b50f87f5 authored by Bogdan Mihai's avatar Bogdan Mihai

Update upload_data.py

parent 643da815
......@@ -50,40 +50,6 @@ if __name__ == '__main__':
for key, value in obj_dict.items():
transaction[key] = value
#####################TEEEEEEEEEEST###########
transaction = {
#"type": "blockchain-transaction",
"ApplicationType": "debug",
"docType": "pizza",
"id": 1,
"name": "Quatro Formagi",
"dough": {
"type": "wheat",
"spinach": False
},
"toppings": [
{
"name": "Tomato Sauce",
"price": 1.00
},
{
"name": "Cheese",
"price": 0.50
},
{
"name": "Chilli Oil",
"price": 0.50
},
{
"name": "Peppers",
"price": 1.50
}
]
}
###################FIN TEEEEST ###############
send_transaction_to_rest_gateway(transaction)
summ+=1
......
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