dolibarr/htdocs/admin/dolistore/class
MDW 71f906c280
Qual: Spelling of admin code. (#27412)
# Qual: Fix spelling of admin code.

Mostly changes in the comments.
Some french text was modified to not trigger a bad spelling.

htdocs/admin/contract.php has a change to $langs->trans(Activated)
which probably fixes a bug.

htdocs/admin/system/xcache.php used ->trans(Recommanded)
but the proper key is ->trans(Recommended).
2024-01-11 09:59:52 +01:00
..
dolistore.class.php Qual: Spelling of admin code. (#27412) 2024-01-11 09:59:52 +01:00
PS_WS_LIB-LICENSE.md Fix Update PSWebServiceLibrary to fix deprecated function call libxml_disable_entity_loader() 2023-12-19 19:43:53 +01:00
PSWebServiceLibrary.class.php Fix: Make executeRequest public 2024-01-08 17:52:19 +01:00
README.md Fix: Make executeRequest public 2024-01-08 17:52:19 +01:00

PrestaShop-webservice-lib

Source updated from:

https://github.com/PrestaShop/PrestaShop-webservice-lib/blob/master/PSWebServiceLibrary.php

License compatibility analysis

https://www.gnu.org/licenses/license-list.html#OSL

Local changes

  • Change executeRequest to public method because htdocs/admin/dolistore/ajax/image.php# uses it.