View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0011726 | Taler | Cyclos integration | public | 2026-08-16 07:54 | 2026-08-16 07:55 |
| Reporter | MarcS | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | have not tried |
| Status | new | Resolution | open | ||
| Product Version | post-1.0 | ||||
| Summary | 0011726: Ensure correctness of Cyclos paytos: handling of receiver strings | ||||
| Description | For the demo I wrote this workaround code: if let cyclos = payto.cyclos, cyclos.count > 1 { let receiver = payto.receiver?.replacingOccurrences(of: SPACE, with: "+") ?? DEMO return String("payto://cyclos/\(cyclos)?receiver-name=\(receiver)") } wallet-core should ensure that 1) the receiver exists, and 2) doesn't contain any whitespace characters | ||||
| Tags | No tags attached. | ||||