-
Notifications
You must be signed in to change notification settings - Fork 64
Release 3.0.0: fix core issues and add new v3 zendesk endpoints #164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
can we get customer URL or timestamps??magento_extension/src/app/code/community/Zendesk/Zendesk/Helper/Data.php Lines 475 to 480 in d81ef13
This comment was generated by todo based on a
|
get without taxmagento_extension/src/app/code/community/Zendesk/Zendesk/Helper/Data.php Lines 569 to 574 in d81ef13
This comment was generated by todo based on a
|
get taxmagento_extension/src/app/code/community/Zendesk/Zendesk/Helper/Data.php Lines 570 to 575 in d81ef13
This comment was generated by todo based on a
|
grab authorization as wellmagento_extension/src/app/code/community/Zendesk/Zendesk/Helper/Data.php Lines 667 to 672 in d81ef13
This comment was generated by todo based on a
|
validate this is the correct valuemagento_extension/src/app/code/community/Zendesk/Zendesk/Helper/Data.php Lines 677 to 682 in d81ef13
This comment was generated by todo based on a
|
is this only always payment? or can this be refund?magento_extension/src/app/code/community/Zendesk/Zendesk/Helper/Data.php Lines 678 to 683 in d81ef13
This comment was generated by todo based on a
|
validate this is the correct valuemagento_extension/src/app/code/community/Zendesk/Zendesk/Helper/Data.php Lines 679 to 684 in d81ef13
This comment was generated by todo based on a
|
validate this is the correct valuemagento_extension/src/app/code/community/Zendesk/Zendesk/Helper/Data.php Lines 680 to 685 in d81ef13
This comment was generated by todo based on a
|
validate this is the correct valuemagento_extension/src/app/code/community/Zendesk/Zendesk/Helper/Data.php Lines 681 to 686 in d81ef13
This comment was generated by todo based on a
|
!!!!!!!: read version from config.xmlmagento_extension/src/app/code/community/Zendesk/Zendesk/controllers/ApiController.php Lines 23 to 28 in d81ef13
This comment was generated by todo based on a
|
rename to searchOrdersAction?magento_extension/src/app/code/community/Zendesk/Zendesk/controllers/ApiController.php Lines 406 to 411 in d81ef13
This comment was generated by todo based on a
|
!!: implement this methodmagento_extension/src/app/code/community/Zendesk/Zendesk/controllers/ApiController.php Lines 471 to 476 in d81ef13
This comment was generated by todo based on a
|
does this bring back guest cutsomersmagento_extension/src/app/code/community/Zendesk/Zendesk/controllers/ApiController.php Lines 596 to 601 in d81ef13
This comment was generated by todo based on a
|
display config version here in UI -->
This comment was generated by todo based on a
|
should this be customerId or entity id??magento_extension/src/app/code/community/Zendesk/Zendesk/Helper/Data.php Lines 459 to 464 in 3c9b180
This comment was generated by todo based on a
|
display config version here in UI -->
This comment was generated by todo based on a
|
display config version here in UI -->
This comment was generated by todo based on a
|
display config version here in UI -->
This comment was generated by todo based on a
|
display config version here in UI -->
This comment was generated by todo based on a
|
display config version here in UI -->
This comment was generated by todo based on a
|
display config version here in UI -->
This comment was generated by todo based on a
|
display config version here in UI -->
This comment was generated by todo based on a
|
display config version here in UI -->
This comment was generated by todo based on a
|
// TODO!!!!!!!: read version from config.xml | ||
// $configSettings = Mage::getSingleton('Zendesk_Zendesk/config'); | ||
// Mage::log(json_encode($configSettings), null, 'zendesk.log'); | ||
$this->getResponse()->setHeader('X-Extension-Version', '3.0.0'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello - this should really be inside _authorise
after the token is validated, to ensure the version is not exposed to unauthorised clients, as otherwise it could be used to detect vulnerable versions.
No description provided.