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

Method clear_ticket_pool

app/services/payment_service.py:1109–1117  ·  view source on GitHub ↗

Discard all tickets in the pool and return the cleared session state.

(self, account_id: str)

Source from the content-addressed store, hash-verified

1107 flow=flow,
1108 )
1109 task = self.create_qr(
1110 account_id,
1111 CreateQrRequest(
1112 product_id=selected_product_id,
1113 pay_type=pay_type,
1114 biz_id=preview.biz_id,
1115 ),
1116 flow=flow,
1117 )
1118 self.runtime_logs.finish_run(
1119 flow,
1120 status="success",

Callers 1

clear_ticket_poolFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected