magento_extension icon indicating copy to clipboard operation
magento_extension copied to clipboard

Zendesk's Magento 1 extension

Results 31 magento_extension issues
Sort by recently updated
recently updated
newest added

Hi Team, Anything we need to do the update for CSP(Content Security Policy)? https://support.zendesk.com/hc/en-us/articles/360020355794-Changes-to-Chat-Widget-CSP-support-on-April-26th-2019?utm_medium=ipm&utm_source=connect&utm_campaign=WebWidgetCSP Thanks, Jeeva

Hi, I've changed a PHP keyword to comply with [this standard](https://www.php-fig.org/psr/psr-2/#25-keywords-and-truefalsenull) in PSR2. It's admittedly a small fix but I hope it helps!

Older snippet code is built here if not in config: https://github.com/zendesk/magento_extension/blob/master/src/app/code/community/Zendesk/Zendesk/Model/Observer.php#L85 and is inserted into config using this upgrade script: https://github.com/zendesk/magento_extension/blob/master/src/app/code/community/Zendesk/Zendesk/data/zendesk_setup/data-upgrade-2.0.5-2.0.6.php

In PHP 7, I keep getting exception thrown with a message: "Mage registry key zendesk_groups already exists" because the null value returned from Mage::registry('zendesk_groups') must be with 3 equal signs...

I run a lot of unit tests which do not cause the frontcontroller to be inited/dispatched. These tests break when certain events require design & layout be loaded. https://github.com/zendesk/magento_extension/blob/master/src/app/code/community/Zendesk/Zendesk/Model/Observer.php#L23 The...

I've search for this on the new Magento Connect and it isn't listed. Thus people can install remotely and are required to manually install. Yes, I know... people can manually...

In the api controller there is a method authorise which checks if the token provided is valid. The code does a regular expression preg_match('/Token token="([a-z0-9]+)"/', $tokenString The tokens I repeatedly...

Currently, a lot of stuff is logged. Our log file becomes approx. 500 MB in 14 days. Could you either massively reduce logging or add an option to disable (debug)...

2017-01-27T15:11:12+00:00 DEBUG (7): Array ( [url] => https://abc.zendesk.com/api/v2/tickets.json [method] => POST [data] => {"name":"test","email":"[email protected]","telephone":"666565","comment":"ta adsdtas comments","hideit":"","description":"ta adsdtas comments"} ) 2017-01-27T15:11:13+00:00 DEBUG (7): array ( 'error' => 'RecordInvalid', 'description' => 'Record...

If a Customer doesn't exists, the API response with the Code `404`. Technically this is correct, but if you monitor your server requests it's confusing, because you can't differentiate between...