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