Discard all tickets in the pool and return the cleared session state.
(self, account_id: str)
| 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", |