Sprove-Team / skripsi_be_sistem-informasi-konveksi

0 stars 0 forks source link

[BUG] Method Not Allowed error on some endpoints #6

Closed ekajaya740 closed 8 months ago

ekajaya740 commented 8 months ago

Description

After pulling new api version the bugs come from this endpoint.


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

image
Ganes556 commented 8 months ago

Change that with :id, i already changed before in postman

ekajaya740 commented 8 months ago

Closed this as resolved