Version Notes
Magento Connect Deployment Issue Resolved
Download this release
Release Info
Developer | Magento Core Team |
Extension | Zagzig_Integration |
Version | 1.1.2 |
Comparing to | |
See all releases |
Code changes from version 1.1.0 to 1.1.2
app/code/local/Zagzig/Integration/Model/CartObserver.php
CHANGED
@@ -19,4 +19,4 @@ class Zagzig_Integration_Model_CartObserver
|
|
19 |
}
|
20 |
}
|
21 |
|
22 |
-
?>
|
19 |
}
|
20 |
}
|
21 |
|
22 |
+
?>
|
app/code/local/Zagzig/Integration/Model/SalesObserver.php
CHANGED
@@ -19,6 +19,8 @@ class Zagzig_Integration_Model_SalesObserver
|
|
19 |
|
20 |
$curl = curl_init();
|
21 |
|
|
|
|
|
22 |
curl_setopt($curl, CURLOPT_POST, 1);
|
23 |
|
24 |
curl_setopt($curl, CURLOPT_HTTPAUTH, CURLAUTH_BASIC);
|
19 |
|
20 |
$curl = curl_init();
|
21 |
|
22 |
+
curl_setopt($curl, CURLOPT_SSLVERSION,3);
|
23 |
+
|
24 |
curl_setopt($curl, CURLOPT_POST, 1);
|
25 |
|
26 |
curl_setopt($curl, CURLOPT_HTTPAUTH, CURLAUTH_BASIC);
|
app/code/local/Zagzig/Integration/controllers/IndexController.php
CHANGED
@@ -30,10 +30,10 @@ class Zagzig_Integration_IndexController extends Mage_Core_Controller_Front_Acti
|
|
30 |
ZagzigRepository::setReferralId($referralId);
|
31 |
ZagzigRepository::setDiscountCode($discountCode);
|
32 |
|
33 |
-
header('HTTP/1.1
|
34 |
$gclid = $request->getParam('gclid');
|
35 |
|
36 |
-
header('Location:
|
37 |
die();
|
38 |
} else {
|
39 |
$this->_redirect('/');
|
30 |
ZagzigRepository::setReferralId($referralId);
|
31 |
ZagzigRepository::setDiscountCode($discountCode);
|
32 |
|
33 |
+
header('HTTP/1.1 307 Temporary Redirect');
|
34 |
$gclid = $request->getParam('gclid');
|
35 |
|
36 |
+
header('Location: ' . $url . '?gclid=' . $gclid);
|
37 |
die();
|
38 |
} else {
|
39 |
$this->_redirect('/');
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Zagzig_Integration</name>
|
4 |
-
<version>1.1.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/GPL-3.0">GPL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Zagzig integration extension for Magento.</summary>
|
10 |
<description>Zagzig Integration allows Magento users to automatically update their Zagzig Partner Portal with sales information so that no leads needs to be updated manually.</description>
|
11 |
-
<notes>
|
12 |
<authors><author><name>Pawel Burzynski</name><user>auto-converted</user><email>pawelburzynski@moneydebtandcredit.com</email></author></authors>
|
13 |
-
<date>2014-09-
|
14 |
-
<time>13:
|
15 |
-
<contents><target name="magelocal"><dir name="Zagzig"><dir name="Integration"><dir name="etc"><file name="config.xml" hash="432ee4e297a257582f248c921bc4df77"/><file name="system.xml" hash="0e9535d99b35325c5babfa8a83a4439b"/></dir><dir name="Core"><file name="ZagzigRepository.php" hash="5a5911013c330104caf18513a85e57a5"/></dir><dir name="Model"><file name="CartObserver.php" hash="
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Zagzig_Integration</name>
|
4 |
+
<version>1.1.2</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/GPL-3.0">GPL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Zagzig integration extension for Magento.</summary>
|
10 |
<description>Zagzig Integration allows Magento users to automatically update their Zagzig Partner Portal with sales information so that no leads needs to be updated manually.</description>
|
11 |
+
<notes>Magento Connect Deployment Issue Resolved</notes>
|
12 |
<authors><author><name>Pawel Burzynski</name><user>auto-converted</user><email>pawelburzynski@moneydebtandcredit.com</email></author></authors>
|
13 |
+
<date>2014-09-05</date>
|
14 |
+
<time>13:10:47</time>
|
15 |
+
<contents><target name="magelocal"><dir name="Zagzig"><dir name="Integration"><dir name="etc"><file name="config.xml" hash="432ee4e297a257582f248c921bc4df77"/><file name="system.xml" hash="0e9535d99b35325c5babfa8a83a4439b"/></dir><dir name="Core"><file name="ZagzigRepository.php" hash="5a5911013c330104caf18513a85e57a5"/></dir><dir name="Model"><file name="CartObserver.php" hash="fb0d87896a40cbea1c97eb39921a9bfb"/><file name="SalesObserver.php" hash="87a24920579f9058cf2c7bf408d9cfa4"/></dir><dir name="controllers"><file name="IndexController.php" hash="a6eabdf91d6e295abb664cd11ccd557b"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Zagzig_Integration.xml" hash="3b5e26fa50c9abb7034512e866ed47f6"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|