View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008838 | Taler | merchant-pos-terminal (Android App) | public | 2024-05-13 13:44 | 2024-07-26 00:11 |
Reporter | Christian Grothoff | Assigned To | avalos | ||
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 | 0.12 | Fixed in Version | 0.12 | ||
Summary | 0008838: support protocol v15 style /pos endpoint | ||||
Description | The PoS terminal should support the new /pos endpoint. It makes a few minor changes: 1) no more locations; taxes and product image become optional; 2) no more configuration data is returned The main change to the PoS terminal will be to ask the user for the merchant backend instance base URL (e.g. "https://merchant.com/instances/foo/") plus the access token ("secret-token:" prefix should probably be added if missing from user's data entry). Then, the PoS should GET https://merchant.com/instances/foo/pos to obtain category and product information and proceed as before with everything else. So hopefully a modest change to the code. | ||||
Tags | No tags attached. | ||||
child of | 0008834 | closed | nullptrderef | merchant backend should be able to generate PoS config JSON from inventory |
|
Not sure who's best to hack this in, Ivan or grote, so feel free to re-assign/bounce the issue between the two of you. |
|
Can I test this already? Both demo.taler.net and test.taler.net throw 404. $ http https://backend.test.taler.net/instances/pos/pos HTTP/1.1 404 Not Found Access-Control-Allow-Origin: * Access-Control-Expose-Headers: * Connection: keep-alive Content-Encoding: deflate Content-Length: 167 Content-Type: application/json Date: Wed, 22 May 2024 19:53:41 GMT Server: nginx { "code": 21, "detail": "/instances/pos/pos", "hint": "There is no endpoint defined for the URL provided by the client. Check if you used the correct URL and/or file a report with the developers of the client software." } |
|
Implemented in dev/ivan-avalos/merchant-v15, waiting for review. |
|
Implemented in 6e21df1b59a134409d43d251175792d06e0451c6..c90356e99fec4b4ba39a08e7910880bd7accfa3c. |
Date Modified | Username | Field | Change |
---|---|---|---|
2024-05-13 13:44 | Christian Grothoff | New Issue | |
2024-05-13 13:44 | Christian Grothoff | Status | new => assigned |
2024-05-13 13:44 | Christian Grothoff | Assigned To | => avalos |
2024-05-13 13:45 | Christian Grothoff | Note Added: 0022400 | |
2024-05-13 13:45 | Christian Grothoff | Relationship added | child of 0008834 |
2024-05-22 17:23 | Florian Dold | Target Version | 0.14 => 0.12 |
2024-05-22 21:54 | avalos | Note Added: 0022457 | |
2024-06-03 16:17 | avalos | Assigned To | avalos => grote |
2024-06-03 16:17 | avalos | Status | assigned => feedback |
2024-06-03 16:17 | avalos | Note Added: 0022498 | |
2024-06-04 22:16 | avalos | Assigned To | grote => avalos |
2024-06-04 22:16 | avalos | Status | feedback => resolved |
2024-06-04 22:16 | avalos | Resolution | open => fixed |
2024-06-04 22:16 | avalos | Note Added: 0022515 | |
2024-07-26 00:11 | Christian Grothoff | Fixed in Version | => 0.12 |
2024-07-26 00:11 | Christian Grothoff | Status | resolved => closed |