magento_extension
magento_extension copied to clipboard
Zendesk's Magento 1 extension
Welcome to [Renovate](https://redirect.github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request. To disable...
There is an sql injection vulnerability in /zendesk/api/users with low impact because it's behind the authentication. People knowing the API token are able to query any information they want from...
Hi. Is the extension compatible with Magento Commerce v2.3.2 The latest release was more than one year ago.
`Zend_Validate::is($email, 'EmailAddress')` does not allow the usage of new TLDs like `.cloud`. If you try to use a mail address like `[email protected]`, which is valid, an exception is thrown. This...
The link of the web portal configuration in Magento / zendesk / configuration / support channels appears to be linking to an outdated URL: https://mycompany.zendesk.com/settings/portal the web portal has been...
Danish language is da_DK - not da_DA
Using version 2.3.1 and getting this error. PHP Fatal error: Uncaught Error: Call to a member function getBackend() on boolean in /app/code/core/Mage/Eav/Model/Entity/Abstract.php:816#012Stack trace:#012#0 /app/code/core/Mage/Eav/Model/Entity/Collection/Abstract.php(1377): Mage_Eav_Model_Entity_Abstract->isAttributeStatic('zendesk_id')#012#1 /app/code/core/Mage/Eav/Model/Entity/Collection/Abstract.php(321): Mage_Eav_Model_Entity_Collection_Abstract->_getAttributeConditionSql('zendesk_id', Array, 'left')#012#2 /app/code/community/Zendesk/Zendesk/Model/Customer.php(12):...
Filter by customer email on each request takes a long time on large order collection and creates performance issues (slow queries in database): `# Query_time: 2.330689 Lock_time: 0.000100 Rows_sent: 3...