Part-DB-server/src/Services/InfoProviderSystem
Albert Koczy d25ac2622e
Fix creating parts from TME if the SPN contains percent signs (#1337)
* Fix creating TME parts with percent signs in SPN

The SPN ends up in the URL, which later causes validation errors n the
form. Solved by encoding the percent sign.

* Add TME provider unit tests.
2026-04-06 14:42:54 +02:00
..
DTOs Ran rector 2026-02-14 23:33:40 +01:00
Providers Fix creating parts from TME if the SPN contains percent signs (#1337) 2026-04-06 14:42:54 +02:00
BulkInfoProviderService.php Renamed dto to make their relation to batch searches more clear 2025-09-21 17:49:00 +02:00
DTOtoEntityConverter.php Moved VAT include info from pricedetail to orderdetail level 2026-02-10 16:53:41 +01:00
ExistingPartFinder.php Run rector 2025-07-14 00:26:40 +02:00
PartInfoRetriever.php Increase debug detail expiration time to 10s to avoid double retrieval in one request 2026-02-22 22:12:50 +01:00
ProviderRegistry.php Added logic to delegate the info retrieval logic to another provider when giving an URL 2026-02-01 20:49:50 +01:00