Tmob_Tappz - Version 1.0.9

Version Notes

t-appz Adapter for Magento

Download this release

Release Info

Developer tmobtech
Extension Tmob_Tappz
Version 1.0.9
Comparing to
See all releases


Code changes from version 1.0.8 to 1.0.9

Files changed (28) hide show
  1. app/code/{local → community}/TmobLabs/Tappz/Block/Info.php +0 -0
  2. app/code/{local → community}/TmobLabs/Tappz/Helper/Data.php +0 -0
  3. app/code/{local → community}/TmobLabs/Tappz/Model/Basket/Api.php +0 -0
  4. app/code/{local → community}/TmobLabs/Tappz/Model/Basket/Api/V2.php +0 -0
  5. app/code/{local → community}/TmobLabs/Tappz/Model/Catalog/Api.php +0 -0
  6. app/code/{local → community}/TmobLabs/Tappz/Model/Catalog/Api/V2.php +0 -0
  7. app/code/{local → community}/TmobLabs/Tappz/Model/Customer/Address/Api.php +0 -0
  8. app/code/{local → community}/TmobLabs/Tappz/Model/Customer/Address/Api/V2.php +0 -0
  9. app/code/{local → community}/TmobLabs/Tappz/Model/Customer/Api.php +0 -0
  10. app/code/{local → community}/TmobLabs/Tappz/Model/Customer/Api/V2.php +0 -0
  11. app/code/{local → community}/TmobLabs/Tappz/Model/Customer/Order/Api.php +0 -0
  12. app/code/{local → community}/TmobLabs/Tappz/Model/Customer/Order/Api/V2.php +0 -0
  13. app/code/{local → community}/TmobLabs/Tappz/Model/System/Config/Action.php +0 -0
  14. app/code/{local → community}/TmobLabs/Tappz/Model/System/Config/Address.php +0 -0
  15. app/code/{local → community}/TmobLabs/Tappz/Model/System/Config/Category.php +0 -0
  16. app/code/{local → community}/TmobLabs/Tappz/Model/System/Config/Customer.php +0 -0
  17. app/code/{local → community}/TmobLabs/Tappz/Model/System/Config/Divider.php +0 -0
  18. app/code/{local → community}/TmobLabs/Tappz/Model/System/Config/Enabled.php +0 -0
  19. app/code/{local → community}/TmobLabs/Tappz/Model/System/Config/Payment.php +0 -0
  20. app/code/{local → community}/TmobLabs/Tappz/Model/System/Config/Product/Attribute.php +0 -0
  21. app/code/{local → community}/TmobLabs/Tappz/Model/System/Config/Store.php +0 -0
  22. app/code/{local → community}/TmobLabs/Tappz/etc/adminhtml.xml +0 -0
  23. app/code/{local → community}/TmobLabs/Tappz/etc/api.xml +0 -0
  24. app/code/{local → community}/TmobLabs/Tappz/etc/config.xml +0 -0
  25. app/code/{local → community}/TmobLabs/Tappz/etc/system.xml +0 -0
  26. app/code/{local → community}/TmobLabs/Tappz/etc/wsdl.xml +0 -0
  27. app/etc/modules/TmobLabs_Tappz.xml +9 -0
  28. package.xml +4 -4
app/code/{local → community}/TmobLabs/Tappz/Block/Info.php RENAMED
File without changes
app/code/{local → community}/TmobLabs/Tappz/Helper/Data.php RENAMED
File without changes
app/code/{local → community}/TmobLabs/Tappz/Model/Basket/Api.php RENAMED
File without changes
app/code/{local → community}/TmobLabs/Tappz/Model/Basket/Api/V2.php RENAMED
File without changes
app/code/{local → community}/TmobLabs/Tappz/Model/Catalog/Api.php RENAMED
File without changes
app/code/{local → community}/TmobLabs/Tappz/Model/Catalog/Api/V2.php RENAMED
File without changes
app/code/{local → community}/TmobLabs/Tappz/Model/Customer/Address/Api.php RENAMED
File without changes
app/code/{local → community}/TmobLabs/Tappz/Model/Customer/Address/Api/V2.php RENAMED
File without changes
app/code/{local → community}/TmobLabs/Tappz/Model/Customer/Api.php RENAMED
File without changes
app/code/{local → community}/TmobLabs/Tappz/Model/Customer/Api/V2.php RENAMED
File without changes
app/code/{local → community}/TmobLabs/Tappz/Model/Customer/Order/Api.php RENAMED
File without changes
app/code/{local → community}/TmobLabs/Tappz/Model/Customer/Order/Api/V2.php RENAMED
File without changes
app/code/{local → community}/TmobLabs/Tappz/Model/System/Config/Action.php RENAMED
File without changes
app/code/{local → community}/TmobLabs/Tappz/Model/System/Config/Address.php RENAMED
File without changes
app/code/{local → community}/TmobLabs/Tappz/Model/System/Config/Category.php RENAMED
File without changes
app/code/{local → community}/TmobLabs/Tappz/Model/System/Config/Customer.php RENAMED
File without changes
app/code/{local → community}/TmobLabs/Tappz/Model/System/Config/Divider.php RENAMED
File without changes
app/code/{local → community}/TmobLabs/Tappz/Model/System/Config/Enabled.php RENAMED
File without changes
app/code/{local → community}/TmobLabs/Tappz/Model/System/Config/Payment.php RENAMED
File without changes
app/code/{local → community}/TmobLabs/Tappz/Model/System/Config/Product/Attribute.php RENAMED
File without changes
app/code/{local → community}/TmobLabs/Tappz/Model/System/Config/Store.php RENAMED
File without changes
app/code/{local → community}/TmobLabs/Tappz/etc/adminhtml.xml RENAMED
File without changes
app/code/{local → community}/TmobLabs/Tappz/etc/api.xml RENAMED
File without changes
app/code/{local → community}/TmobLabs/Tappz/etc/config.xml RENAMED
File without changes
app/code/{local → community}/TmobLabs/Tappz/etc/system.xml RENAMED
File without changes
app/code/{local → community}/TmobLabs/Tappz/etc/wsdl.xml RENAMED
File without changes
app/etc/modules/TmobLabs_Tappz.xml ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <config>
3
+ <modules>
4
+ <TmobLabs_Tappz>
5
+ <active>true</active>
6
+ <codePool>community</codePool>
7
+ </TmobLabs_Tappz>
8
+ </modules>
9
+ </config>
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Tmob_Tappz</name>
4
- <version>1.0.8</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
7
  <channel>community</channel>
@@ -10,9 +10,9 @@
10
  <description>t-appz Adapter for Magento</description>
11
  <notes>t-appz Adapter for Magento</notes>
12
  <authors><author><name>tmobtech </name><user>tmobLabs</user><email>info@tmobtech.com</email></author></authors>
13
- <date>2015-10-09</date>
14
- <time>22:19:58</time>
15
- <contents><target name="magelocal"><dir name="TmobLabs"><dir name="Tappz"><dir name="Block"><file name="Info.php" hash="f656ba90ea77040abb27cf8858a5e8bb"/></dir><dir name="Helper"><file name="Data.php" hash="8587ca8f702e61ae1b57dd7739a674e6"/></dir><dir name="Model"><dir name="Basket"><dir name="Api"><file name="V2.php" hash="e5860165902a6e3f0e29e238397d40f3"/></dir><file name="Api.php" hash="aad5e348bdb3b7667255f8f3bda5c5a4"/></dir><dir name="Catalog"><dir name="Api"><file name="V2.php" hash="d28a03e359966fa0a0a9c48940ff4b2b"/></dir><file name="Api.php" hash="27fabfd66c1fd314e21697cda624b35c"/></dir><dir name="Customer"><dir name="Address"><dir name="Api"><file name="V2.php" hash="9a3ca989261966e5d9195274311db0e6"/></dir><file name="Api.php" hash="cd8b41365f3bb1ab0dc8ef779f01cfeb"/></dir><dir name="Api"><file name="V2.php" hash="5089c4a89f24f09ff6ed41903d04d210"/></dir><file name="Api.php" hash="43be089a8ac5944c8c5919c062588283"/><dir name="Order"><dir name="Api"><file name="V2.php" hash="9a4d34b33c98d7931c86a3af64718a88"/></dir><file name="Api.php" hash="10e9ead5309d4927663d2348444873e3"/></dir></dir><dir name="System"><dir name="Config"><file name="Action.php" hash="696379a81774cc7022565d3d22c263e6"/><file name="Address.php" hash="d7aed1d204c8fa4bbf833c22ee643bc4"/><file name="Category.php" hash="eb4af019ee4494bd305195442378957e"/><file name="Customer.php" hash="14e8962dc72e73319e632e751c009193"/><file name="Divider.php" hash="3a3b599ba29e053ec9b804975cab5b21"/><file name="Enabled.php" hash="8db7b92b36d79a153fab01ceee8c53bd"/><file name="Payment.php" hash="0216068de66b431fba037923ee30a81a"/><dir name="Product"><file name="Attribute.php" hash="62800e9eed8a06444560c351a25de6e3"/></dir><file name="Store.php" hash="ac29ff3d2a9b915ed3e78e8ac4eca999"/></dir></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="35aaf132195e63f958f33b59bd981b3e"/><file name="api.xml" hash="f2812af730d2d3f4ce92ef164f3b693c"/><file name="config.xml" hash="93b957b86d745252c3e9746c0df9c3c6"/><file name="system.xml" hash="9613da2141caa6a716c3e7e6d06ef16c"/><file name="wsdl.xml" hash="ee6f0a1af3cebe17f7f63fa2284ec40a"/></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Tmob_Tappz</name>
4
+ <version>1.0.9</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
7
  <channel>community</channel>
10
  <description>t-appz Adapter for Magento</description>
11
  <notes>t-appz Adapter for Magento</notes>
12
  <authors><author><name>tmobtech </name><user>tmobLabs</user><email>info@tmobtech.com</email></author></authors>
13
+ <date>2015-10-19</date>
14
+ <time>09:33:02</time>
15
+ <contents><target name="magecommunity"><dir name="TmobLabs"><dir name="Tappz"><dir name="Block"><file name="Info.php" hash="f656ba90ea77040abb27cf8858a5e8bb"/></dir><dir name="Helper"><file name="Data.php" hash="8587ca8f702e61ae1b57dd7739a674e6"/></dir><dir name="Model"><dir name="Basket"><dir name="Api"><file name="V2.php" hash="e5860165902a6e3f0e29e238397d40f3"/></dir><file name="Api.php" hash="aad5e348bdb3b7667255f8f3bda5c5a4"/></dir><dir name="Catalog"><dir name="Api"><file name="V2.php" hash="d28a03e359966fa0a0a9c48940ff4b2b"/></dir><file name="Api.php" hash="27fabfd66c1fd314e21697cda624b35c"/></dir><dir name="Customer"><dir name="Address"><dir name="Api"><file name="V2.php" hash="9a3ca989261966e5d9195274311db0e6"/></dir><file name="Api.php" hash="cd8b41365f3bb1ab0dc8ef779f01cfeb"/></dir><dir name="Api"><file name="V2.php" hash="5089c4a89f24f09ff6ed41903d04d210"/></dir><file name="Api.php" hash="43be089a8ac5944c8c5919c062588283"/><dir name="Order"><dir name="Api"><file name="V2.php" hash="9a4d34b33c98d7931c86a3af64718a88"/></dir><file name="Api.php" hash="10e9ead5309d4927663d2348444873e3"/></dir></dir><dir name="System"><dir name="Config"><file name="Action.php" hash="696379a81774cc7022565d3d22c263e6"/><file name="Address.php" hash="d7aed1d204c8fa4bbf833c22ee643bc4"/><file name="Category.php" hash="eb4af019ee4494bd305195442378957e"/><file name="Customer.php" hash="14e8962dc72e73319e632e751c009193"/><file name="Divider.php" hash="3a3b599ba29e053ec9b804975cab5b21"/><file name="Enabled.php" hash="8db7b92b36d79a153fab01ceee8c53bd"/><file name="Payment.php" hash="0216068de66b431fba037923ee30a81a"/><dir name="Product"><file name="Attribute.php" hash="62800e9eed8a06444560c351a25de6e3"/></dir><file name="Store.php" hash="ac29ff3d2a9b915ed3e78e8ac4eca999"/></dir></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="35aaf132195e63f958f33b59bd981b3e"/><file name="api.xml" hash="f2812af730d2d3f4ce92ef164f3b693c"/><file name="config.xml" hash="93b957b86d745252c3e9746c0df9c3c6"/><file name="system.xml" hash="9613da2141caa6a716c3e7e6d06ef16c"/><file name="wsdl.xml" hash="ee6f0a1af3cebe17f7f63fa2284ec40a"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="TmobLabs_Tappz.xml" hash="88f02743bbc8116ca67c615803436b74"/></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
18
  </package>