PayVector_Tpg - Version 1.0.2

Version Notes

Update to fix packaging issues

Download this release

Release Info

Developer IridiumCorp
Extension PayVector_Tpg
Version 1.0.2
Comparing to
See all releases


Code changes from version 1.0.1 to 1.0.2

Files changed (55) hide show
  1. app/code/local/PayVector/Checkout/Block/Onepage/Payment/Methods.php +0 -0
  2. app/code/local/PayVector/Checkout/Model/Type/Onepage.php +0 -0
  3. app/code/local/PayVector/Checkout/etc/config.xml +0 -0
  4. app/code/local/PayVector/Sales/Model/Order.php +0 -0
  5. app/code/local/PayVector/Sales/Model/Order/Invoice.php +0 -0
  6. app/code/local/PayVector/Sales/Model/Order/Payment.php +0 -0
  7. app/code/local/PayVector/Sales/Model/Service/Quote.php +0 -0
  8. app/code/local/PayVector/Sales/etc/config.xml +0 -0
  9. app/code/local/PayVector/Tpg/Block/Adminhtml/Sales/Order/Payment.php +0 -0
  10. app/code/local/PayVector/Tpg/Block/Error.php +0 -0
  11. app/code/local/PayVector/Tpg/Block/Form.php +0 -0
  12. app/code/local/PayVector/Tpg/Block/Info.php +0 -0
  13. app/code/local/PayVector/Tpg/Block/Redirect.php +0 -0
  14. app/code/local/PayVector/Tpg/Block/Threedsecure.php +0 -0
  15. app/code/local/PayVector/Tpg/Helper/Data.php +0 -0
  16. app/code/local/PayVector/Tpg/Model/Common/GlobalErrors.php +0 -0
  17. app/code/local/PayVector/Tpg/Model/Common/ISOCountries.php +0 -0
  18. app/code/local/PayVector/Tpg/Model/Common/ISOCurrencies.php +0 -0
  19. app/code/local/PayVector/Tpg/Model/Common/PaymentFormHelper.php +0 -0
  20. app/code/local/PayVector/Tpg/Model/Common/ThePaymentGateway/PaymentSystem.php +0 -0
  21. app/code/local/PayVector/Tpg/Model/Common/ThePaymentGateway/SOAP.php +0 -0
  22. app/code/local/PayVector/Tpg/Model/Common/ThePaymentGateway/TPG_Common.php +0 -0
  23. app/code/local/PayVector/Tpg/Model/Common/ThePaymentGateway/cacert.pem +0 -0
  24. app/code/local/PayVector/Tpg/Model/Direct.php +0 -0
  25. app/code/local/PayVector/Tpg/Model/Gatewayentrypoints.php +0 -0
  26. app/code/local/PayVector/Tpg/Model/Request.php +0 -0
  27. app/code/local/PayVector/Tpg/Model/Resource/Eav/Mysql4/Setup.php +0 -0
  28. app/code/local/PayVector/Tpg/Model/Resource/Gatewayentrypoints.php +0 -0
  29. app/code/local/PayVector/Tpg/Model/Resource/Gatewayentrypoints/Collection.php +0 -0
  30. app/code/local/PayVector/Tpg/Model/Resource/Setup.php +0 -0
  31. app/code/local/PayVector/Tpg/Model/Source/HashMethod.php +0 -0
  32. app/code/local/PayVector/Tpg/Model/Source/OrderStatus.php +0 -0
  33. app/code/local/PayVector/Tpg/Model/Source/PaymentAction.php +0 -0
  34. app/code/local/PayVector/Tpg/Model/Source/PaymentMode.php +0 -0
  35. app/code/local/PayVector/Tpg/Model/Source/ResultDeliveryMethod.php +0 -0
  36. app/code/local/PayVector/Tpg/controllers/PaymentController.php +0 -0
  37. app/code/local/PayVector/Tpg/etc/config.xml +0 -0
  38. app/code/local/PayVector/Tpg/etc/system.xml +0 -0
  39. app/code/local/PayVector/Tpg/sql/tpg_setup/install-0.1.0.php +0 -0
  40. app/code/local/PayVector/Tpg/sql/tpg_setup/mysql4-install-0.1.0.php +0 -0
  41. app/design/adminhtml/base/default/template/tpg/form.phtml +0 -0
  42. app/design/adminhtml/base/default/template/tpg/info.phtml +0 -0
  43. app/design/adminhtml/default/default/layout/tpg.xml +0 -0
  44. app/design/adminhtml/default/default/template/payment/info/cc_tpg.phtml +0 -0
  45. app/design/adminhtml/default/default/template/tpg/form.phtml +0 -0
  46. app/design/adminhtml/default/default/template/tpg/info.phtml +0 -0
  47. app/design/frontend/base/default/template/tpg/form.phtml +0 -0
  48. app/design/frontend/base/default/template/tpg/info.phtml +0 -0
  49. app/design/frontend/default/default/template/tpg/form.phtml +0 -0
  50. app/design/frontend/default/default/template/tpg/info.phtml +0 -0
  51. app/etc/modules/PayVector_All.xml +0 -0
  52. package.xml +7 -7
  53. skin/adminhtml/default/default/tpg.js +0 -0
  54. skin/frontend/base/default/images/payvector.png +0 -0
  55. skin/frontend/default/default/images/payvector.png +0 -0
app/code/local/PayVector/Checkout/Block/Onepage/Payment/Methods.php CHANGED
File without changes
app/code/local/PayVector/Checkout/Model/Type/Onepage.php CHANGED
File without changes
app/code/local/PayVector/Checkout/etc/config.xml CHANGED
File without changes
app/code/local/PayVector/Sales/Model/Order.php CHANGED
File without changes
app/code/local/PayVector/Sales/Model/Order/Invoice.php CHANGED
File without changes
app/code/local/PayVector/Sales/Model/Order/Payment.php CHANGED
File without changes
app/code/local/PayVector/Sales/Model/Service/Quote.php CHANGED
File without changes
app/code/local/PayVector/Sales/etc/config.xml CHANGED
File without changes
app/code/local/PayVector/Tpg/Block/Adminhtml/Sales/Order/Payment.php CHANGED
File without changes
app/code/local/PayVector/Tpg/Block/Error.php CHANGED
File without changes
app/code/local/PayVector/Tpg/Block/Form.php CHANGED
File without changes
app/code/local/PayVector/Tpg/Block/Info.php CHANGED
File without changes
app/code/local/PayVector/Tpg/Block/Redirect.php CHANGED
File without changes
app/code/local/PayVector/Tpg/Block/Threedsecure.php CHANGED
File without changes
app/code/local/PayVector/Tpg/Helper/Data.php CHANGED
File without changes
app/code/local/PayVector/Tpg/Model/Common/GlobalErrors.php CHANGED
File without changes
app/code/local/PayVector/Tpg/Model/Common/ISOCountries.php CHANGED
File without changes
app/code/local/PayVector/Tpg/Model/Common/ISOCurrencies.php CHANGED
File without changes
app/code/local/PayVector/Tpg/Model/Common/PaymentFormHelper.php CHANGED
File without changes
app/code/local/PayVector/Tpg/Model/Common/ThePaymentGateway/PaymentSystem.php CHANGED
File without changes
app/code/local/PayVector/Tpg/Model/Common/ThePaymentGateway/SOAP.php CHANGED
File without changes
app/code/local/PayVector/Tpg/Model/Common/ThePaymentGateway/TPG_Common.php CHANGED
File without changes
app/code/local/PayVector/Tpg/Model/Common/ThePaymentGateway/cacert.pem CHANGED
File without changes
app/code/local/PayVector/Tpg/Model/Direct.php CHANGED
File without changes
app/code/local/PayVector/Tpg/Model/Gatewayentrypoints.php CHANGED
File without changes
app/code/local/PayVector/Tpg/Model/Request.php CHANGED
File without changes
app/code/local/PayVector/Tpg/Model/Resource/Eav/Mysql4/Setup.php CHANGED
File without changes
app/code/local/PayVector/Tpg/Model/Resource/Gatewayentrypoints.php CHANGED
File without changes
app/code/local/PayVector/Tpg/Model/Resource/Gatewayentrypoints/Collection.php CHANGED
File without changes
app/code/local/PayVector/Tpg/Model/Resource/Setup.php CHANGED
File without changes
app/code/local/PayVector/Tpg/Model/Source/HashMethod.php CHANGED
File without changes
app/code/local/PayVector/Tpg/Model/Source/OrderStatus.php CHANGED
File without changes
app/code/local/PayVector/Tpg/Model/Source/PaymentAction.php CHANGED
File without changes
app/code/local/PayVector/Tpg/Model/Source/PaymentMode.php CHANGED
File without changes
app/code/local/PayVector/Tpg/Model/Source/ResultDeliveryMethod.php CHANGED
File without changes
app/code/local/PayVector/Tpg/controllers/PaymentController.php CHANGED
File without changes
app/code/local/PayVector/Tpg/etc/config.xml CHANGED
File without changes
app/code/local/PayVector/Tpg/etc/system.xml CHANGED
File without changes
app/code/local/PayVector/Tpg/sql/tpg_setup/install-0.1.0.php CHANGED
File without changes
app/code/local/PayVector/Tpg/sql/tpg_setup/mysql4-install-0.1.0.php CHANGED
File without changes
app/design/adminhtml/base/default/template/tpg/form.phtml CHANGED
File without changes
app/design/adminhtml/base/default/template/tpg/info.phtml CHANGED
File without changes
app/design/adminhtml/default/default/layout/tpg.xml CHANGED
File without changes
app/design/adminhtml/default/default/template/payment/info/cc_tpg.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/tpg/form.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/tpg/info.phtml CHANGED
File without changes
app/design/frontend/base/default/template/tpg/form.phtml CHANGED
File without changes
app/design/frontend/base/default/template/tpg/info.phtml CHANGED
File without changes
app/design/frontend/default/default/template/tpg/form.phtml CHANGED
File without changes
app/design/frontend/default/default/template/tpg/info.phtml CHANGED
File without changes
app/etc/modules/PayVector_All.xml CHANGED
File without changes
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>PayVector_Tpg</name>
4
- <version>1.0.1</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
- <summary>PayVector payment extension compatible with Magento v 1.5, 1.6, 1.7, 1.8 and 1.9</summary>
10
  <description>Fully supports 3D secure and CrossReference transactions. Also supports all of the integration methods provided by PayVector.</description>
11
- <notes>Fix packaging issues</notes>
12
  <authors><author><name>PayVector</name><user>IridiumCorp</user><email>support@iridiumcorp.net</email></author></authors>
13
- <date>2014-06-26</date>
14
- <time>11:44:25</time>
15
- <contents><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="images"><file name="payvector.png" hash=""/></dir></dir></dir><dir name="base"><dir name="default"><dir name="images"><file name="payvector.png" hash=""/></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><file name="tpg.js" hash=""/></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="tpg"><file name="form.phtml" hash=""/><file name="info.phtml" hash=""/></dir><dir name="payment"><dir name="info"><file name="cc_tpg.phtml" hash=""/></dir></dir></dir><dir name="layout"><file name="tpg.xml" hash=""/></dir></dir></dir><dir name="base"><dir name="default"><dir name="template"><dir name="tpg"><file name="form.phtml" hash=""/><file name="info.phtml" hash=""/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="tpg"><file name="form.phtml" hash=""/><file name="info.phtml" hash=""/></dir></dir></dir></dir><dir name="base"><dir name="default"><dir name="template"><dir name="tpg"><file name="form.phtml" hash=""/><file name="info.phtml" hash=""/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="PayVector_All.xml" hash=""/></dir></target></contents>
16
  <compatible/>
17
- <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><extension><name>SimpleXML</name><min></min><max></max></extension><extension><name>curl</name><min></min><max></max></extension></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>PayVector_Tpg</name>
4
+ <version>1.0.2</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
+ <summary>PayVector payment extension compatible with Magento v 1.3, 1.4, 1.5, 1.6, 1.7, 1.8 and 1.9</summary>
10
  <description>Fully supports 3D secure and CrossReference transactions. Also supports all of the integration methods provided by PayVector.</description>
11
+ <notes>Update to fix packaging issues</notes>
12
  <authors><author><name>PayVector</name><user>IridiumCorp</user><email>support@iridiumcorp.net</email></author></authors>
13
+ <date>2014-07-09</date>
14
+ <time>12:10:24</time>
15
+ <contents><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="images"><file name="payvector.png" hash="e61e1555ca69863a79afb59382e3d16f"/></dir></dir></dir><dir name="base"><dir name="default"><dir name="images"><file name="payvector.png" hash="e61e1555ca69863a79afb59382e3d16f"/></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><file name="tpg.js" hash="11194666936eda1fd7cead21dd819780"/></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="tpg"><file name="form.phtml" hash="46d8d1f3c6532641e9429a64f9e8c55b"/><file name="info.phtml" hash="990a20f78e5085db5fcc792028b75d99"/></dir><dir name="payment"><dir name="info"><file name="cc_tpg.phtml" hash="f0182a45341820f6ce2d1738e67f5399"/></dir></dir></dir><dir name="layout"><file name="tpg.xml" hash="5327d6e72f7bd8aee9bc460cc9550b21"/></dir></dir></dir><dir name="base"><dir name="default"><dir name="template"><dir name="tpg"><file name="form.phtml" hash="5afb18fa16cdf8602ddc21486b3ddaaf"/><file name="info.phtml" hash="990a20f78e5085db5fcc792028b75d99"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="tpg"><file name="form.phtml" hash="56f482c967ab3568af6b56b17c0b1c9a"/><file name="info.phtml" hash="b64d8592a41455f2c5fd011db6d15a21"/></dir></dir></dir></dir><dir name="base"><dir name="default"><dir name="template"><dir name="tpg"><file name="form.phtml" hash="6f683fb5e9ab2a6a6275df122bbc416a"/><file name="info.phtml" hash="512b9cee213170fb226cd2bf59daa761"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="PayVector_All.xml" hash="a2a4129d302737eaf0dce99ac3dbbedc"/></dir></target><target name="magelocal"><dir name="PayVector"><dir name="Checkout"><dir name="Block"><dir name="Onepage"><dir name="Payment"><file name="Methods.php" hash="13be37e32795a710327ada3dfc91a22f"/></dir></dir></dir><dir name="Model"><dir name="Type"><file name="Onepage.php" hash="7c7c4a2ec9004b142f7094d93a456ba7"/></dir></dir><dir name="etc"><file name="config.xml" hash="2a388d8d243e5e9ed3954bd268ec084f"/></dir></dir><dir name="Sales"><dir name="Model"><dir name="Order"><file name="Invoice.php" hash="de5bb58bbb153c63cc60169f23461f6b"/><file name="Payment.php" hash="6cee2578e3d43006f8cad756e4ef43ce"/></dir><file name="Order.php" hash="c7d5bc41ac7e9e59d6fdb725acda4f58"/><dir name="Service"><file name="Quote.php" hash="b4a316a007255d8c3a4752daaf38b725"/></dir></dir><dir name="etc"><file name="config.xml" hash="bc7c6ba07a063b64cbc7917d0611b5e0"/></dir></dir><dir name="Tpg"><dir name="Block"><dir name="Adminhtml"><dir name="Sales"><dir name="Order"><file name="Payment.php" hash="eaff6b529038745549a714edb92ea1df"/></dir></dir></dir><file name="Error.php" hash="a1e3040eb95d6fcdf3855d77f42fbde6"/><file name="Form.php" hash="4f537f6a45a1a95f7cf27c45739ee9ba"/><file name="Info.php" hash="0eac4e7b36a800224852f2a445ba7ae6"/><file name="Redirect.php" hash="9e1577b80807592f56e62db6f21cfe3f"/><file name="Threedsecure.php" hash="2b25adce59c4ea485caa7b49499bfc32"/></dir><dir name="Helper"><file name="Data.php" hash="bae2102ea62785f6145ecfd00a5f2fb4"/></dir><dir name="Model"><dir name="Common"><file name="GlobalErrors.php" hash="09dd5e1cc01a6e4265d85cc903b91284"/><file name="ISOCountries.php" hash="2b6447781fb33853dd7447916fd98829"/><file name="ISOCurrencies.php" hash="4450b69c528863b95206bbcbd1360ede"/><file name="PaymentFormHelper.php" hash="24048b009ff8ea6382ea2bb12e622867"/><dir name="ThePaymentGateway"><file name="PaymentSystem.php" hash="246422bf2e2e0d20fb0f35532f8896d3"/><file name="SOAP.php" hash="860646be97216087262b11c5818fcec3"/><file name="TPG_Common.php" hash="4ef394ae6384e015e8c197a58106f2c7"/><file name="cacert.pem" hash="36c2e174ffa1e4739e5ce879d660dd6a"/></dir></dir><file name="Direct.php" hash="190c461d20361992baaa8b0b41c18124"/><file name="Gatewayentrypoints.php" hash="f32d905a9b6c9ba8b742e340fc86049f"/><file name="Request.php" hash="75a23ed2d447674c823cfd3cc3602f68"/><dir name="Resource"><dir name="Eav"><dir name="Mysql4"><file name="Setup.php" hash="410116bc6a8d327a2232512c13561c8a"/></dir></dir><dir name="Gatewayentrypoints"><file name="Collection.php" hash="79bb8b43312451d7577c58bf60428366"/></dir><file name="Gatewayentrypoints.php" hash="a5033400ece4a661f0416c577df827b9"/><file name="Setup.php" hash="9a8cbc132f29cd61b82c36aac9d51407"/></dir><dir name="Source"><file name="HashMethod.php" hash="3077605f52458e6c6d88dc773a228c38"/><file name="OrderStatus.php" hash="95d343f1c2419edbf63847a357ae4076"/><file name="PaymentAction.php" hash="f3444cbbf95ffbcd5bc845110fd8ac0c"/><file name="PaymentMode.php" hash="671768ed91f1ca1178b67b8afd269ca9"/><file name="ResultDeliveryMethod.php" hash="7b6088293650fcf8bcb9aa23b2be1671"/></dir></dir><dir name="controllers"><file name="PaymentController.php" hash="cd40b0031ab96704f1316637045176e0"/></dir><dir name="etc"><file name="config.xml" hash="e563ec1c6df680deb91e4508e8ffe7cb"/><file name="system.xml" hash="0d1f30630d84daba413e4f2c8dd4edc0"/></dir><dir name="sql"><dir name="tpg_setup"><file name="install-0.1.0.php" hash="767431a50e2a891fe7d4adb930df2953"/><file name="mysql4-install-0.1.0.php" hash="9b478c72f89b327866ec12e7054bcc85"/></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
+ <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><extension><name>curl</name><min></min><max></max></extension><extension><name>SimpleXML</name><min></min><max></max></extension></required></dependencies>
18
  </package>
skin/adminhtml/default/default/tpg.js CHANGED
File without changes
skin/frontend/base/default/images/payvector.png CHANGED
File without changes
skin/frontend/default/default/images/payvector.png CHANGED
File without changes