We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5547d8c + 908428d commit d18210cCopy full SHA for d18210c
src/app/code/community/Zendesk/Zendesk/Helper/Data.php
@@ -229,7 +229,7 @@ public function getSupportEmail($store = null)
229
$email = 'support@' . $domain;
230
231
// Get the actual default email from the API, return the default if somehow none is found
232
- $defaultRecipient = Mage::getModel('zendesk/api_supportaddresses')->getDefault();
+ $defaultRecipient = Mage::getModel('zendesk/api_supportAddresses')->getDefault();
233
234
if (!is_null($defaultRecipient)) {
235
$email = $defaultRecipient['email'];
0 commit comments