Squeezol_Payment - Version 1.1.2

Version Notes

Frontend update

Download this release

Release Info

Developer Davide Costa
Extension Squeezol_Payment
Version 1.1.2
Comparing to
See all releases


Code changes from version 1.1.1 to 1.1.2

Files changed (87) hide show
  1. {squeezol-plugin/app → app}/code/local/Squeezol/Payment/Block/Logo.php +0 -0
  2. {squeezol-plugin/app → app}/code/local/Squeezol/Payment/Block/Start.php +0 -0
  3. {squeezol-plugin/app → app}/code/local/Squeezol/Payment/Helper/Data.php +0 -0
  4. {squeezol-plugin/app → app}/code/local/Squeezol/Payment/Model/Mysql4/Params.php +0 -0
  5. {squeezol-plugin/app → app}/code/local/Squeezol/Payment/Model/Mysql4/Params/Collection.php +0 -0
  6. {squeezol-plugin/app → app}/code/local/Squeezol/Payment/Model/Params.php +0 -0
  7. {squeezol-plugin/app → app}/code/local/Squeezol/Payment/Model/Paramsandbox.php +0 -0
  8. {squeezol-plugin/app → app}/code/local/Squeezol/Payment/Model/PaymentMethod.php +0 -0
  9. {squeezol-plugin/app → app}/code/local/Squeezol/Payment/Model/Resource/Setup.php +0 -0
  10. {squeezol-plugin/app → app}/code/local/Squeezol/Payment/Model/Session.php +0 -0
  11. {squeezol-plugin/app → app}/code/local/Squeezol/Payment/controllers/IndexController.php +0 -0
  12. {squeezol-plugin/app → app}/code/local/Squeezol/Payment/controllers/OrderProcessingController.php +0 -0
  13. {squeezol-plugin/app → app}/code/local/Squeezol/Payment/data/squeezol_payment_setup/data-install-0.1.0.php +0 -0
  14. {squeezol-plugin/app → app}/code/local/Squeezol/Payment/etc/config.xml +0 -0
  15. {squeezol-plugin/app → app}/code/local/Squeezol/Payment/etc/system.xml +0 -0
  16. {squeezol-plugin/app → app}/code/local/Squeezol/Payment/sql/squeezol_payment_setup/install-0.1.0.php +0 -0
  17. {squeezol-plugin/app → app}/code/local/Squeezol/Payment/sql/squeezol_payment_setup/upgrade-0.1.0-0.2.0.php +0 -0
  18. {squeezol-plugin/app → app}/code/local/Squeezol/Payment/sql/squeezol_payment_setup/upgrade-0.2.0-1.0.0.php +0 -0
  19. {squeezol-plugin/app → app}/design/frontend/base/default/layout/squeezol_payment.xml +0 -0
  20. {squeezol-plugin/app → app}/design/frontend/base/default/template/squeezol_payment/create.phtml +0 -0
  21. {squeezol-plugin/app → app}/design/frontend/base/default/template/squeezol_payment/digest.phtml +0 -0
  22. {squeezol-plugin/app → app}/design/frontend/base/default/template/squeezol_payment/invitation.phtml +0 -0
  23. {squeezol-plugin/app → app}/design/frontend/base/default/template/squeezol_payment/logo.phtml +3 -1
  24. {squeezol-plugin/app → app}/design/frontend/base/default/template/squeezol_payment/review.phtml +0 -0
  25. {squeezol-plugin/app → app}/design/frontend/base/default/template/squeezol_payment/start.phtml +0 -0
  26. {squeezol-plugin/app → app}/etc/modules/Squeezol_Payment.xml +0 -0
  27. {squeezol-plugin/lib → lib}/Squeezol/endpoints.php +0 -0
  28. {squeezol-plugin/lib → lib}/oauth2/Client.php +0 -0
  29. {squeezol-plugin/lib → lib}/oauth2/GrantType/AuthorizationCode.php +0 -0
  30. {squeezol-plugin/lib → lib}/oauth2/GrantType/ClientCredentials.php +0 -0
  31. {squeezol-plugin/lib → lib}/oauth2/GrantType/IGrantType.php +0 -0
  32. {squeezol-plugin/lib → lib}/oauth2/GrantType/Password.php +0 -0
  33. {squeezol-plugin/lib → lib}/oauth2/GrantType/RefreshToken.php +0 -0
  34. {squeezol-plugin/lib → lib}/oauth2/README +0 -0
  35. {squeezol-plugin/lib → lib}/oauth2/auth_request.php +0 -0
  36. {squeezol-plugin/lib → lib}/oauth2/composer.json +0 -0
  37. package.xml +1 -1
  38. {squeezol-plugin/skin → skin}/frontend/base/default/css/DejaVuSansCondensed-BoldOblique.eot +0 -0
  39. {squeezol-plugin/skin → skin}/frontend/base/default/css/DejaVuSansCondensed-BoldOblique.svg +0 -0
  40. {squeezol-plugin/skin → skin}/frontend/base/default/css/DejaVuSansCondensed-BoldOblique.ttf +0 -0
  41. {squeezol-plugin/skin → skin}/frontend/base/default/css/DejaVuSansCondensed-BoldOblique.woff +0 -0
  42. {squeezol-plugin/skin → skin}/frontend/base/default/css/absolut_pro_boldcondensed-webfont.ttf +0 -0
  43. {squeezol-plugin/skin → skin}/frontend/base/default/css/absolut_pro_boldcondensed-webfont.woff +0 -0
  44. {squeezol-plugin/skin → skin}/frontend/base/default/css/absolut_pro_bookcondensed-webfont.ttf +0 -0
  45. {squeezol-plugin/skin → skin}/frontend/base/default/css/absolut_pro_bookcondensed-webfont.woff +0 -0
  46. {squeezol-plugin/skin → skin}/frontend/base/default/css/bootstrap-responsive.css +0 -0
  47. {squeezol-plugin/skin → skin}/frontend/base/default/css/bootstrap-responsive.min.css +0 -0
  48. {squeezol-plugin/skin → skin}/frontend/base/default/css/bootstrap.css +0 -0
  49. {squeezol-plugin/skin → skin}/frontend/base/default/css/bootstrap.min.css +0 -0
  50. {squeezol-plugin/skin → skin}/frontend/base/default/css/dejavusanscondensed-bold-webfont.eot +0 -0
  51. {squeezol-plugin/skin → skin}/frontend/base/default/css/dejavusanscondensed-bold-webfont.svg +0 -0
  52. {squeezol-plugin/skin → skin}/frontend/base/default/css/dejavusanscondensed-bold-webfont.ttf +0 -0
  53. {squeezol-plugin/skin → skin}/frontend/base/default/css/dejavusanscondensed-bold-webfont.woff +0 -0
  54. {squeezol-plugin/skin → skin}/frontend/base/default/css/dejavusanscondensed-webfont.ttf +0 -0
  55. {squeezol-plugin/skin → skin}/frontend/base/default/css/dejavusanscondensed-webfont.woff +0 -0
  56. {squeezol-plugin/skin → skin}/frontend/base/default/css/pikaday.css +0 -0
  57. {squeezol-plugin/skin → skin}/frontend/base/default/css/squeezol.css +0 -0
  58. {squeezol-plugin/skin → skin}/frontend/base/default/images/squeezol_payment/btn-finger.png +0 -0
  59. {squeezol-plugin/skin → skin}/frontend/base/default/images/squeezol_payment/btn2.jpg +0 -0
  60. {squeezol-plugin/skin → skin}/frontend/base/default/images/squeezol_payment/busta.png +0 -0
  61. {squeezol-plugin/skin → skin}/frontend/base/default/images/squeezol_payment/busta2.jpg +0 -0
  62. {squeezol-plugin/skin → skin}/frontend/base/default/images/squeezol_payment/default.jpg +0 -0
  63. {squeezol-plugin/skin → skin}/frontend/base/default/images/squeezol_payment/facebook_small.png +0 -0
  64. {squeezol-plugin/skin → skin}/frontend/base/default/images/squeezol_payment/fenicottero.png +0 -0
  65. {squeezol-plugin/skin → skin}/frontend/base/default/images/squeezol_payment/ghianda_step_blu.png +0 -0
  66. {squeezol-plugin/skin → skin}/frontend/base/default/images/squeezol_payment/ghianda_step_grigia.png +0 -0
  67. {squeezol-plugin/skin → skin}/frontend/base/default/images/squeezol_payment/info-black.png +0 -0
  68. {squeezol-plugin/skin → skin}/frontend/base/default/images/squeezol_payment/logo_min.png +0 -0
  69. {squeezol-plugin/skin → skin}/frontend/base/default/images/squeezol_payment/logo_squeezol_blu_nowrite.png +0 -0
  70. {squeezol-plugin/skin → skin}/frontend/base/default/images/squeezol_payment/mail_small.png +0 -0
  71. {squeezol-plugin/skin → skin}/frontend/base/default/images/squeezol_payment/pay_button.png +0 -0
  72. {squeezol-plugin/skin → skin}/frontend/base/default/images/squeezol_payment/pay_button2.png +0 -0
  73. {squeezol-plugin/skin → skin}/frontend/base/default/images/squeezol_payment/salva2.jpg +0 -0
  74. {squeezol-plugin/skin → skin}/frontend/base/default/images/squeezol_payment/salvadanaio.png +0 -0
  75. {squeezol-plugin/skin → skin}/frontend/base/default/images/squeezol_payment/shopping-cart.jpg +0 -0
  76. {squeezol-plugin/skin → skin}/frontend/base/default/images/squeezol_payment/squeezol.png +0 -0
  77. {squeezol-plugin/skin → skin}/frontend/base/default/images/squeezol_payment/squeezol_icon-aziende.png +0 -0
  78. {squeezol-plugin/skin → skin}/frontend/base/default/images/squeezol_payment/squeezol_icon-creasplit-pink.png +0 -0
  79. {squeezol-plugin/skin → skin}/frontend/base/default/images/squeezol_payment/squeezol_icon-creasplit.png +0 -0
  80. {squeezol-plugin/skin → skin}/frontend/base/default/images/squeezol_payment/squeezol_icon-invita-pink.png +0 -0
  81. {squeezol-plugin/skin → skin}/frontend/base/default/images/squeezol_payment/squeezol_icon-invita.png +0 -0
  82. {squeezol-plugin/skin → skin}/frontend/base/default/images/squeezol_payment/squeezol_icon-riassunto-pink.png +0 -0
  83. {squeezol-plugin/skin → skin}/frontend/base/default/images/squeezol_payment/squeezol_icon-riassunto.png +0 -0
  84. {squeezol-plugin/skin → skin}/frontend/base/default/js/_squeezol3.js +0 -0
  85. {squeezol-plugin/skin → skin}/frontend/base/default/js/bootstrap.min.js +0 -0
  86. {squeezol-plugin/skin → skin}/frontend/base/default/js/jquery.min.js +0 -0
  87. {squeezol-plugin/skin → skin}/frontend/base/default/js/pikaday.js +0 -0
{squeezol-plugin/app → app}/code/local/Squeezol/Payment/Block/Logo.php RENAMED
File without changes
{squeezol-plugin/app → app}/code/local/Squeezol/Payment/Block/Start.php RENAMED
File without changes
{squeezol-plugin/app → app}/code/local/Squeezol/Payment/Helper/Data.php RENAMED
File without changes
{squeezol-plugin/app → app}/code/local/Squeezol/Payment/Model/Mysql4/Params.php RENAMED
File without changes
{squeezol-plugin/app → app}/code/local/Squeezol/Payment/Model/Mysql4/Params/Collection.php RENAMED
File without changes
{squeezol-plugin/app → app}/code/local/Squeezol/Payment/Model/Params.php RENAMED
File without changes
{squeezol-plugin/app → app}/code/local/Squeezol/Payment/Model/Paramsandbox.php RENAMED
File without changes
{squeezol-plugin/app → app}/code/local/Squeezol/Payment/Model/PaymentMethod.php RENAMED
File without changes
{squeezol-plugin/app → app}/code/local/Squeezol/Payment/Model/Resource/Setup.php RENAMED
File without changes
{squeezol-plugin/app → app}/code/local/Squeezol/Payment/Model/Session.php RENAMED
File without changes
{squeezol-plugin/app → app}/code/local/Squeezol/Payment/controllers/IndexController.php RENAMED
File without changes
{squeezol-plugin/app → app}/code/local/Squeezol/Payment/controllers/OrderProcessingController.php RENAMED
File without changes
{squeezol-plugin/app → app}/code/local/Squeezol/Payment/data/squeezol_payment_setup/data-install-0.1.0.php RENAMED
File without changes
{squeezol-plugin/app → app}/code/local/Squeezol/Payment/etc/config.xml RENAMED
File without changes
{squeezol-plugin/app → app}/code/local/Squeezol/Payment/etc/system.xml RENAMED
File without changes
{squeezol-plugin/app → app}/code/local/Squeezol/Payment/sql/squeezol_payment_setup/install-0.1.0.php RENAMED
File without changes
{squeezol-plugin/app → app}/code/local/Squeezol/Payment/sql/squeezol_payment_setup/upgrade-0.1.0-0.2.0.php RENAMED
File without changes
{squeezol-plugin/app → app}/code/local/Squeezol/Payment/sql/squeezol_payment_setup/upgrade-0.2.0-1.0.0.php RENAMED
File without changes
{squeezol-plugin/app → app}/design/frontend/base/default/layout/squeezol_payment.xml RENAMED
File without changes
{squeezol-plugin/app → app}/design/frontend/base/default/template/squeezol_payment/create.phtml RENAMED
File without changes
{squeezol-plugin/app → app}/design/frontend/base/default/template/squeezol_payment/digest.phtml RENAMED
File without changes
{squeezol-plugin/app → app}/design/frontend/base/default/template/squeezol_payment/invitation.phtml RENAMED
File without changes
{squeezol-plugin/app → app}/design/frontend/base/default/template/squeezol_payment/logo.phtml RENAMED
@@ -85,10 +85,12 @@
85
 
86
 
87
  h4.sq-text-center {
88
- display:block;
89
  float: left;
90
  line-height: 50px;
91
  margin-left: 1px;
 
 
92
  }
93
 
94
  h3.sq-text-center {
85
 
86
 
87
  h4.sq-text-center {
88
+ display: block;
89
  float: left;
90
  line-height: 50px;
91
  margin-left: 1px;
92
+ width: 65% !important;
93
+ font-size: 14px !important;
94
  }
95
 
96
  h3.sq-text-center {
{squeezol-plugin/app → app}/design/frontend/base/default/template/squeezol_payment/review.phtml RENAMED
File without changes
{squeezol-plugin/app → app}/design/frontend/base/default/template/squeezol_payment/start.phtml RENAMED
File without changes
{squeezol-plugin/app → app}/etc/modules/Squeezol_Payment.xml RENAMED
File without changes
{squeezol-plugin/lib → lib}/Squeezol/endpoints.php RENAMED
File without changes
{squeezol-plugin/lib → lib}/oauth2/Client.php RENAMED
File without changes
{squeezol-plugin/lib → lib}/oauth2/GrantType/AuthorizationCode.php RENAMED
File without changes
{squeezol-plugin/lib → lib}/oauth2/GrantType/ClientCredentials.php RENAMED
File without changes
{squeezol-plugin/lib → lib}/oauth2/GrantType/IGrantType.php RENAMED
File without changes
{squeezol-plugin/lib → lib}/oauth2/GrantType/Password.php RENAMED
File without changes
{squeezol-plugin/lib → lib}/oauth2/GrantType/RefreshToken.php RENAMED
File without changes
{squeezol-plugin/lib → lib}/oauth2/README RENAMED
File without changes
{squeezol-plugin/lib → lib}/oauth2/auth_request.php RENAMED
File without changes
{squeezol-plugin/lib → lib}/oauth2/composer.json RENAMED
File without changes
package.xml CHANGED
@@ -1,2 +1,2 @@
1
  <?xml version="1.0"?>
2
- <package><name>Squeezol_Payment</name><version>1.1.1</version><stability>stable</stability><license>OSL</license><channel>community</channel><extends></extends><summary>It enables group payments, a split of cart amount</summary><description>Squeezol Split is the innovative payment technology that solves personal fundraising problems between people, simplifying scheduling, budget planning and finally payments. Enable group purchasing on your e-commerce site or marketplace just integrating &#x2018;Pay with Squeezol&#x2019; button: everyone puts his share in, then the merchant receives the entire payment due. A buying system used in current life now completely digitalized, taking advantage of social media tools to ease at the same time the whole customers&#x2019; experience and the viral diffusion of merchants brand.</description><notes>Frontend update</notes><authors><author><name>Davide Costa</name><user>nafta86</user><email>davide.costa@squeezol.com</email></author><author><name>Alessandro Caligaris</name><user>alfietto91</user><email>alessandro.caligaris1991@gmail.com</email></author><author><name>John Doe</name><user>john</user><email>john3@doe.com</email></author></authors><date>2015-01-18</date><time>9:34:05</time><compatible></compatible><dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies><contents><target name="mage"><dir name="squeezol-plugin"><dir name="lib"><dir name="Squeezol"><file name="endpoints.php" hash="bb57c3f817e4a7bbe578056475c2c85b"/></dir><dir name="oauth2"><file name="Client.php" hash="cd46e543dc9ce042347e929bafb2637a"/><file name="README" hash="8ef3bf723c93b6e091b707a546df2804"/><file name="auth_request.php" hash="d78edf267fee0e4c9c483d46f4405d98"/><file name="composer.json" hash="b1a24295215d44d727f603e7da644a5a"/><dir name="GrantType"><file name="AuthorizationCode.php" hash="a1ff324a733fc33dbf938153c4c1667c"/><file name="ClientCredentials.php" hash="21b30fbb06d4b67263499d687316ae8b"/><file name="IGrantType.php" hash="ee03d4c5bc20f518716fc2c616b4d38d"/><file name="Password.php" hash="2e938e60c4af8bad71b5c4f0f1a40969"/><file name="RefreshToken.php" hash="a773f48348ad7aa510955099ba18d3ad"/></dir></dir></dir><dir name="app"><dir name="design"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="squeezol_payment"><file name="create.phtml" hash="7f33a4cd28d0f09ab8b8b94af207b326"/><file name="digest.phtml" hash="ad115777c40a2bf9de8287963340c42c"/><file name="invitation.phtml" hash="769550bdcdeec4c37d2dc46befe32db1"/><file name="logo.phtml" hash="7772596d79735869eb1c89110629a41a"/><file name="review.phtml" hash="788d3e1812a08c0ec53675d16b5ff11e"/><file name="start.phtml" hash="2e49ad50da47b88ee45d259656bd88d0"/></dir></dir><dir name="layout"><file name="squeezol_payment.xml" hash="fc7666d8961c3a5006df797c7fcc2ed7"/></dir></dir></dir></dir></dir><dir name="etc"><dir name="modules"><file name="Squeezol_Payment.xml" hash="8069f82ec151f6c45be892bcc32460f8"/></dir></dir><dir name="code"><dir name="local"><dir name="Squeezol"><dir name="Payment"><dir name="Helper"><file name="Data.php" hash="435781e5e5e1a60ddd4c631f8efcfb42"/></dir><dir name="Block"><file name="Logo.php" hash="f9c7b30ccf3d9c947ec4a33c1662c395"/><file name="Start.php" hash="7edb0747a52d16fa21a2952c6d356191"/></dir><dir name="data"><dir name="squeezol_payment_setup"><file name="data-install-0.1.0.php" hash="3b58d0cdbc68e0260e839a2c8f0d4675"/></dir></dir><dir name="etc"><file name="config.xml" hash="816f839cf9155c94838938ee9b4c1532"/><file name="system.xml" hash="426d16d38ff0bdbe709c4b3c175b9e02"/></dir><dir name="Model"><file name="Params.php" hash="60fe9d8365773cc9de53e5d904d82fac"/><file name="Paramsandbox.php" hash="1f90070265de7948188c79590009ac1d"/><file name="PaymentMethod.php" hash="37fcaf2619c43b2713c4a5441d5345cc"/><file name="Session.php" hash="6453e3413705bde3e492ac9829b954e8"/><dir name="Mysql4"><file name="Params.php" hash="b12305337a72803ed2d61f6b8cac0159"/><dir name="Params"><file name="Collection.php" hash="5c73d0c799b880eed0bfc65bd50f17b6"/></dir></dir><dir name="Resource"><file name="Setup.php" hash="0340022ca0914dfcd7b6b589767dbc21"/></dir></dir><dir name="controllers"><file name="IndexController.php" hash="f4c2b539530d1a3f493be7c51f7ce2e9"/><file name="OrderProcessingController.php" hash="5e56204902a16dd1c726dc61050c2503"/></dir><dir name="sql"><dir name="squeezol_payment_setup"><file name="install-0.1.0.php" hash="404031896ca519d8739300687fc1ab9e"/><file name="upgrade-0.1.0-0.2.0.php" hash="1bd99cfd46a27f7d94754540d32af500"/><file name="upgrade-0.2.0-1.0.0.php" hash="36edcf31ba4f44b97b80d77868da31e9"/></dir></dir></dir></dir></dir></dir></dir><dir name="skin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><file name="DejaVuSansCondensed-BoldOblique.eot" hash="2c79dd754287cea48f32a3fff983bf15"/><file name="DejaVuSansCondensed-BoldOblique.svg" hash="326f9917a1db7537c95bf0b6124b899f"/><file name="DejaVuSansCondensed-BoldOblique.ttf" hash="7bb71c1ec629c0bf5d27e2e2d5e20066"/><file name="DejaVuSansCondensed-BoldOblique.woff" hash="3242cc1f8b2373420e38d3aefcc9e408"/><file name="absolut_pro_boldcondensed-webfont.ttf" hash="dee7ac19c5727e29ba33192f466560ea"/><file name="absolut_pro_boldcondensed-webfont.woff" hash="585c3a24a09cd230d2e456db4a04d4d7"/><file name="absolut_pro_bookcondensed-webfont.ttf" hash="2c8c3c2eb35d5d36ab0927d2fd6f1732"/><file name="absolut_pro_bookcondensed-webfont.woff" hash="4868c6df04841d20c0ff3ee3a2e9830d"/><file name="bootstrap-responsive.css" hash="d2c30d07a98d50e945570bf32c56435f"/><file name="bootstrap-responsive.min.css" hash="365a247af4036532701d83957e490adc"/><file name="bootstrap.css" hash="08f2256002f66a415dbc2e8afb722d70"/><file name="bootstrap.min.css" hash="2b4369ee3c21cf58516751cb49a01ccc"/><file name="dejavusanscondensed-bold-webfont.eot" hash="fa2f3a00c08cc9f47201cac746a06bf2"/><file name="dejavusanscondensed-bold-webfont.svg" hash="f4f7213b78edc8ce3756a61868540ea4"/><file name="dejavusanscondensed-bold-webfont.ttf" hash="c2ca6902c10cb361346e2561c41af171"/><file name="dejavusanscondensed-bold-webfont.woff" hash="2eefe2ee018b50741c817aff2e25931a"/><file name="dejavusanscondensed-webfont.ttf" hash="5c1e2a1d836ff13b21d208ae62263331"/><file name="dejavusanscondensed-webfont.woff" hash="3aa174b6ab569947533738c8d9cd1808"/><file name="pikaday.css" hash="5a32b7adc30d7de002b204036e5c40ae"/><file name="squeezol.css" hash="975e2f8b5408a1498b10aed40ade1542"/></dir><dir name="js"><file name="_squeezol3.js" hash="4702a0831c57e4439ad1f933e3a62a8d"/><file name="bootstrap.min.js" hash="a121f0e47edc5182e1aca1396807db70"/><file name="jquery.min.js" hash="8101d596b2b8fa35fe3a634ea342d7c3"/><file name="pikaday.js" hash="441d514c9231d36b1d589bb3b78accb1"/></dir><dir name="images"><dir name="squeezol_payment"><file name="btn-finger.png" hash="32939ad91cd1416e303fe72edde3389e"/><file name="btn2.jpg" hash="ddc15e5c081115513a9e9e6dc41cdafc"/><file name="busta.png" hash="f5da1e0e1e1a5eb3cea2d6d9d89a91d6"/><file name="busta2.jpg" hash="6056ab70cbb9fb274510fafc79ebc745"/><file name="default.jpg" hash="dd9154d475d1abaa69163378cfa482f8"/><file name="facebook_small.png" hash="24a08c9069e7a37d56ef7c2514c652b5"/><file name="fenicottero.png" hash="dd5753b966338ca1f711ceec5dbcf75b"/><file name="ghianda_step_blu.png" hash="9ff125808d9fbdef766caf502a304ad2"/><file name="ghianda_step_grigia.png" hash="4d58eee97a1f8655a87c7a0f20e66eda"/><file name="info-black.png" hash="10de26a1713ff21b9a4f169da5abdbdb"/><file name="logo_min.png" hash="70e11306eda7fbd42d78a72f1109a17d"/><file name="logo_squeezol_blu_nowrite.png" hash="9a0ac507017fb6b268a43d454f436b61"/><file name="mail_small.png" hash="da8257e98dd2ad413c61309043f71ed9"/><file name="pay_button.png" hash="970ec7feff9b6b7b9062d8f5a8e10bd1"/><file name="pay_button2.png" hash="6f6727fb922f128dc3cf3a9b42b00e1a"/><file name="salva2.jpg" hash="557ff279658464685464b856d4d3f634"/><file name="salvadanaio.png" hash="a2a0d69adabe332b8106bfaec0d49f87"/><file name="shopping-cart.jpg" hash="ccf6a2d64c387127e988724f2a986ca3"/><file name="squeezol.png" hash="e2059411e9f14fdfe1e8b21739f7a512"/><file name="squeezol_icon-aziende.png" hash="e1231a071b99b6fe07db08d247a4a086"/><file name="squeezol_icon-creasplit-pink.png" hash="a7d5094fca629f3f8d068049db852d03"/><file name="squeezol_icon-creasplit.png" hash="decd22b53c32b8472b0a46d0aed4afe9"/><file name="squeezol_icon-invita-pink.png" hash="b1eb9ef65c147d6552d4d402373bcf10"/><file name="squeezol_icon-invita.png" hash="0b274298ec828752a61db8686af9f720"/><file name="squeezol_icon-riassunto-pink.png" hash="82db5c7c4329194760ad7cb728bd1014"/><file name="squeezol_icon-riassunto.png" hash="2e50238f01e7a407e5d491ec75c25ec8"/></dir></dir></dir></dir></dir></dir></dir></target></contents></package>
1
  <?xml version="1.0"?>
2
+ <package><name>Squeezol_Payment</name><version>1.1.2</version><stability>stable</stability><license>OSL</license><channel>community</channel><extends></extends><summary>It enables group payments, a split of cart amount</summary><description>Squeezol Split is the innovative payment technology that solves personal fundraising problems between people, simplifying scheduling, budget planning and finally payments. Enable group purchasing on your e-commerce site or marketplace just integrating &#x2018;Pay with Squeezol&#x2019; button: everyone puts his share in, then the merchant receives the entire payment due. A buying system used in current life now completely digitalized, taking advantage of social media tools to ease at the same time the whole customers&#x2019; experience and the viral diffusion of merchants brand.</description><notes>Frontend update</notes><authors><author><name>Davide Costa</name><user>nafta86</user><email>davide.costa@squeezol.com</email></author><author><name>Alessandro Caligaris</name><user>alfietto91</user><email>alessandro.caligaris1991@gmail.com</email></author><author><name>John Doe</name><user>john</user><email>john3@doe.com</email></author></authors><date>2015-02-03</date><time>2:36:37</time><compatible></compatible><dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies><contents><target name="mage"><dir name="lib"><dir name="Squeezol"><file name="endpoints.php" hash="bb57c3f817e4a7bbe578056475c2c85b"/></dir><dir name="oauth2"><file name="Client.php" hash="cd46e543dc9ce042347e929bafb2637a"/><file name="README" hash="8ef3bf723c93b6e091b707a546df2804"/><file name="auth_request.php" hash="d78edf267fee0e4c9c483d46f4405d98"/><file name="composer.json" hash="b1a24295215d44d727f603e7da644a5a"/><dir name="GrantType"><file name="AuthorizationCode.php" hash="a1ff324a733fc33dbf938153c4c1667c"/><file name="ClientCredentials.php" hash="21b30fbb06d4b67263499d687316ae8b"/><file name="IGrantType.php" hash="ee03d4c5bc20f518716fc2c616b4d38d"/><file name="Password.php" hash="2e938e60c4af8bad71b5c4f0f1a40969"/><file name="RefreshToken.php" hash="a773f48348ad7aa510955099ba18d3ad"/></dir></dir></dir><dir name="app"><dir name="design"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="squeezol_payment"><file name="create.phtml" hash="7f33a4cd28d0f09ab8b8b94af207b326"/><file name="digest.phtml" hash="ad115777c40a2bf9de8287963340c42c"/><file name="invitation.phtml" hash="769550bdcdeec4c37d2dc46befe32db1"/><file name="logo.phtml" hash="82583c167f2e79d682dea8284e5b8791"/><file name="review.phtml" hash="788d3e1812a08c0ec53675d16b5ff11e"/><file name="start.phtml" hash="2e49ad50da47b88ee45d259656bd88d0"/></dir></dir><dir name="layout"><file name="squeezol_payment.xml" hash="fc7666d8961c3a5006df797c7fcc2ed7"/></dir></dir></dir></dir></dir><dir name="etc"><dir name="modules"><file name="Squeezol_Payment.xml" hash="8069f82ec151f6c45be892bcc32460f8"/></dir></dir><dir name="code"><dir name="local"><dir name="Squeezol"><dir name="Payment"><dir name="Helper"><file name="Data.php" hash="435781e5e5e1a60ddd4c631f8efcfb42"/></dir><dir name="Block"><file name="Logo.php" hash="f9c7b30ccf3d9c947ec4a33c1662c395"/><file name="Start.php" hash="7edb0747a52d16fa21a2952c6d356191"/></dir><dir name="data"><dir name="squeezol_payment_setup"><file name="data-install-0.1.0.php" hash="3b58d0cdbc68e0260e839a2c8f0d4675"/></dir></dir><dir name="etc"><file name="config.xml" hash="816f839cf9155c94838938ee9b4c1532"/><file name="system.xml" hash="426d16d38ff0bdbe709c4b3c175b9e02"/></dir><dir name="Model"><file name="Params.php" hash="60fe9d8365773cc9de53e5d904d82fac"/><file name="Paramsandbox.php" hash="1f90070265de7948188c79590009ac1d"/><file name="PaymentMethod.php" hash="37fcaf2619c43b2713c4a5441d5345cc"/><file name="Session.php" hash="6453e3413705bde3e492ac9829b954e8"/><dir name="Mysql4"><file name="Params.php" hash="b12305337a72803ed2d61f6b8cac0159"/><dir name="Params"><file name="Collection.php" hash="5c73d0c799b880eed0bfc65bd50f17b6"/></dir></dir><dir name="Resource"><file name="Setup.php" hash="0340022ca0914dfcd7b6b589767dbc21"/></dir></dir><dir name="controllers"><file name="IndexController.php" hash="f4c2b539530d1a3f493be7c51f7ce2e9"/><file name="OrderProcessingController.php" hash="5e56204902a16dd1c726dc61050c2503"/></dir><dir name="sql"><dir name="squeezol_payment_setup"><file name="install-0.1.0.php" hash="404031896ca519d8739300687fc1ab9e"/><file name="upgrade-0.1.0-0.2.0.php" hash="1bd99cfd46a27f7d94754540d32af500"/><file name="upgrade-0.2.0-1.0.0.php" hash="36edcf31ba4f44b97b80d77868da31e9"/></dir></dir></dir></dir></dir></dir></dir><dir name="skin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><file name="DejaVuSansCondensed-BoldOblique.eot" hash="2c79dd754287cea48f32a3fff983bf15"/><file name="DejaVuSansCondensed-BoldOblique.svg" hash="326f9917a1db7537c95bf0b6124b899f"/><file name="DejaVuSansCondensed-BoldOblique.ttf" hash="7bb71c1ec629c0bf5d27e2e2d5e20066"/><file name="DejaVuSansCondensed-BoldOblique.woff" hash="3242cc1f8b2373420e38d3aefcc9e408"/><file name="absolut_pro_boldcondensed-webfont.ttf" hash="dee7ac19c5727e29ba33192f466560ea"/><file name="absolut_pro_boldcondensed-webfont.woff" hash="585c3a24a09cd230d2e456db4a04d4d7"/><file name="absolut_pro_bookcondensed-webfont.ttf" hash="2c8c3c2eb35d5d36ab0927d2fd6f1732"/><file name="absolut_pro_bookcondensed-webfont.woff" hash="4868c6df04841d20c0ff3ee3a2e9830d"/><file name="bootstrap-responsive.css" hash="d2c30d07a98d50e945570bf32c56435f"/><file name="bootstrap-responsive.min.css" hash="365a247af4036532701d83957e490adc"/><file name="bootstrap.css" hash="08f2256002f66a415dbc2e8afb722d70"/><file name="bootstrap.min.css" hash="2b4369ee3c21cf58516751cb49a01ccc"/><file name="dejavusanscondensed-bold-webfont.eot" hash="fa2f3a00c08cc9f47201cac746a06bf2"/><file name="dejavusanscondensed-bold-webfont.svg" hash="f4f7213b78edc8ce3756a61868540ea4"/><file name="dejavusanscondensed-bold-webfont.ttf" hash="c2ca6902c10cb361346e2561c41af171"/><file name="dejavusanscondensed-bold-webfont.woff" hash="2eefe2ee018b50741c817aff2e25931a"/><file name="dejavusanscondensed-webfont.ttf" hash="5c1e2a1d836ff13b21d208ae62263331"/><file name="dejavusanscondensed-webfont.woff" hash="3aa174b6ab569947533738c8d9cd1808"/><file name="pikaday.css" hash="5a32b7adc30d7de002b204036e5c40ae"/><file name="squeezol.css" hash="975e2f8b5408a1498b10aed40ade1542"/></dir><dir name="js"><file name="_squeezol3.js" hash="4702a0831c57e4439ad1f933e3a62a8d"/><file name="bootstrap.min.js" hash="a121f0e47edc5182e1aca1396807db70"/><file name="jquery.min.js" hash="8101d596b2b8fa35fe3a634ea342d7c3"/><file name="pikaday.js" hash="441d514c9231d36b1d589bb3b78accb1"/></dir><dir name="images"><dir name="squeezol_payment"><file name="btn-finger.png" hash="32939ad91cd1416e303fe72edde3389e"/><file name="btn2.jpg" hash="ddc15e5c081115513a9e9e6dc41cdafc"/><file name="busta.png" hash="f5da1e0e1e1a5eb3cea2d6d9d89a91d6"/><file name="busta2.jpg" hash="6056ab70cbb9fb274510fafc79ebc745"/><file name="default.jpg" hash="dd9154d475d1abaa69163378cfa482f8"/><file name="facebook_small.png" hash="24a08c9069e7a37d56ef7c2514c652b5"/><file name="fenicottero.png" hash="dd5753b966338ca1f711ceec5dbcf75b"/><file name="ghianda_step_blu.png" hash="9ff125808d9fbdef766caf502a304ad2"/><file name="ghianda_step_grigia.png" hash="4d58eee97a1f8655a87c7a0f20e66eda"/><file name="info-black.png" hash="10de26a1713ff21b9a4f169da5abdbdb"/><file name="logo_min.png" hash="70e11306eda7fbd42d78a72f1109a17d"/><file name="logo_squeezol_blu_nowrite.png" hash="9a0ac507017fb6b268a43d454f436b61"/><file name="mail_small.png" hash="da8257e98dd2ad413c61309043f71ed9"/><file name="pay_button.png" hash="970ec7feff9b6b7b9062d8f5a8e10bd1"/><file name="pay_button2.png" hash="6f6727fb922f128dc3cf3a9b42b00e1a"/><file name="salva2.jpg" hash="557ff279658464685464b856d4d3f634"/><file name="salvadanaio.png" hash="a2a0d69adabe332b8106bfaec0d49f87"/><file name="shopping-cart.jpg" hash="ccf6a2d64c387127e988724f2a986ca3"/><file name="squeezol.png" hash="e2059411e9f14fdfe1e8b21739f7a512"/><file name="squeezol_icon-aziende.png" hash="e1231a071b99b6fe07db08d247a4a086"/><file name="squeezol_icon-creasplit-pink.png" hash="a7d5094fca629f3f8d068049db852d03"/><file name="squeezol_icon-creasplit.png" hash="decd22b53c32b8472b0a46d0aed4afe9"/><file name="squeezol_icon-invita-pink.png" hash="b1eb9ef65c147d6552d4d402373bcf10"/><file name="squeezol_icon-invita.png" hash="0b274298ec828752a61db8686af9f720"/><file name="squeezol_icon-riassunto-pink.png" hash="82db5c7c4329194760ad7cb728bd1014"/><file name="squeezol_icon-riassunto.png" hash="2e50238f01e7a407e5d491ec75c25ec8"/></dir></dir></dir></dir></dir></dir></target></contents></package>
{squeezol-plugin/skin → skin}/frontend/base/default/css/DejaVuSansCondensed-BoldOblique.eot RENAMED
File without changes
{squeezol-plugin/skin → skin}/frontend/base/default/css/DejaVuSansCondensed-BoldOblique.svg RENAMED
File without changes
{squeezol-plugin/skin → skin}/frontend/base/default/css/DejaVuSansCondensed-BoldOblique.ttf RENAMED
File without changes
{squeezol-plugin/skin → skin}/frontend/base/default/css/DejaVuSansCondensed-BoldOblique.woff RENAMED
File without changes
{squeezol-plugin/skin → skin}/frontend/base/default/css/absolut_pro_boldcondensed-webfont.ttf RENAMED
File without changes
{squeezol-plugin/skin → skin}/frontend/base/default/css/absolut_pro_boldcondensed-webfont.woff RENAMED
File without changes
{squeezol-plugin/skin → skin}/frontend/base/default/css/absolut_pro_bookcondensed-webfont.ttf RENAMED
File without changes
{squeezol-plugin/skin → skin}/frontend/base/default/css/absolut_pro_bookcondensed-webfont.woff RENAMED
File without changes
{squeezol-plugin/skin → skin}/frontend/base/default/css/bootstrap-responsive.css RENAMED
File without changes
{squeezol-plugin/skin → skin}/frontend/base/default/css/bootstrap-responsive.min.css RENAMED
File without changes
{squeezol-plugin/skin → skin}/frontend/base/default/css/bootstrap.css RENAMED
File without changes
{squeezol-plugin/skin → skin}/frontend/base/default/css/bootstrap.min.css RENAMED
File without changes
{squeezol-plugin/skin → skin}/frontend/base/default/css/dejavusanscondensed-bold-webfont.eot RENAMED
File without changes
{squeezol-plugin/skin → skin}/frontend/base/default/css/dejavusanscondensed-bold-webfont.svg RENAMED
File without changes
{squeezol-plugin/skin → skin}/frontend/base/default/css/dejavusanscondensed-bold-webfont.ttf RENAMED
File without changes
{squeezol-plugin/skin → skin}/frontend/base/default/css/dejavusanscondensed-bold-webfont.woff RENAMED
File without changes
{squeezol-plugin/skin → skin}/frontend/base/default/css/dejavusanscondensed-webfont.ttf RENAMED
File without changes
{squeezol-plugin/skin → skin}/frontend/base/default/css/dejavusanscondensed-webfont.woff RENAMED
File without changes
{squeezol-plugin/skin → skin}/frontend/base/default/css/pikaday.css RENAMED
File without changes
{squeezol-plugin/skin → skin}/frontend/base/default/css/squeezol.css RENAMED
File without changes
{squeezol-plugin/skin → skin}/frontend/base/default/images/squeezol_payment/btn-finger.png RENAMED
File without changes
{squeezol-plugin/skin → skin}/frontend/base/default/images/squeezol_payment/btn2.jpg RENAMED
File without changes
{squeezol-plugin/skin → skin}/frontend/base/default/images/squeezol_payment/busta.png RENAMED
File without changes
{squeezol-plugin/skin → skin}/frontend/base/default/images/squeezol_payment/busta2.jpg RENAMED
File without changes
{squeezol-plugin/skin → skin}/frontend/base/default/images/squeezol_payment/default.jpg RENAMED
File without changes
{squeezol-plugin/skin → skin}/frontend/base/default/images/squeezol_payment/facebook_small.png RENAMED
File without changes
{squeezol-plugin/skin → skin}/frontend/base/default/images/squeezol_payment/fenicottero.png RENAMED
File without changes
{squeezol-plugin/skin → skin}/frontend/base/default/images/squeezol_payment/ghianda_step_blu.png RENAMED
File without changes
{squeezol-plugin/skin → skin}/frontend/base/default/images/squeezol_payment/ghianda_step_grigia.png RENAMED
File without changes
{squeezol-plugin/skin → skin}/frontend/base/default/images/squeezol_payment/info-black.png RENAMED
File without changes
{squeezol-plugin/skin → skin}/frontend/base/default/images/squeezol_payment/logo_min.png RENAMED
File without changes
{squeezol-plugin/skin → skin}/frontend/base/default/images/squeezol_payment/logo_squeezol_blu_nowrite.png RENAMED
File without changes
{squeezol-plugin/skin → skin}/frontend/base/default/images/squeezol_payment/mail_small.png RENAMED
File without changes
{squeezol-plugin/skin → skin}/frontend/base/default/images/squeezol_payment/pay_button.png RENAMED
File without changes
{squeezol-plugin/skin → skin}/frontend/base/default/images/squeezol_payment/pay_button2.png RENAMED
File without changes
{squeezol-plugin/skin → skin}/frontend/base/default/images/squeezol_payment/salva2.jpg RENAMED
File without changes
{squeezol-plugin/skin → skin}/frontend/base/default/images/squeezol_payment/salvadanaio.png RENAMED
File without changes
{squeezol-plugin/skin → skin}/frontend/base/default/images/squeezol_payment/shopping-cart.jpg RENAMED
File without changes
{squeezol-plugin/skin → skin}/frontend/base/default/images/squeezol_payment/squeezol.png RENAMED
File without changes
{squeezol-plugin/skin → skin}/frontend/base/default/images/squeezol_payment/squeezol_icon-aziende.png RENAMED
File without changes
{squeezol-plugin/skin → skin}/frontend/base/default/images/squeezol_payment/squeezol_icon-creasplit-pink.png RENAMED
File without changes
{squeezol-plugin/skin → skin}/frontend/base/default/images/squeezol_payment/squeezol_icon-creasplit.png RENAMED
File without changes
{squeezol-plugin/skin → skin}/frontend/base/default/images/squeezol_payment/squeezol_icon-invita-pink.png RENAMED
File without changes
{squeezol-plugin/skin → skin}/frontend/base/default/images/squeezol_payment/squeezol_icon-invita.png RENAMED
File without changes
{squeezol-plugin/skin → skin}/frontend/base/default/images/squeezol_payment/squeezol_icon-riassunto-pink.png RENAMED
File without changes
{squeezol-plugin/skin → skin}/frontend/base/default/images/squeezol_payment/squeezol_icon-riassunto.png RENAMED
File without changes
{squeezol-plugin/skin → skin}/frontend/base/default/js/_squeezol3.js RENAMED
File without changes
{squeezol-plugin/skin → skin}/frontend/base/default/js/bootstrap.min.js RENAMED
File without changes
{squeezol-plugin/skin → skin}/frontend/base/default/js/jquery.min.js RENAMED
File without changes
{squeezol-plugin/skin → skin}/frontend/base/default/js/pikaday.js RENAMED
File without changes