{
"user_id":1,
"tr_amount":"10199",
"tr_method":"Google Pay",
"total_amount":"12949",
"discount":"250",
"coupone":"AXIS100",
"address_id":1,
"is_wallet":1,
"wallet_amount":"2500",
"total_delivery_charges":"199",
"data":[
{
"shop_id":1,
"delivery_charges":"99",
"is_timed":0,
"is_gift":1,
"data":[
{
"product_id":1,
"var_id":1,
"type_id":1,
"price_id":1,
"price":"2500"
},
{
"product_id":1,
"var_id":2,
"type_id":2,
"price_id":5,
"price":"2500"
}
]
},
{
"shop_id":2,
"delivery_charges":"100",
"is_timed":1,
"is_gift":0,
"data":[
{
"product_id":25,
"var_id":1455,
"type_id":144,
"price_id":144,
"price":"2500"
},
{
"product_id":10,
"var_id":24,
"type_id":289,
"price_id":5124,
"price":"2500"
}
]
}
]
}
Asked
Active
Viewed 26 times
0
RiggsFolly
- 89,708
- 20
- 100
- 143
-
First you `json_decode()` it to a PHP data type – RiggsFolly Sep 07 '21 at 12:17