Commit Graph

7 Commits

Author SHA1 Message Date
5511ebfe42 fix(webservice): Polished code 2026-03-05 09:37:45 +01:00
29859178bd fix(webservice): No more doctrine in install 2026-03-02 14:00:09 +01:00
28e999baf0 fix(webservice): Namespaces and redundancies
redundant require statements, clean up install trait, standardize trait names, remove hard-coded php version require for composer.json
2026-03-02 13:30:47 +01:00
ff46d6c11c feat(webservice): Started on api endpoint
Using specific management and the WebserviceSpecificManagementInterface contract to tap into the webservice api.
2026-02-23 11:32:36 +01:00
5b3c638b5c Init webservice
Added routes.yml, added a controller that returns dummy data. I want to test how this works and then expand on it to actually use the database to grab real data.
2026-02-09 15:04:44 +01:00
e5fe85c8e5 Init project
Future fixes:
-Remove logic for showing current order reference in ajax.js. Instead grab from database using cart ID
2026-02-09 10:11:07 +01:00
65e21d48c3 first commit 2026-02-09 09:56:16 +01:00