MCPcopy
hub / github.com/joschan21/digitalhippo / PaymentStatusProps

Interface PaymentStatusProps

src/components/PaymentStatus.tsx:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { useEffect } from 'react'
6
7interface PaymentStatusProps {
8 orderEmail: string
9 orderId: string
10 isPaid: boolean
11}
12
13const PaymentStatus = ({
14 orderEmail,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected