feat(localization): add Locale class for number and price formatting
- Introduced a new Locale class to handle localization features such as number and price formatting. - Implemented methods for formatting numbers and prices according to locale rules. - Added error handling for missing price specifications and null values in price formatting. - Enhanced the constructor to initialize locale code, number specifications, and price specifications. fix(logs): address configuration entry not found and client authentication errors - Resolved issues related to missing configuration entries for shop UUID. - Handled errors related to invalid client authentication during token refresh attempts.
This commit is contained in:
9
var/logs/ps_accounts-2025-12-01
Normal file
9
var/logs/ps_accounts-2025-12-01
Normal file
@@ -0,0 +1,9 @@
|
||||
[2025-12-01 23:21:29] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
|
||||
[2025-12-01 23:21:29] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
|
||||
[2025-12-01 23:21:29] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
|
||||
[2025-12-01 23:22:08] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
|
||||
[2025-12-01 23:22:08] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
|
||||
[2025-12-01 23:22:08] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
|
||||
[2025-12-01 23:22:19] ps_accounts.ERROR: PrestaShop\Module\PsAccounts\Repository\ConfigurationRepository::getShopUuidDateUpd: Configuration entry not found: PSX_UUID_V4|grp:|shop: [] []
|
||||
[2025-12-01 23:22:19] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
|
||||
[2025-12-01 23:22:19] ps_accounts.ERROR: Unable to refresh shop token : 401 - invalid_client: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). [] []
|
||||
Reference in New Issue
Block a user