Version Notes
Use of this module allows to signup to Sparo through the module.
Find out more information:
https://sparo.com/pages/merchant-about
Download this release
Release Info
Developer | Pierre Hunault |
Extension | Sparo_CharityProcessor |
Version | 1.0.4.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.4 to 1.0.4.1
app/code/community/Sparo/.DS_Store
DELETED
Binary file
|
app/code/community/Sparo/CharityProcessor/Model/ConfigObserver.php
CHANGED
@@ -3,14 +3,14 @@
|
|
3 |
class Sparo_CharityProcessor_Model_ConfigObserver {
|
4 |
|
5 |
// PRODUCTION
|
6 |
-
|
7 |
-
|
8 |
|
9 |
// STAGING
|
10 |
-
private $server_signup_url = 'http://members.staging.sparo.com/retailers/self_serve.json';
|
11 |
-
private $server_login_url = 'http://members.staging.sparo.com/get_user_info';
|
12 |
|
13 |
-
private $credential_keys =
|
14 |
private $credential_map_keys = array('api_key' => 'apikey', 'id' => 'merchantid' );
|
15 |
private $widget_created = 'widget_created';
|
16 |
private $merchant_config_prefix = 'sparoconfig/sparoconfig_merchant/sparo_';
|
3 |
class Sparo_CharityProcessor_Model_ConfigObserver {
|
4 |
|
5 |
// PRODUCTION
|
6 |
+
private $server_signup_url = 'https://members.sparo.com/retailers/self_serve.json';
|
7 |
+
private $server_login_url = 'https://members.sparo.com/get_user_info';
|
8 |
|
9 |
// STAGING
|
10 |
+
// private $server_signup_url = 'http://members.staging.sparo.com/retailers/self_serve.json';
|
11 |
+
// private $server_login_url = 'http://members.staging.sparo.com/get_user_info';
|
12 |
|
13 |
+
private $credential_keys = array('api_key', 'id');
|
14 |
private $credential_map_keys = array('api_key' => 'apikey', 'id' => 'merchantid' );
|
15 |
private $widget_created = 'widget_created';
|
16 |
private $merchant_config_prefix = 'sparoconfig/sparoconfig_merchant/sparo_';
|
package.xml
CHANGED
@@ -14,9 +14,9 @@ Find out more information:
|
|
14 |

|
15 |
https://sparo.com/pages/merchant-about</notes>
|
16 |
<authors><author><name>Pierre Hunault</name><user>pierreuno</user><email>pierre@exygy.com</email></author></authors>
|
17 |
-
<date>2016-03-
|
18 |
-
<time>
|
19 |
-
<contents><target name="magecommunity"><dir name="Sparo"><dir name="CharityProcessor"><dir name="Model"><file name="Categories.php" hash="941a85b87b00b76aae9eda8fd8f5ac55"/><file name="ConfigObserver.php" hash="
|
20 |
<compatible/>
|
21 |
-
<dependencies><required><php><min>5.3.0</min><max>5.7.0</max></php><package><name>Mage_Core_Modules</name><channel>community</channel><min>1.5.0.0</min><max>1.9</max></package></required></dependencies>
|
22 |
</package>
|
14 |

|
15 |
https://sparo.com/pages/merchant-about</notes>
|
16 |
<authors><author><name>Pierre Hunault</name><user>pierreuno</user><email>pierre@exygy.com</email></author></authors>
|
17 |
+
<date>2016-03-30</date>
|
18 |
+
<time>01:03:19</time>
|
19 |
+
<contents><target name="magecommunity"><dir name="Sparo"><dir name="CharityProcessor"><dir name="Model"><file name="Categories.php" hash="941a85b87b00b76aae9eda8fd8f5ac55"/><file name="ConfigObserver.php" hash="8c4090b2e55127a79a5314157de534d3"/><file name="Donations.php" hash="732121b312fd0806b1414941babde628"/><file name="Hideshow.php" hash="a551cdf457b9be931b42eca1ea705813"/><file name="Productions.php" hash="4fde2d251e1f19dde9d7ecd7be459b71"/><file name="Reset.php" hash="ba5d559ea34e189eb3edc8917d69eac5"/><dir name="Resource"><dir name="Script"><file name="Setup.php" hash="7afab2e2428061a05dfb3a6c674c9601"/></dir></dir><file name="SaleObserver.php" hash="b6e1d407d852eaa1db3e4c918a10c8e1"/><file name="Sales.php" hash="ed46e07ce167ec8313d7482754ac9974"/><file name="States.php" hash="c0c6ecac02cbd2dae55660d5e331c714"/><file name="Themes.php" hash="4fee01f1916b5f112e00237af9567e94"/></dir><dir name="controllers"><file name="IndexController.php" hash="ad0d9deb21fd29504258288765426691"/></dir><dir name="etc"><file name="adminhtml.xml" hash="d9d7d2e16fc75a3ed21fb37d799e2d4a"/><file name="config.xml" hash="af34e103ef0d5f9aa3c403b409efcbfe"/><file name="system.xml" hash="4885a29adc9f9576ed285a974312f8b0"/></dir><dir name="sql"><dir name="sparo_charityprocessor_setup"><file name="install-1.0.1.php" hash="a16dae18abcfc3deb799be7daef63214"/><file name="install-1.0.2.php" hash="d81772738d38b28ea72dc700da0f52ee"/><file name="upgrade-1.0.1-1.0.2.php" hash="2fa5583f4d02b9f138da63591d45882a"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Sparo_CharityProcessor.xml" hash="3b6207ba3e2657bad87b2a6ea2ae6343"/></dir></target></contents>
|
20 |
<compatible/>
|
21 |
+
<dependencies><required><php><min>5.3.0</min><max>5.7.0</max></php><package><name>Mage_Core_Modules</name><channel>community</channel><min>1.5.0.0</min><max>1.9.2.4</max></package></required></dependencies>
|
22 |
</package>
|