MCPcopy Create free account
hub / github.com/VitoHowe/glm-coding / PreviewRaceWinner

Class PreviewRaceWinner

app/services/payment_service.py:65–72  ·  view source on GitHub ↗

Winning isolated preview attempt result.

Source from the content-addressed store, hash-verified

63 StaticProduct("product-d46f8b", "Max", "year", "4502.4", "max"),
64)
65
66DEFAULT_PRODUCT_ID = "product-5643e6"
67logger = logging.getLogger(__name__)
68
69
70class RunPausedError(Exception):
71 """Raised when an account flow is paused by the operator."""
72
73
74class PaymentService:
75 """Coordinate account bootstrap, preview, QR creation, and polling."""

Callers 1

_preview_race_laneMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected