View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0010525 | Taler | merchant backoffice SPA | public | 2025-10-23 10:00 | 2025-10-31 20:49 |
| Reporter | Christian Grothoff | Assigned To | sebasjm | ||
| Priority | high | Severity | feature | Reproducibility | N/A |
| Status | closed | Resolution | fixed | ||
| Platform | i7 | OS | Debian GNU/Linux | OS Version | squeeze |
| Product Version | git (master) | ||||
| Target Version | 1.1 | Fixed in Version | 1.1 | ||
| Summary | 0010525: merchant backend SPA should implement payment target restrictions | ||||
| Description | With protocol v22, we introduced the ability to restrict account types. See /config: // Space-separated list of enabled payment target types. // Useful if the SPA should not show allow adding other // types of bank accounts. "*" is used to represent no // restriction. // Since protocol **v22** payment_target_types: string; // Regular expression representing further restrictions // on allowed payment targets. Any "payto://"-URI supplied // for a bank account must match the given regular expression. // For example, "payto://iban/CH.*" would restrict the system // to only Swiss bank accounts. // Optional, no restrictions are imposed if the field is // absent. // Since protocol **v22** payment_target_regex? string; The SPA should enforce these. (The backend _also_ does, but never good to get a 400 Bad request :-)). | ||||
| Tags | No tags attached. | ||||
|
|
Let's *restrict* this to ONLY the payment target type for now. The regex will clearly change, so that'll be a bug in the (distant) future... |
|
|
2e77770d4..971e5a00a |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2025-10-23 10:00 | Christian Grothoff | New Issue | |
| 2025-10-23 10:00 | Christian Grothoff | Status | new => assigned |
| 2025-10-23 10:00 | Christian Grothoff | Assigned To | => sebasjm |
| 2025-10-23 19:52 | Christian Grothoff | Note Added: 0026239 | |
| 2025-10-23 22:38 | sebasjm | Note Added: 0026241 | |
| 2025-10-23 22:38 | sebasjm | Status | assigned => resolved |
| 2025-10-23 22:38 | sebasjm | Resolution | open => fixed |
| 2025-10-24 00:50 | Christian Grothoff | Fixed in Version | => 1.1 |
| 2025-10-24 00:51 | Christian Grothoff | Target Version | 1.2 => 1.1 |
| 2025-10-31 20:49 | Christian Grothoff | Status | resolved => closed |