# Cheesy Does It

Level: Easy\
Points: 10\
Type: Daily Challenge

Lab Interface

<figure><img src="https://559802299-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8C3FiojCIEtxH7nox2Do%2Fuploads%2Fw2OwPuG8IyHJMwqd0XR1%2Fimage.png?alt=media&#x26;token=e13e6325-49d9-49bd-9a8c-e29460d04ef8" alt=""><figcaption></figcaption></figure>

Discount code `PIZZA-10` is provided.

During order checkout, we have option to add discount code.

<figure><img src="https://559802299-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8C3FiojCIEtxH7nox2Do%2Fuploads%2F3S5xdB8egfv5l7c5Q7ye%2Fimage.png?alt=media&#x26;token=2253350f-1a2b-487b-a83f-4776ffc45086" alt=""><figcaption></figcaption></figure>

Its respective request is

<figure><img src="https://559802299-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8C3FiojCIEtxH7nox2Do%2Fuploads%2FQFDIEvgfXXU9c6YeCIjZ%2Fimage.png?alt=media&#x26;token=a3aca83b-837d-4fbe-b74c-d9e2697ce098" alt=""><figcaption></figcaption></figure>

Here, we can edit the discount parameter from

```
"discount":"PIZZA-10"
```

to

```
"discount":["PIZZA-10","PIZZA-10","PIZZA-10","PIZZA-10"]
```

and the system applies the **same coupon multiple times**.

<figure><img src="https://559802299-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8C3FiojCIEtxH7nox2Do%2Fuploads%2F9OMk9PWYs54OxKrtVrS2%2Fimage.png?alt=media&#x26;token=d16dee6b-6b0a-48c0-a3e9-320ed5515c8e" alt=""><figcaption></figcaption></figure>

forward the request and we will get our flag.

<figure><img src="https://559802299-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8C3FiojCIEtxH7nox2Do%2Fuploads%2FXEibelNObiak6IyAsKSg%2Fimage.png?alt=media&#x26;token=995ccdcc-d422-43f3-ab2a-d34c5c245f4d" alt=""><figcaption></figcaption></figure>
