changed database

This commit is contained in:
s459312 2023-05-25 14:24:15 +02:00
parent 46d6f28114
commit 43115895e5

View File

@ -1,4 +1,20 @@
[
{
"database":{
"payment":[
{
"type":"karta",
"amount":"21 zł",
"loyalty_card":"23232323"
}
],
"delivery":[
{
"type":"paczkomat",
"address":"Aleje",
"time":"15:30"
}
],
"product":[
{
"name":"banan",
"type":"owoc",
@ -24,3 +40,9 @@
"quality":"exquisite"
}
]
}
}