first commit
This commit is contained in:
78
tests/functional/BugsTest/OrderBugsTest.json
Normal file
78
tests/functional/BugsTest/OrderBugsTest.json
Normal file
@@ -0,0 +1,78 @@
|
||||
{
|
||||
"orders":[
|
||||
{
|
||||
"id": 115700,
|
||||
"order_no": "3617115700",
|
||||
"currency": "EUR",
|
||||
"currency_rate": 25.6450,
|
||||
"id_user": null,
|
||||
"date_created": "2017-10-31 12:50:14",
|
||||
"date_accept": "2017-10-31 13:39:12",
|
||||
"date_handle": "2017-10-31 14:21:20",
|
||||
"date_updated": "2017-10-31 14:21:20",
|
||||
"date_due": null,
|
||||
"status": 7,
|
||||
"status_payed": 0,
|
||||
"status_dispatch": 0,
|
||||
"status_storno": 0,
|
||||
"total_price": 13,
|
||||
"invoice_name": "Miela",
|
||||
"invoice_surname": "iková",
|
||||
"invoice_firm": "",
|
||||
"invoice_ico": "",
|
||||
"invoice_dic": "",
|
||||
"invoice_street": "25",
|
||||
"invoice_city": "Pstrica",
|
||||
"invoice_zip": "01701",
|
||||
"invoice_country": "SK",
|
||||
"invoice_phone": "+4219090",
|
||||
"invoice_email": "ail.com",
|
||||
"delivery_name": "Miela",
|
||||
"delivery_surname": "iková",
|
||||
"delivery_firm": "",
|
||||
"delivery_street": "",
|
||||
"delivery_city": "",
|
||||
"delivery_zip": "01701",
|
||||
"delivery_country": "SK",
|
||||
"delivery_type": "Dobírkou - PPL Slovensko",
|
||||
"id_delivery": 8,
|
||||
"delivery_complete": "",
|
||||
"note_user": "",
|
||||
"note_admin": "{\"discount_data\":{\"product\":{\"27\":\"380101\"},\"variation\":{\"27\":\"114537\"}},\"payment_data\":{\"method\":\"BANK_ACCOUNT__GIBASKBX\"},\"conversion_sent\":1,\"enableEdit\":true}",
|
||||
"flags": "",
|
||||
"admin": null
|
||||
}
|
||||
],
|
||||
"order_items": [
|
||||
{
|
||||
"id": 368193,
|
||||
"id_order": 115700,
|
||||
"id_product": 1,
|
||||
"id_variation": 2,
|
||||
"pieces": 1,
|
||||
"pieces_reserved": 1,
|
||||
"piece_price": 10,
|
||||
"total_price": 10,
|
||||
"descr": "Frais Monde Pleťová maska Frais Monde Organic Spa Mask Yellow Clay 75 ml",
|
||||
"tax": 21.0,
|
||||
"date": "2017-10-31 11:50:14",
|
||||
"note": "",
|
||||
"discount": 0.0000
|
||||
},
|
||||
{
|
||||
"id": 368212,
|
||||
"id_order": 115700,
|
||||
"id_product": null,
|
||||
"id_variation": null,
|
||||
"pieces": 1,
|
||||
"pieces_reserved": 1,
|
||||
"piece_price": 3,
|
||||
"total_price": 3,
|
||||
"descr": "Dobírkou - PPL Slovensko",
|
||||
"tax": 21.0,
|
||||
"date": "2017-10-30 23:00:00",
|
||||
"note": "{\"item_type\":\"delivery\"}",
|
||||
"discount": 0.0000
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user