Tax is not included in grand total

NarenderLingoju
NarenderLingoju Posts: 10 🧑🏻‍🚀 - Cadet

Tax is not included in grand total

any one help on this

Tagged:

Comments

  • NarenderLingoju
    NarenderLingoju Posts: 10 🧑🏻‍🚀 - Cadet

    {
        "data": {
            "type": "carts",
            "id": "41b5a666-442b-5108-9924-8a5da3a0aa08",
            "attributes": {
                "priceMode": "GROSS_MODE",
                "currency": "USD",
                "store": "US",
                "name": "My Cart",
                "isDefault": true,
                "totals": {
                    "expenseTotal": 0,
                    "discountTotal": 27910,
                    "taxTotal": 40106,
                    "subtotal": 279100,
                    "grandTotal": 251190,
                    "priceToPay": 251190,
                    "shipmentTotal": 0
                },
                "discounts": [
                    {
                        "displayName": "10% off $100+",
                        "amount": 27910,
                        "code": null
                    }
                ],
                "thresholds": []
            },
            "links": {
                "self": "https://glue.us.ironmountain-dev.cloud.spryker.toys/carts/41b5a666-442b-5108-9924-8a5da3a0aa08"
            }
        }
    }