Version Notes
+ Checked compatibility with PHP 5.5.14
+ Change time format
Download this release
Release Info
Developer | Nirav Mehta |
Extension | PutlerConnector |
Version | 1.0.3 |
Comparing to | |
See all releases |
Code changes from version 1.0.2 to 1.0.3
app/code/local/Putler/PutlerConnector/Model/PutlerConnector.php
CHANGED
@@ -128,7 +128,7 @@ class Putler_PutlerConnector_Model_PutlerConnector {
|
|
128 |
$order_total = round ( $order->getSubtotal(), 2 );
|
129 |
|
130 |
$dateInGMT = date ( 'm/d/Y', ( int ) $order->getCreatedAtStoreDate()->getTimestamp() );
|
131 |
-
$timeInGMT = date ( '
|
132 |
|
133 |
|
134 |
$order_status = $order->getStatus();
|
@@ -264,7 +264,7 @@ class Putler_PutlerConnector_Model_PutlerConnector {
|
|
264 |
$modified_timestamp = $order->getUpdatedAtStoreDate()->getTimestamp();
|
265 |
|
266 |
$response ['Date'] = date ( 'm/d/Y', ( int ) $modified_timestamp );
|
267 |
-
$response ['Time'] = date ( '
|
268 |
|
269 |
$response ['Type'] = 'Refund';
|
270 |
$response ['Status'] = 'Completed';
|
128 |
$order_total = round ( $order->getSubtotal(), 2 );
|
129 |
|
130 |
$dateInGMT = date ( 'm/d/Y', ( int ) $order->getCreatedAtStoreDate()->getTimestamp() );
|
131 |
+
$timeInGMT = date ( 'H:i:s', ( int ) $order->getCreatedAtStoreDate()->getTimestamp() );
|
132 |
|
133 |
|
134 |
$order_status = $order->getStatus();
|
264 |
$modified_timestamp = $order->getUpdatedAtStoreDate()->getTimestamp();
|
265 |
|
266 |
$response ['Date'] = date ( 'm/d/Y', ( int ) $modified_timestamp );
|
267 |
+
$response ['Time'] = date ( 'H:i:s', ( int ) $modified_timestamp );
|
268 |
|
269 |
$response ['Type'] = 'Refund';
|
270 |
$response ['Status'] = 'Completed';
|
app/code/local/Putler/PutlerConnector/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Putler_PutlerConnector>
|
5 |
-
<version>1.0.
|
6 |
</Putler_PutlerConnector>
|
7 |
</modules>
|
8 |
<global>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Putler_PutlerConnector>
|
5 |
+
<version>1.0.3</version>
|
6 |
</Putler_PutlerConnector>
|
7 |
</modules>
|
8 |
<global>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>PutlerConnector</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license>osl</license>
|
7 |
<channel>community</channel>
|
@@ -38,11 +38,13 @@ Where to find your Putler API Token?
|
|
38 |
Add a new account - select "Putler Inbound API" as the account type
|
39 |
Note down the API Token and copy the same API Token in Putler Connector Settings
|
40 |
</description>
|
41 |
-
<notes>+
|
|
|
|
|
42 |
<authors><author><name>Nirav Mehta</name><user>putler</user><email>support@putler.com</email></author></authors>
|
43 |
-
<date>2014-
|
44 |
-
<time>
|
45 |
-
<contents><target name="magelocal"><dir name="Putler"><dir name="PutlerConnector"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Form"><file name="Button.php" hash="4be787b698b2524f735de771198aa119"/></dir><file name=".DS_Store" hash="12352d4bf027b0f895185d80df00d8aa"/></dir><file name=".DS_Store" hash="60d450ab59b771a3c283579b2d35d28e"/></dir><file name=".DS_Store" hash="13c47c0f5dc265d0c60feb18896f270c"/></dir><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><dir name="Helper"><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><dir name="Model"><file name="Observer.php" hash="e6586aa9931937920604565aae0830b1"/><file name="PutlerConnector.php" hash="
|
46 |
<compatible/>
|
47 |
-
<dependencies><required><php><min>5.2.0</min><max>5.5.
|
48 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>PutlerConnector</name>
|
4 |
+
<version>1.0.3</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>osl</license>
|
7 |
<channel>community</channel>
|
38 |
Add a new account - select "Putler Inbound API" as the account type
|
39 |
Note down the API Token and copy the same API Token in Putler Connector Settings
|
40 |
</description>
|
41 |
+
<notes>+ Checked compatibility with PHP 5.5.14
|
42 |
+
+ Change time format
|
43 |
+
</notes>
|
44 |
<authors><author><name>Nirav Mehta</name><user>putler</user><email>support@putler.com</email></author></authors>
|
45 |
+
<date>2014-08-01</date>
|
46 |
+
<time>05:44:36</time>
|
47 |
+
<contents><target name="magelocal"><dir name="Putler"><dir name="PutlerConnector"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Form"><file name="Button.php" hash="4be787b698b2524f735de771198aa119"/></dir><file name=".DS_Store" hash="12352d4bf027b0f895185d80df00d8aa"/></dir><file name=".DS_Store" hash="60d450ab59b771a3c283579b2d35d28e"/></dir><file name=".DS_Store" hash="13c47c0f5dc265d0c60feb18896f270c"/></dir><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><dir name="Helper"><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><dir name="Model"><file name="Observer.php" hash="e6586aa9931937920604565aae0830b1"/><file name="PutlerConnector.php" hash="b7862a4a09afeb779fd09e88ee9e5f9e"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="PutlerConnectorController.php" hash="792e43f7a601f1b5b693ea4bfe46ca29"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><file name=".DS_Store" hash="0047fe0bc161a58c6088a4e959de43a4"/></dir><dir name="etc"><file name="adminhtml.xml" hash="43c403406676afe70231750660bb5fb4"/><file name="config.xml" hash="2264e4a998fb281ad1b02499945659dd"/><file name="system.xml" hash="39907a7a442345e2bbc2775fb5e99077"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><dir name="scripts"><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><dir name="sql"><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><file name=".DS_Store" hash="726d0f27067fbd9df6492684f4a27ff6"/></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="putler_putlerconnector"><dir name="system"><dir name="config"><file name="button.phtml" hash="ac28255b9d01c6f380df0d982aecd545"/></dir><file name=".DS_Store" hash="37607b846a8ce1ce7668699b04135e41"/></dir><file name=".DS_Store" hash="0f4979a05bd6f9fdc0531d82eb227fc9"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Putler_PutlerConnector.xml" hash="88ee2dbb5952ec807324afda8d3df677"/></dir></target></contents>
|
48 |
<compatible/>
|
49 |
+
<dependencies><required><php><min>5.2.0</min><max>5.5.15</max></php></required></dependencies>
|
50 |
</package>
|