← back to the verification log
PASS August 18, 2026 at 20:00 EDT
GUEST CART — growthguys.com
| Acetic Acid 0.6% 10mL | $5.00 CAD |
| Subtotal | $5.00 CAD |
| Coupon peptides | −$0.50 CAD |
| Total | $4.50 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.
{
"totals": {
"total_items": "500",
"total_items_tax": "0",
"total_fees": "0",
"total_fees_tax": "0",
"total_discount": "50",
"total_discount_tax": "0",
"total_shipping": "0",
"total_shipping_tax": "0",
"total_price": "450",
"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": "peptides",
"discount_type": "percent",
"totals": {
"total_discount": "50",
"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
}