Karlis Suvi
Karlis Suvi
## What does this PR do? Include the function's response if the status code is >= 500. ## Test Plan Run the function provided in the linked issue. Should include...
### Prerequisites - [X] I understand and accept the project's [code of conduct](https://github.com/PrestaShop/PrestaShop/blob/develop/CODE_OF_CONDUCT.md). - [X] I have already [searched in existing issues](https://github.com/PrestaShop/PrestaShop/issues?q=is%3Aissue+label%3ABug) and found no previous report of this bug....
This PR implement hCaptcha to form page. New environment variable added: `HCAPTCHA_SITEKEY` what defaults to development key.
Migrated from public state map to Redux store to allow persisting. (Note: Currently after filling the captcha all fields get cleaned, but they still stay in Redux store). Also implemented...
PrestaShop modules validator want that there is one empty line between file header and next statement: ```php /** * Here is license... */ if (!defined('_PS_VERSION_')) { exit; } ``` but...
| Questions | Answers | ------------------| ------------------------------------------------------- | Description? | Added customer ID to the customer data column in the Customer Activity Log (if it is not 0). Implemented anonymization...
| Questions | Answers | ------------- | ------------------------------------------------------- | Description? | Use feature value new position field for ordering of feature values. Part of PrestaShop/PrestaShop#37042 | Type? | new feature...
| Questions | Answers | ----------------- | ------------------------------------------------------- | Branch? | develop | Description? | Add a new field to feature value table/model - position. Add it to feature value...
| Questions | Answers | ------------------| ------------------------------------------------------- | Description? | Added position field to feature value table in 9.0.0. Part of PrestaShop/PrestaShop#37042 | Type? | new feature | BC breaks?...