Closed ekajaya740 closed 8 months ago
Description
After pulling new api version the bugs come from this endpoint.
{{api-v1}}/produk/harga_detail/:produk_id
To reproduce it, I using this two kind of data
{ "qty": 1, "harga": 60000 }
and
{ "harga_detail": [ { "qty": 1, "harga": 60000 }, { "qty": 10, "harga": 58000 }, { "qty": 50, "harga": 55000 }, { "qty": 100, "harga": 50000 } ] }
For Context
Change that with :id, i already changed before in postman
Closed this as resolved
Description
After pulling new api version the bugs come from this endpoint.
{{api-v1}}/produk/harga_detail/:produk_id
To reproduce it, I using this two kind of data
and
For Context