View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0010706 | Taler | merchant backend | public | 2025-12-03 13:42 | 2025-12-03 13:42 |
| Reporter | sebasjm | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | new | Resolution | open | ||
| Summary | 0010706: weird requirement of email when updating admin instance | ||||
| Description | A required parameter in the request was NOT missing. This is likely a bug in the server implementation. severity minor since it will only impact admin users with self provision configuration curl 'http://merchant.taler.test/private' \ -X 'PATCH' \ -H 'Accept: application/json' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: Bearer secret-token:0YHBC2BGF8WE8Z7RGDAX35CYGK9VR2S0TXQMV0BY2X33S38DVPA0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://merchant.taler.test' \ -H 'Pragma: no-cache' \ -H 'Referer: http://merchant.taler.test/webui/' \ -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \ --data-raw '{"default_pay_delay":{"d_us":180000000},"default_wire_transfer_delay":{"d_us":240000000},"use_stefan":true,"name":"we","email_validated":false,"phone_validated":false,"merchant_pub":"SFFV1RA3X5E3CPJRE1D9WZRCTVMPZ9EFZDMF4PATTFS18YPQ8NSG","address":{},"jurisdiction":{},"default_refund_delay":{"d_us":1296000000000},"default_wire_transfer_rounding_interval":"NONE","auth":{"method":"token"}}' \ --insecure { "code": 25, "hint": "A required parameter in the request was missing. This is likely a bug in the client implementation. Check if you are using the latest available version and/or file a report with the developers.", "detail": "email" } | ||||
| Steps To Reproduce | 1) reset db 2) config [merchant] .... MANDATORY_TAN_CHANNELS = email 3) create admin instance (no email, no phone) x) try to update default wire delay expected: update successful actual: asking for email, admins should not care about self provision requirements | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2025-12-03 13:42 | sebasjm | New Issue |