← back to the verification log

Retained cart record — HEALTHYLIFE10

PASS   August 18, 2026 at 20:00 EDT

GUEST CART — growthguys.com

Enclomiphene Tablets$90.00 CAD
Subtotal$90.00 CAD
Coupon healthylife10−$9.00 CAD
Total$81.00 CAD

Scope: observed at the guest-cart stage via the store's public cart API. No order submitted, no payment entered, taxes not assessed. This receipt is rendered from the retained cart API response below — the raw data is the evidence.

Raw retained API response
{
  "totals": {
    "total_items": "9000",
    "total_items_tax": "0",
    "total_fees": "0",
    "total_fees_tax": "0",
    "total_discount": "900",
    "total_discount_tax": "0",
    "total_shipping": "0",
    "total_shipping_tax": "0",
    "total_price": "8100",
    "total_tax": "0",
    "tax_lines": [],
    "currency_code": "CAD",
    "currency_symbol": "$",
    "currency_minor_unit": 2,
    "currency_decimal_separator": ".",
    "currency_thousand_separator": ",",
    "currency_prefix": "$",
    "currency_suffix": ""
  },
  "coupons": [
    {
      "code": "healthylife10",
      "discount_type": "percent",
      "totals": {
        "total_discount": "900",
        "total_discount_tax": "0",
        "currency_code": "CAD",
        "currency_symbol": "$",
        "currency_minor_unit": 2,
        "currency_decimal_separator": ".",
        "currency_thousand_separator": ",",
        "currency_prefix": "$",
        "currency_suffix": ""
      }
    }
  ],
  "items_count": 1
}