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.
1 parent a8d5d00 commit 234c660Copy full SHA for 234c660
src/app/code/community/Zendesk/Zendesk/Helper/Data.php
@@ -232,7 +232,7 @@ public function getSupportEmail($store = null)
232
// Serves as the dafault email
233
$domain = Mage::getStoreConfig('zendesk/general/domain', $store);
234
$email = 'support@' . $domain;
235
-
+
236
// Get the actual default email from the API, return the default if somehow none is found
237
$defaultRecipient = Mage::getModel('zendesk/api_supportAddresses')->getDefault();
238
0 commit comments