Smart2Pay - Version 1.0.2

Version Notes

Smart2Pay API integration

Download this release

Release Info

Developer Stefan Iancu
Extension Smart2Pay
Version 1.0.2
Comparing to
See all releases


Code changes from version 1.0.1 to 1.0.2

Files changed (29) hide show
  1. app/code/community/{Smart2pay → Smart2Pay}/Globalpay/Block/Info.php +0 -0
  2. app/code/community/{Smart2pay → Smart2Pay}/Globalpay/Block/Paymethod/Form.php +0 -0
  3. app/code/community/{Smart2pay → Smart2Pay}/Globalpay/Block/Paymethod/Sendform.php +0 -0
  4. app/code/community/{Smart2pay → Smart2Pay}/Globalpay/Helper/Data.php +0 -0
  5. app/code/community/{Smart2pay → Smart2Pay}/Globalpay/Helper/Helper.php +0 -0
  6. app/code/community/{Smart2pay → Smart2Pay}/Globalpay/Model/Country.php +0 -0
  7. app/code/community/{Smart2pay → Smart2Pay}/Globalpay/Model/Countrymethod.php +0 -0
  8. app/code/community/{Smart2pay → Smart2Pay}/Globalpay/Model/GlobalpayLog.php +0 -0
  9. app/code/community/{Smart2pay → Smart2Pay}/Globalpay/Model/Logger.php +0 -0
  10. app/code/community/{Smart2pay → Smart2Pay}/Globalpay/Model/Method.php +0 -0
  11. app/code/community/{Smart2pay → Smart2Pay}/Globalpay/Model/Pay.php +0 -0
  12. app/code/community/{Smart2pay → Smart2Pay}/Globalpay/Model/Resource/Country.php +0 -0
  13. app/code/community/{Smart2pay → Smart2Pay}/Globalpay/Model/Resource/Country/Collection.php +0 -0
  14. app/code/community/{Smart2pay → Smart2Pay}/Globalpay/Model/Resource/Countrymethod.php +0 -0
  15. app/code/community/{Smart2pay → Smart2Pay}/Globalpay/Model/Resource/Countrymethod/Collection.php +0 -0
  16. app/code/community/{Smart2pay → Smart2Pay}/Globalpay/Model/Resource/Logger.php +0 -0
  17. app/code/community/{Smart2pay → Smart2Pay}/Globalpay/Model/Resource/Logger/Collection.php +0 -0
  18. app/code/community/{Smart2pay → Smart2Pay}/Globalpay/Model/Resource/Method.php +0 -0
  19. app/code/community/{Smart2pay → Smart2Pay}/Globalpay/Model/Resource/Method/Collection.php +0 -0
  20. app/code/community/{Smart2pay → Smart2Pay}/Globalpay/Model/Resource/Setup.php +0 -0
  21. app/code/community/{Smart2pay → Smart2Pay}/Globalpay/Model/Source/Displaymodes.php +0 -0
  22. app/code/community/{Smart2pay → Smart2Pay}/Globalpay/Model/Source/Methods.php +0 -0
  23. app/code/community/{Smart2pay → Smart2Pay}/Globalpay/Model/Source/Testlive.php +0 -0
  24. app/code/community/{Smart2pay → Smart2Pay}/Globalpay/controllers/IndexController.php +0 -0
  25. app/code/community/{Smart2pay → Smart2Pay}/Globalpay/controllers/TestsController.php +0 -0
  26. app/code/community/{Smart2pay → Smart2Pay}/Globalpay/etc/config.xml +1 -1
  27. app/code/community/{Smart2pay → Smart2Pay}/Globalpay/etc/system.xml +0 -0
  28. app/code/community/{Smart2pay → Smart2Pay}/Globalpay/sql/globalpay_setup/mysql4-install-0.1.0.php +0 -0
  29. package.xml +3 -3
app/code/community/{Smart2pay → Smart2Pay}/Globalpay/Block/Info.php RENAMED
File without changes
app/code/community/{Smart2pay → Smart2Pay}/Globalpay/Block/Paymethod/Form.php RENAMED
File without changes
app/code/community/{Smart2pay → Smart2Pay}/Globalpay/Block/Paymethod/Sendform.php RENAMED
File without changes
app/code/community/{Smart2pay → Smart2Pay}/Globalpay/Helper/Data.php RENAMED
File without changes
app/code/community/{Smart2pay → Smart2Pay}/Globalpay/Helper/Helper.php RENAMED
File without changes
app/code/community/{Smart2pay → Smart2Pay}/Globalpay/Model/Country.php RENAMED
File without changes
app/code/community/{Smart2pay → Smart2Pay}/Globalpay/Model/Countrymethod.php RENAMED
File without changes
app/code/community/{Smart2pay → Smart2Pay}/Globalpay/Model/GlobalpayLog.php RENAMED
File without changes
app/code/community/{Smart2pay → Smart2Pay}/Globalpay/Model/Logger.php RENAMED
File without changes
app/code/community/{Smart2pay → Smart2Pay}/Globalpay/Model/Method.php RENAMED
File without changes
app/code/community/{Smart2pay → Smart2Pay}/Globalpay/Model/Pay.php RENAMED
File without changes
app/code/community/{Smart2pay → Smart2Pay}/Globalpay/Model/Resource/Country.php RENAMED
File without changes
app/code/community/{Smart2pay → Smart2Pay}/Globalpay/Model/Resource/Country/Collection.php RENAMED
File without changes
app/code/community/{Smart2pay → Smart2Pay}/Globalpay/Model/Resource/Countrymethod.php RENAMED
File without changes
app/code/community/{Smart2pay → Smart2Pay}/Globalpay/Model/Resource/Countrymethod/Collection.php RENAMED
File without changes
app/code/community/{Smart2pay → Smart2Pay}/Globalpay/Model/Resource/Logger.php RENAMED
File without changes
app/code/community/{Smart2pay → Smart2Pay}/Globalpay/Model/Resource/Logger/Collection.php RENAMED
File without changes
app/code/community/{Smart2pay → Smart2Pay}/Globalpay/Model/Resource/Method.php RENAMED
File without changes
app/code/community/{Smart2pay → Smart2Pay}/Globalpay/Model/Resource/Method/Collection.php RENAMED
File without changes
app/code/community/{Smart2pay → Smart2Pay}/Globalpay/Model/Resource/Setup.php RENAMED
File without changes
app/code/community/{Smart2pay → Smart2Pay}/Globalpay/Model/Source/Displaymodes.php RENAMED
File without changes
app/code/community/{Smart2pay → Smart2Pay}/Globalpay/Model/Source/Methods.php RENAMED
File without changes
app/code/community/{Smart2pay → Smart2Pay}/Globalpay/Model/Source/Testlive.php RENAMED
File without changes
app/code/community/{Smart2pay → Smart2Pay}/Globalpay/controllers/IndexController.php RENAMED
File without changes
app/code/community/{Smart2pay → Smart2Pay}/Globalpay/controllers/TestsController.php RENAMED
File without changes
app/code/community/{Smart2pay → Smart2Pay}/Globalpay/etc/config.xml RENAMED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <Smart2Pay_Globalpay>
5
- <version>1.0.1</version>
6
  </Smart2Pay_Globalpay>
7
  </modules>
8
  <frontend>
2
  <config>
3
  <modules>
4
  <Smart2Pay_Globalpay>
5
+ <version>1.0.2</version>
6
  </Smart2Pay_Globalpay>
7
  </modules>
8
  <frontend>
app/code/community/{Smart2pay → Smart2Pay}/Globalpay/etc/system.xml RENAMED
File without changes
app/code/community/{Smart2pay → Smart2Pay}/Globalpay/sql/globalpay_setup/mysql4-install-0.1.0.php RENAMED
File without changes
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Smart2Pay</name>
4
- <version>1.0.1</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/OSL-3.0"> The Open Software License 3.0 (OSL-3.0)</license>
7
  <channel>community</channel>
@@ -77,8 +77,8 @@ Smart2PayTM is offering local payment services to international merchants since
77
  Please e-mail support@smart2pay.com for instruction on account activation.</description>
78
  <notes>Smart2Pay API integration</notes>
79
  <authors><author><name>Stefan Iancu</name><user>stefani</user><email>stefan@smart2pay.com</email></author></authors>
80
- <date>2013-06-20</date>
81
- <time>13:23:03</time>
82
  <contents><target name="magecommunity"><dir name="Smart2pay"><dir name="Globalpay"><dir name="Block"><file name="Info.php" hash="7ba152ab49b0dc36cc9af68d4877a649"/><dir name="Paymethod"><file name="Form.php" hash="b1482f3ec22b1a2a20117d8847451ec1"/><file name="Sendform.php" hash="50167cb04edf408aa881cdf32d704e4b"/></dir></dir><dir name="Helper"><file name="Data.php" hash="bb23054b861b1468c0a70e2ce5acdb8d"/><file name="Helper.php" hash="a549c535e360a93958c6ca941f80b129"/></dir><dir name="Model"><file name="Country.php" hash="4b433925bed9f5d47d64497432e75a34"/><file name="Countrymethod.php" hash="2aa968c593058fd86b2c8d0550f3e286"/><file name="GlobalpayLog.php" hash="f68fd78b1020729985c405d539cb94d4"/><file name="Logger.php" hash="6268d6a7829e481187b0d998be88bab0"/><file name="Method.php" hash="99a1ed249df5d21e978406f2aee202d7"/><file name="Pay.php" hash="926857693f9d3bdad39cfd5cdd15166b"/><dir name="Resource"><dir name="Country"><file name="Collection.php" hash="ad5ae7ebc94b095bb7264bdf8a8384db"/></dir><file name="Country.php" hash="48d23e3ab4a5c2788839433080179c65"/><dir name="Countrymethod"><file name="Collection.php" hash="31e944d1e66e1da9d3d3779c9cc318d3"/></dir><file name="Countrymethod.php" hash="95db4406bede177910938746e660360f"/><dir name="Logger"><file name="Collection.php" hash="f4db3e9e19df5570603cdddc843017ea"/></dir><file name="Logger.php" hash="ef953126a8793499b676a0aea7070fda"/><dir name="Method"><file name="Collection.php" hash="52091137c467ca6e4ef07e15505e41cd"/></dir><file name="Method.php" hash="ab86d14385f2330a81e13ac0d931fb89"/><file name="Setup.php" hash="6cad02bba0656dab9a7a7a85489f92c3"/></dir><dir name="Source"><file name="Displaymodes.php" hash="d58bea7ddb68a9ae8cd32aa1b175ce5f"/><file name="Methods.php" hash="00c268b45390e7dc505f3bf08699e65d"/><file name="Testlive.php" hash="c9cde641fdc6d7e853de3b6af3fa1d90"/></dir></dir><dir name="controllers"><file name="IndexController.php" hash="dc46886339c449cd7a35051f4d0a51c3"/><file name="TestsController.php" hash="491989d17c884c304866caa317ba4b03"/></dir><dir name="etc"><file name="config.xml" hash="80825212843040007f6fd7d30830850d"/><file name="system.xml" hash="f90ab9d1a7251b5a8c6ed7a17ba8453d"/></dir><dir name="sql"><dir name="globalpay_setup"><file name="mysql4-install-0.1.0.php" hash="a9028322416d7a057b933e5ff7461b7e"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="smart2pay"><dir name="globalpay"><file name="info.phtml" hash="27dd1e9f9fc5390ad74f45573ac51dea"/><dir name="paymethod"><file name="form.phtml" hash="0121fb12d5270242933707c0d001bc7a"/><file name="sendform.phtml" hash="b2b5c2863c42203ad576041abb08fec0"/></dir></dir></dir></dir><dir name="layout"><file name="globalpay.xml" hash="d5f5abd3bbf9b9184cd18304acdac867"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Smart2Pay_Globalpay.xml" hash="1f3951214d78df89b34a781bd683699c"/></dir></target><target name="magelocale"><dir name="en_US"><dir name="template"><dir name="email"><dir name="smart2pay"><dir name="globalpay"><file name="payment_confirmation.html" hash="4a860da24781740ff361d948dd406e21"/></dir></dir></dir></dir><file name="Smart2Pay_Globalpay.csv" hash="806d64bbabd8af1221f20fc948003e8b"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="images"><dir name="smart2pay"><dir name="methods"><file name="ABN-AMRO.jpg" hash="82dd9741d9ce8f1c0706a9a29c775faa"/><file name="FPX.gif" hash="34cc5462d208c69dd7cec27024bd1f8a"/><file name="FPX_grey.gif" hash="f56883b1becf81c26a160d8022de9e58"/><file name="Frieslandbank.jpg" hash="25c44572f3d202a37e3801d78f8b9385"/><file name="RBS.jpg" hash="b11037004617f3a5f5afec6ed37953e8"/><file name="abaqoos.gif" hash="9ecff0690953339133a8123c360e0441"/><file name="abaqoos_grey.gif" hash="080802fd1a5b90238ff1d206a15036f5"/><file name="ach.gif" hash="51b669a1d1ca0ff736166d27bf027213"/><file name="ach_grey.gif" hash="b876306dd72ae61c40c34f8b3aee7521"/><file name="alipay.jpg" hash="97430660b667441dc0a5d6611ccef494"/><file name="alipay_grey.jpg" hash="46d76de83013eec2856479e36cdf6dae"/><file name="alliance_online.gif" hash="321be117b6327f455cb3e8d31461fed9"/><file name="alliance_online_grey.gif" hash="e6f9d3180442f9fa432dc9ae0806ed09"/><file name="ambankgroup.gif" hash="f7f6e54e102819c15ad8c6ee37756dec"/><file name="ambankgroup_grey.gif" hash="c2a1ad7a5515fc857c043eaa0bba3955"/><file name="american_express.jpg" hash="84cf63cad26fcb5dbec431e7173731c7"/><file name="american_express_grey.jpg" hash="79bde788bfc298de8e9ea999e3a67754"/><file name="arztebank.jpg" hash="920e6d907af58292790e95ce5cc46905"/><file name="arztebank_grey.jpg" hash="ef1fb04251d1bebb0f9416e0764355a1"/><file name="asn_bank_logo.jpg" hash="ce53a6afff0590f26080ab71b7eddbd9"/><file name="banco_do_brasil.jpg" hash="4d97f3ee9a5ddfe75b52e42efac1b0a6"/><file name="banco_do_brasil_grey.jpg" hash="bd8f1252c31cbd7f4d28fe464ffd931b"/><file name="bank_austria.jpg" hash="a1bbf3da1eaa934e649a25beb56ca723"/><file name="bank_austria_grey.jpg" hash="a076595d919a5d83ca84cda845b40eca"/><file name="bank_burgeland.jpg" hash="c2425d58078fc8409d252667e712678a"/><file name="bank_burgeland_grey.jpg" hash="a1e08848c1ae3cb3ed891619325039a6"/><file name="bank_transfer_logo_v2.png" hash="513ff9d754da83a8b88da278954573ff"/><file name="bank_transfer_logo_v3.png" hash="a07da37a5832723883907a6d97aa011f"/><file name="bank_transfer_logo_v4.png" hash="1450f028cebd6dfc9ae2e36bbabc4fa6"/><file name="bank_transfer_logo_v5.gif" hash="4c76e68b7b0bab515876738b2f8e5539"/><file name="bank_transfer_logo_v5_grey.gif" hash="acb5862cf5636d94b5639e01069b58da"/><file name="bawag.jpg" hash="fa7cbc4ed038912ccaff7a93bd12978e"/><file name="bawag_grey.jpg" hash="7fd2c562481207a397e2a57f02dd8f81"/><file name="beeline.gif" hash="ccf64a91497758ccfa09e901cfa3f8f9"/><file name="beeline_grey.gif" hash="50e464db96cc2cde3c3ab3b8ac4e5b50"/><file name="boleto.jpg" hash="c79ebd618a7846334551af31eb4d9210"/><file name="boleto_grey.jpg" hash="d8b8af5824b75978718f4c4afcc344ac"/><file name="bradesco.jpg" hash="9d36af7f1e683bad48cdfbd4bfa7139e"/><file name="bradesco_grey.jpg" hash="93f1d8a84ab95166da85cc79957a1877"/><file name="bradesco_transferencia.jpg" hash="b0104bf5523f25b13c737b6b16ae7861"/><file name="bradesco_transferencia_grey.jpg" hash="2c70c68882be95369364dd032e5a81f6"/><file name="cabal.jpg" hash="4040e34511e05f1116fcadee18caa390"/><file name="cabal_grey.jpg" hash="92d0c8bc4fec1de7bfe2b5394970e49e"/><file name="cards_brl.gif" hash="422c1841a3234b148abdcf2d975f3a6e"/><file name="cards_brl_grey.gif" hash="fb250a891eab3b0c134c4b6b758272ca"/><file name="cards_colombia.jpg" hash="860319e1d33185be94fefcc2ccdbdcc7"/><file name="cards_colombia_grey.jpg" hash="00f7613cc02ffbdd13f8c3cc527ec5d3"/><file name="cards_logo.jpg" hash="f8358cc095447ae13bc01df071ed05cf"/><file name="cards_logo_grey.jpg" hash="6b63d47ac7fa2fc2c161f5343f6bbe83"/><file name="cashu.gif" hash="b11b9372c99e2eeba612deffbecbe23e"/><file name="cashu_grey.gif" hash="b025eb62f94662114c588757fcd28306"/><file name="cimb_clicks.gif" hash="87cfb10e123e945e243d4be68d74dfa4"/><file name="cimb_clicks_grey.gif" hash="ff11b24190a5a4658e2ed02c1eb9e254"/><file name="cuentadigital.gif" hash="6ea9d5498162d29bfcc8783fdb5a5915"/><file name="cuentadigital_grey.gif" hash="55a018c483a9f73e1d6694180a0f916c"/><file name="debito.jpg" hash="9fb5508cd7f0e584a416d0408b87e388"/><file name="debito_bradesco.jpg" hash="eb55ec42d033eba98b2b5075af0e96c0"/><file name="debito_bradesco_grey.jpg" hash="ed2f64e3408fe4ffad34950631bb559d"/><file name="debitobdb.jpg" hash="ca83fb36d62761bf6129e9ed2cd3e4f2"/><file name="debitobdb_grey.jpg" hash="d8f412bcea2de20f0273b41d9efffb25"/><file name="dineromail.gif" hash="165c7a216c2128cb88999d2313a03ee1"/><file name="dineromail_grey.gif" hash="9ea93cee63769fb3917eb7da977c39dd"/><file name="dineromail_v2.gif" hash="4a6753b4abbf58c71331864afa2c87fd"/><file name="dineromail_v2_grey.gif" hash="8d31ce280f249f7191ae3a0ab5563db9"/><file name="diners_club.jpg" hash="1d285b6477835279dede276886c4df91"/><file name="diners_club_grey.jpg" hash="90c195eafa58ade4657ffe3377d4eaaf"/><file name="discover.jpg" hash="7897fbc91bcff2fe3aa5b96e4f27340c"/><file name="discover_grey.jpg" hash="c54ef5a6a415c65cf8dbf3eda04ed441"/><file name="dp24_sofort.gif" hash="591d4c558ba73c63cb86b269edb37aa5"/><file name="dp24_sofort_grey.gif" hash="958dc7077eb00754a18a778d07f1e3b0"/><file name="easybank.jpg" hash="efefee8a24b5c084d65a3b3aef5bc1fc"/><file name="easybank_grey.jpg" hash="c1762fd4716c5d018c1f94e4390b9ac2"/><file name="ebanka.jpg" hash="f12cfb39af1310c60b6c7970d3a2a9b6"/><file name="ebanka_grey.jpg" hash="741393e8af189bddaa6c8778727dfb3c"/><file name="enets.gif" hash="bd6e2b5fc1c2e4f76e7b482275f2bda9"/><file name="enets_grey.gif" hash="59cbf860fe1106ce2650079e1f1c9e13"/><file name="eps-e-payment-standard.gif" hash="adc705e916095300e742bb248d957cde"/><file name="eps-e-payment-standard_grey.gif" hash="7b126f8cc47c6ba24f87f9b42973856f"/><file name="erste.jpg" hash="22220bca0bfa256b5c08f1f78d7f56b2"/><file name="erste_grey.jpg" hash="5480c45e2ff7820414d3097576e1c718"/><file name="gartnerbank.jpg" hash="c512b747545a5f64c07240265291b618"/><file name="gartnerbank_grey.jpg" hash="8a7216a173c15e31b317e33a0d4fcec4"/><file name="gash.gif" hash="9a9ddb20ba6e0e7dc65542c3fd8a3c1a"/><file name="gash_grey.gif" hash="635521bd6cd7e9e16b322fea3df1c39d"/><file name="giropay.gif" hash="a369853d4dca4e678964d3cd0f100ad0"/><file name="giropay_grey.gif" hash="f8f70668270d08d1c4bb4bf7c8fdef8c"/><file name="gluepay.jpg" hash="ab23cfb7303bd716012a82bc01ab0d5f"/><file name="gluepay_grey.jpg" hash="8d59d1eb8202de195120e570c2e526ec"/><file name="hipercard.jpg" hash="f90502730aa04872a58e6384cf8e8867"/><file name="hipercard_grey.jpg" hash="7a4108411fa694ef041152f62910c950"/><file name="hong_leong.gif" hash="2dd6e01d1993f6b5de40ac888723e293"/><file name="hong_leong_grey.gif" hash="8283f40b5e4a4cdb305fbbfc3d1f7cd5"/><file name="hypo.jpg" hash="0b3a6e2dfe85840658c3d2729b540042"/><file name="hypo_grey.jpg" hash="06fa0a4662552761a54e36aad277508d"/><file name="ideal.jpg" hash="37baefc16cd46d0fad89d8b3af68687d"/><file name="ideal_grey.jpg" hash="6d1d7d63b6a144832ec4295f8b28c1d7"/><file name="maestro.jpg" hash="85f3a2b4e288db5a1fdcee4ddbbe0300"/><file name="maestro_grey.jpg" hash="cf93aa2806efc66d39997435339b47b7"/><file name="mandiri.gif" hash="88ed6722469878f1c423d548cb31cd45"/><file name="mandiri_grey.gif" hash="6ec67f2e4c947d670ab689f94d34ef96"/><file name="mastercard.jpg" hash="fcded6aaeecc8e73f3e99187e77b5f34"/><file name="mastercard_grey.jpg" hash="3aa899d221d128c96e0e095aeca763e2"/><file name="maybank2u.gif" hash="fc4f2ae73b4672308451db5bed9c334b"/><file name="maybank2u_grey.gif" hash="b54795f9fcf4adfdb36e65089f62d81b"/><file name="mazooma.gif" hash="2241b7344c2b8e1ee70ad6e073c4f342"/><file name="mazooma_grey.gif" hash="5db064edd62f797baf4bc70d1fa221d3"/><file name="megafon.jpg" hash="9864e6ee4ff66ad0d9e21e596a16b3e4"/><file name="megafon_v1.gif" hash="0daecce60b8719ae8985d0e8a22d53ee"/><file name="megafon_v1_grey.gif" hash="2dadcabaafaf7970bf924c017eb5c419"/><file name="megafon_v2.gif" hash="ef7528f2d666fdfc0d8947ee18980b63"/><file name="megafon_v2_grey.gif" hash="a26f3a31ec3b223d4c84db583c224390"/><file name="meps_cash.gif" hash="cc419c7a482a57688ee5d93f331fcaa5"/><file name="meps_cash_grey.gif" hash="54adc93d4ec83d0dac5a12942c347d9f"/><file name="mercadopago.jpg" hash="f0d1fb160e6087b6505cba8f628da912"/><file name="mercadopago_grey.jpg" hash="777c628df4d889c01a13eaf5981d4513"/><file name="mobile_money.gif" hash="d44ec4368140041bb9fb84d6ee25ebc2"/><file name="mobile_money_grey.gif" hash="58527f75aeb0957e135a8c1fd68c17b5"/><file name="moneta.gif" hash="4bde6bd5ee50af375576974ee119c34b"/><file name="moneta_grey.gif" hash="c001b6ebd356dc0c0234791b950b3a69"/><file name="moneta_v2.gif" hash="14e3ca50db6bf538c3fa8c386411e56b"/><file name="moneta_v2_grey.gif" hash="4a6af98d43978b0783742f9a618d7fae"/><file name="mozca.jpg" hash="626773a49f8dba726f23f16bc258c896"/><file name="mozca_grey.jpg" hash="da34d14a6f4c28d0b5c6423692eb5b25"/><file name="mrcash.gif" hash="ecfb32489dcd09688fad5b116b3a85fd"/><file name="mrcash_grey.gif" hash="4cbaff4a13b6e6aae67946df05c6b27f"/><file name="mts.gif" hash="3c18eeb9214120d260a8a5667023e353"/><file name="mts_grey.gif" hash="e9d0c92e7794dea81039d07f0d09da11"/><file name="onecard.gif" hash="8c0b265fb5ea2fe1b174f87fb08c3e88"/><file name="onecard_grey.gif" hash="f37ec1c53e91e6fc3b9dedad4be9e1b1"/><file name="p24.gif" hash="05d24431783c90f1f37897f5e9a81dc9"/><file name="p24_grey.gif" hash="8bb083943400daed13271899892254b6"/><file name="pagtotal.jpg" hash="44426ff1d7d2d7387241354a91b0d855"/><file name="pagtotal_grey.jpg" hash="02d0a0fd8829cab14bf7a1527aa5a091"/><file name="payeasy.gif" hash="67cf43560bfb9cfe722538ef5c95433d"/><file name="payeasy_grey.gif" hash="47641e238b6fe6416ce2eb2cc351989f"/><file name="payment_in_cash.gif" hash="820e303d6b9ba66deab9f33e14253a58"/><file name="payment_in_cash_grey.gif" hash="978b6c2ca861bf967683d5a19adee694"/><file name="payment_references.gif" hash="ff968e7c1061aec0918b1a437099b540"/><file name="payment_references_grey.gif" hash="b77e2bbe0f62adcc7f1c041a458df752"/><file name="paypal.jpg" hash="c7559f323ab08f854c52fe4895f4ca55"/><file name="paypal_grey.jpg" hash="37597681016a307384874900f6128c33"/><file name="paysafecard.gif" hash="58a072776d1eb9644fdc533c594ef9f4"/><file name="paysafecard_grey.gif" hash="a08463516029a51b82a6329186698542"/><file name="paysbuy.gif" hash="ce0b88b54c2599aa109be5bf8fb4a133"/><file name="paysbuy_grey.gif" hash="6a3f0504f18b83f8987e9c4dc6cb664c"/><file name="poli.gif" hash="85ffbae6ae3706cdd88420f32bce1067"/><file name="poli_grey.gif" hash="1cc332df9c0e07f11567f2ef6cb062dd"/><file name="poli_v2.gif" hash="82a1218a9db8bdb204142b2fd5a2102e"/><file name="poli_v2_grey.gif" hash="ab9ed910c67f6e8f16681af512be3b5a"/><file name="pse.gif" hash="6e3197c2386c10c021085207217bd5e8"/><file name="pse_grey.gif" hash="a4a610bc5ac861ee97baa76c718b9c2b"/><file name="qiwi_wallet.gif" hash="e16df15584ee92d03c68f3a86eef1bc7"/><file name="qiwi_wallet_grey.gif" hash="fa4e3c399e721950d0d0274362677aa4"/><file name="qiwi_wallet_v2.gif" hash="46bce6e2a50c8dcf1532fe4f360957bd"/><file name="qiwi_wallet_v2_grey.gif" hash="d07ab773f6d9d014ac39959165918991"/><file name="rhb.gif" hash="d70d74834b9c1cfe2ff54514611e5684"/><file name="rhb_grey.gif" hash="d7e0e622e7c491d932d545c01150941e"/><file name="secure_vault.gif" hash="4d868b10b4d6545d22371de98cd92da3"/><file name="secure_vault_grey.gif" hash="760faaddc25befe508a6c8301e13cbea"/><file name="sibs_mb.gif" hash="3ea1f60c9c28aa46d747ecc60d19bfc0"/><file name="sibs_mb_grey.gif" hash="5f82bafbdbafdc842d9cd270f5477056"/><file name="sorocred.jpg" hash="ae5246d01aac784074fe326472dd6926"/><file name="sorocred_grey.jpg" hash="99561b84c21316cd94e3b6caafdf5225"/><file name="sparda.jpg" hash="4af507ced7ded8aaf8fb6d3b75c09b7f"/><file name="sparda_grey.jpg" hash="f84beefa87c5357f2d62c914f57a870f"/><file name="svp_grey.png" hash="507db08c738d4d9d314e4bca85a019cc"/><file name="todito_cash.gif" hash="1c1d1a1307f420805f8efd82d4988ae5"/><file name="todito_cash_grey.gif" hash="be7b28e381859bc17890cf7c82e314ff"/><file name="ukash.gif" hash="877c5677688589135a878813c9bc88c0"/><file name="ukash_grey.gif" hash="41ae1ea3c5a3c47853ff4ad898d5aa67"/><file name="umb.gif" hash="1ed0888a7874f41d4459d1cd9d65b171"/><file name="umb_grey.gif" hash="6511e82dc24db5041dadddc4ea735295"/><file name="visa.jpg" hash="41fd15708b63a7a305d8eecd86196677"/><file name="visa_electron.jpg" hash="ed77ab7059c7f16c1ad1a86e08ceacca"/><file name="visa_electron_grey.jpg" hash="6c2fb39684baaf916fcb2b6b5cf46293"/><file name="visa_grey.jpg" hash="1df46140f2380cabd1320048fad0f357"/><file name="volksbank.jpg" hash="70d0d657bd47bde2bb5f5d32ae1d222c"/><file name="volksbank_grey.jpg" hash="c5598166c0909bd09115fe91183feb69"/><file name="web_cash.gif" hash="a33d76bb68588b1f4ee791d0f6da17db"/><file name="web_cash_grey.gif" hash="bca8a9e4c4f296e5b595d719d1054fbb"/><file name="webmoney.jpg" hash="750addb8f763dd8ba9fe55024f392ea0"/><file name="webmoney_v1.gif" hash="ccf285ac5829e91f421c33e4a31b8b8e"/><file name="webmoney_v1_grey.gif" hash="c226455ae63261f4c835a460d65b8c3f"/><file name="webtopay_v3.gif" hash="2445c0587bf52dcfd40d586d910e76c3"/><file name="webtopay_v3_grey.gif" hash="b35f10379f0838103fb02bf414e71984"/><file name="yandex_money.gif" hash="f5111aa14fa33b0bdb0b657b515b00dc"/><file name="yandex_money_grey.gif" hash="96974577c36a912e7b9993cbb56a9121"/></dir></dir></dir></dir></dir></dir></target></contents>
83
  <compatible/>
84
  <dependencies><required><php><min>5.2.6</min><max>5.4.16</max></php></required></dependencies>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Smart2Pay</name>
4
+ <version>1.0.2</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/OSL-3.0"> The Open Software License 3.0 (OSL-3.0)</license>
7
  <channel>community</channel>
77
  Please e-mail support@smart2pay.com for instruction on account activation.</description>
78
  <notes>Smart2Pay API integration</notes>
79
  <authors><author><name>Stefan Iancu</name><user>stefani</user><email>stefan@smart2pay.com</email></author></authors>
80
+ <date>2013-07-03</date>
81
+ <time>13:00:00</time>
82
  <contents><target name="magecommunity"><dir name="Smart2pay"><dir name="Globalpay"><dir name="Block"><file name="Info.php" hash="7ba152ab49b0dc36cc9af68d4877a649"/><dir name="Paymethod"><file name="Form.php" hash="b1482f3ec22b1a2a20117d8847451ec1"/><file name="Sendform.php" hash="50167cb04edf408aa881cdf32d704e4b"/></dir></dir><dir name="Helper"><file name="Data.php" hash="bb23054b861b1468c0a70e2ce5acdb8d"/><file name="Helper.php" hash="a549c535e360a93958c6ca941f80b129"/></dir><dir name="Model"><file name="Country.php" hash="4b433925bed9f5d47d64497432e75a34"/><file name="Countrymethod.php" hash="2aa968c593058fd86b2c8d0550f3e286"/><file name="GlobalpayLog.php" hash="f68fd78b1020729985c405d539cb94d4"/><file name="Logger.php" hash="6268d6a7829e481187b0d998be88bab0"/><file name="Method.php" hash="99a1ed249df5d21e978406f2aee202d7"/><file name="Pay.php" hash="926857693f9d3bdad39cfd5cdd15166b"/><dir name="Resource"><dir name="Country"><file name="Collection.php" hash="ad5ae7ebc94b095bb7264bdf8a8384db"/></dir><file name="Country.php" hash="48d23e3ab4a5c2788839433080179c65"/><dir name="Countrymethod"><file name="Collection.php" hash="31e944d1e66e1da9d3d3779c9cc318d3"/></dir><file name="Countrymethod.php" hash="95db4406bede177910938746e660360f"/><dir name="Logger"><file name="Collection.php" hash="f4db3e9e19df5570603cdddc843017ea"/></dir><file name="Logger.php" hash="ef953126a8793499b676a0aea7070fda"/><dir name="Method"><file name="Collection.php" hash="52091137c467ca6e4ef07e15505e41cd"/></dir><file name="Method.php" hash="ab86d14385f2330a81e13ac0d931fb89"/><file name="Setup.php" hash="6cad02bba0656dab9a7a7a85489f92c3"/></dir><dir name="Source"><file name="Displaymodes.php" hash="d58bea7ddb68a9ae8cd32aa1b175ce5f"/><file name="Methods.php" hash="00c268b45390e7dc505f3bf08699e65d"/><file name="Testlive.php" hash="c9cde641fdc6d7e853de3b6af3fa1d90"/></dir></dir><dir name="controllers"><file name="IndexController.php" hash="dc46886339c449cd7a35051f4d0a51c3"/><file name="TestsController.php" hash="491989d17c884c304866caa317ba4b03"/></dir><dir name="etc"><file name="config.xml" hash="80825212843040007f6fd7d30830850d"/><file name="system.xml" hash="f90ab9d1a7251b5a8c6ed7a17ba8453d"/></dir><dir name="sql"><dir name="globalpay_setup"><file name="mysql4-install-0.1.0.php" hash="a9028322416d7a057b933e5ff7461b7e"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="smart2pay"><dir name="globalpay"><file name="info.phtml" hash="27dd1e9f9fc5390ad74f45573ac51dea"/><dir name="paymethod"><file name="form.phtml" hash="0121fb12d5270242933707c0d001bc7a"/><file name="sendform.phtml" hash="b2b5c2863c42203ad576041abb08fec0"/></dir></dir></dir></dir><dir name="layout"><file name="globalpay.xml" hash="d5f5abd3bbf9b9184cd18304acdac867"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Smart2Pay_Globalpay.xml" hash="1f3951214d78df89b34a781bd683699c"/></dir></target><target name="magelocale"><dir name="en_US"><dir name="template"><dir name="email"><dir name="smart2pay"><dir name="globalpay"><file name="payment_confirmation.html" hash="4a860da24781740ff361d948dd406e21"/></dir></dir></dir></dir><file name="Smart2Pay_Globalpay.csv" hash="806d64bbabd8af1221f20fc948003e8b"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="images"><dir name="smart2pay"><dir name="methods"><file name="ABN-AMRO.jpg" hash="82dd9741d9ce8f1c0706a9a29c775faa"/><file name="FPX.gif" hash="34cc5462d208c69dd7cec27024bd1f8a"/><file name="FPX_grey.gif" hash="f56883b1becf81c26a160d8022de9e58"/><file name="Frieslandbank.jpg" hash="25c44572f3d202a37e3801d78f8b9385"/><file name="RBS.jpg" hash="b11037004617f3a5f5afec6ed37953e8"/><file name="abaqoos.gif" hash="9ecff0690953339133a8123c360e0441"/><file name="abaqoos_grey.gif" hash="080802fd1a5b90238ff1d206a15036f5"/><file name="ach.gif" hash="51b669a1d1ca0ff736166d27bf027213"/><file name="ach_grey.gif" hash="b876306dd72ae61c40c34f8b3aee7521"/><file name="alipay.jpg" hash="97430660b667441dc0a5d6611ccef494"/><file name="alipay_grey.jpg" hash="46d76de83013eec2856479e36cdf6dae"/><file name="alliance_online.gif" hash="321be117b6327f455cb3e8d31461fed9"/><file name="alliance_online_grey.gif" hash="e6f9d3180442f9fa432dc9ae0806ed09"/><file name="ambankgroup.gif" hash="f7f6e54e102819c15ad8c6ee37756dec"/><file name="ambankgroup_grey.gif" hash="c2a1ad7a5515fc857c043eaa0bba3955"/><file name="american_express.jpg" hash="84cf63cad26fcb5dbec431e7173731c7"/><file name="american_express_grey.jpg" hash="79bde788bfc298de8e9ea999e3a67754"/><file name="arztebank.jpg" hash="920e6d907af58292790e95ce5cc46905"/><file name="arztebank_grey.jpg" hash="ef1fb04251d1bebb0f9416e0764355a1"/><file name="asn_bank_logo.jpg" hash="ce53a6afff0590f26080ab71b7eddbd9"/><file name="banco_do_brasil.jpg" hash="4d97f3ee9a5ddfe75b52e42efac1b0a6"/><file name="banco_do_brasil_grey.jpg" hash="bd8f1252c31cbd7f4d28fe464ffd931b"/><file name="bank_austria.jpg" hash="a1bbf3da1eaa934e649a25beb56ca723"/><file name="bank_austria_grey.jpg" hash="a076595d919a5d83ca84cda845b40eca"/><file name="bank_burgeland.jpg" hash="c2425d58078fc8409d252667e712678a"/><file name="bank_burgeland_grey.jpg" hash="a1e08848c1ae3cb3ed891619325039a6"/><file name="bank_transfer_logo_v2.png" hash="513ff9d754da83a8b88da278954573ff"/><file name="bank_transfer_logo_v3.png" hash="a07da37a5832723883907a6d97aa011f"/><file name="bank_transfer_logo_v4.png" hash="1450f028cebd6dfc9ae2e36bbabc4fa6"/><file name="bank_transfer_logo_v5.gif" hash="4c76e68b7b0bab515876738b2f8e5539"/><file name="bank_transfer_logo_v5_grey.gif" hash="acb5862cf5636d94b5639e01069b58da"/><file name="bawag.jpg" hash="fa7cbc4ed038912ccaff7a93bd12978e"/><file name="bawag_grey.jpg" hash="7fd2c562481207a397e2a57f02dd8f81"/><file name="beeline.gif" hash="ccf64a91497758ccfa09e901cfa3f8f9"/><file name="beeline_grey.gif" hash="50e464db96cc2cde3c3ab3b8ac4e5b50"/><file name="boleto.jpg" hash="c79ebd618a7846334551af31eb4d9210"/><file name="boleto_grey.jpg" hash="d8b8af5824b75978718f4c4afcc344ac"/><file name="bradesco.jpg" hash="9d36af7f1e683bad48cdfbd4bfa7139e"/><file name="bradesco_grey.jpg" hash="93f1d8a84ab95166da85cc79957a1877"/><file name="bradesco_transferencia.jpg" hash="b0104bf5523f25b13c737b6b16ae7861"/><file name="bradesco_transferencia_grey.jpg" hash="2c70c68882be95369364dd032e5a81f6"/><file name="cabal.jpg" hash="4040e34511e05f1116fcadee18caa390"/><file name="cabal_grey.jpg" hash="92d0c8bc4fec1de7bfe2b5394970e49e"/><file name="cards_brl.gif" hash="422c1841a3234b148abdcf2d975f3a6e"/><file name="cards_brl_grey.gif" hash="fb250a891eab3b0c134c4b6b758272ca"/><file name="cards_colombia.jpg" hash="860319e1d33185be94fefcc2ccdbdcc7"/><file name="cards_colombia_grey.jpg" hash="00f7613cc02ffbdd13f8c3cc527ec5d3"/><file name="cards_logo.jpg" hash="f8358cc095447ae13bc01df071ed05cf"/><file name="cards_logo_grey.jpg" hash="6b63d47ac7fa2fc2c161f5343f6bbe83"/><file name="cashu.gif" hash="b11b9372c99e2eeba612deffbecbe23e"/><file name="cashu_grey.gif" hash="b025eb62f94662114c588757fcd28306"/><file name="cimb_clicks.gif" hash="87cfb10e123e945e243d4be68d74dfa4"/><file name="cimb_clicks_grey.gif" hash="ff11b24190a5a4658e2ed02c1eb9e254"/><file name="cuentadigital.gif" hash="6ea9d5498162d29bfcc8783fdb5a5915"/><file name="cuentadigital_grey.gif" hash="55a018c483a9f73e1d6694180a0f916c"/><file name="debito.jpg" hash="9fb5508cd7f0e584a416d0408b87e388"/><file name="debito_bradesco.jpg" hash="eb55ec42d033eba98b2b5075af0e96c0"/><file name="debito_bradesco_grey.jpg" hash="ed2f64e3408fe4ffad34950631bb559d"/><file name="debitobdb.jpg" hash="ca83fb36d62761bf6129e9ed2cd3e4f2"/><file name="debitobdb_grey.jpg" hash="d8f412bcea2de20f0273b41d9efffb25"/><file name="dineromail.gif" hash="165c7a216c2128cb88999d2313a03ee1"/><file name="dineromail_grey.gif" hash="9ea93cee63769fb3917eb7da977c39dd"/><file name="dineromail_v2.gif" hash="4a6753b4abbf58c71331864afa2c87fd"/><file name="dineromail_v2_grey.gif" hash="8d31ce280f249f7191ae3a0ab5563db9"/><file name="diners_club.jpg" hash="1d285b6477835279dede276886c4df91"/><file name="diners_club_grey.jpg" hash="90c195eafa58ade4657ffe3377d4eaaf"/><file name="discover.jpg" hash="7897fbc91bcff2fe3aa5b96e4f27340c"/><file name="discover_grey.jpg" hash="c54ef5a6a415c65cf8dbf3eda04ed441"/><file name="dp24_sofort.gif" hash="591d4c558ba73c63cb86b269edb37aa5"/><file name="dp24_sofort_grey.gif" hash="958dc7077eb00754a18a778d07f1e3b0"/><file name="easybank.jpg" hash="efefee8a24b5c084d65a3b3aef5bc1fc"/><file name="easybank_grey.jpg" hash="c1762fd4716c5d018c1f94e4390b9ac2"/><file name="ebanka.jpg" hash="f12cfb39af1310c60b6c7970d3a2a9b6"/><file name="ebanka_grey.jpg" hash="741393e8af189bddaa6c8778727dfb3c"/><file name="enets.gif" hash="bd6e2b5fc1c2e4f76e7b482275f2bda9"/><file name="enets_grey.gif" hash="59cbf860fe1106ce2650079e1f1c9e13"/><file name="eps-e-payment-standard.gif" hash="adc705e916095300e742bb248d957cde"/><file name="eps-e-payment-standard_grey.gif" hash="7b126f8cc47c6ba24f87f9b42973856f"/><file name="erste.jpg" hash="22220bca0bfa256b5c08f1f78d7f56b2"/><file name="erste_grey.jpg" hash="5480c45e2ff7820414d3097576e1c718"/><file name="gartnerbank.jpg" hash="c512b747545a5f64c07240265291b618"/><file name="gartnerbank_grey.jpg" hash="8a7216a173c15e31b317e33a0d4fcec4"/><file name="gash.gif" hash="9a9ddb20ba6e0e7dc65542c3fd8a3c1a"/><file name="gash_grey.gif" hash="635521bd6cd7e9e16b322fea3df1c39d"/><file name="giropay.gif" hash="a369853d4dca4e678964d3cd0f100ad0"/><file name="giropay_grey.gif" hash="f8f70668270d08d1c4bb4bf7c8fdef8c"/><file name="gluepay.jpg" hash="ab23cfb7303bd716012a82bc01ab0d5f"/><file name="gluepay_grey.jpg" hash="8d59d1eb8202de195120e570c2e526ec"/><file name="hipercard.jpg" hash="f90502730aa04872a58e6384cf8e8867"/><file name="hipercard_grey.jpg" hash="7a4108411fa694ef041152f62910c950"/><file name="hong_leong.gif" hash="2dd6e01d1993f6b5de40ac888723e293"/><file name="hong_leong_grey.gif" hash="8283f40b5e4a4cdb305fbbfc3d1f7cd5"/><file name="hypo.jpg" hash="0b3a6e2dfe85840658c3d2729b540042"/><file name="hypo_grey.jpg" hash="06fa0a4662552761a54e36aad277508d"/><file name="ideal.jpg" hash="37baefc16cd46d0fad89d8b3af68687d"/><file name="ideal_grey.jpg" hash="6d1d7d63b6a144832ec4295f8b28c1d7"/><file name="maestro.jpg" hash="85f3a2b4e288db5a1fdcee4ddbbe0300"/><file name="maestro_grey.jpg" hash="cf93aa2806efc66d39997435339b47b7"/><file name="mandiri.gif" hash="88ed6722469878f1c423d548cb31cd45"/><file name="mandiri_grey.gif" hash="6ec67f2e4c947d670ab689f94d34ef96"/><file name="mastercard.jpg" hash="fcded6aaeecc8e73f3e99187e77b5f34"/><file name="mastercard_grey.jpg" hash="3aa899d221d128c96e0e095aeca763e2"/><file name="maybank2u.gif" hash="fc4f2ae73b4672308451db5bed9c334b"/><file name="maybank2u_grey.gif" hash="b54795f9fcf4adfdb36e65089f62d81b"/><file name="mazooma.gif" hash="2241b7344c2b8e1ee70ad6e073c4f342"/><file name="mazooma_grey.gif" hash="5db064edd62f797baf4bc70d1fa221d3"/><file name="megafon.jpg" hash="9864e6ee4ff66ad0d9e21e596a16b3e4"/><file name="megafon_v1.gif" hash="0daecce60b8719ae8985d0e8a22d53ee"/><file name="megafon_v1_grey.gif" hash="2dadcabaafaf7970bf924c017eb5c419"/><file name="megafon_v2.gif" hash="ef7528f2d666fdfc0d8947ee18980b63"/><file name="megafon_v2_grey.gif" hash="a26f3a31ec3b223d4c84db583c224390"/><file name="meps_cash.gif" hash="cc419c7a482a57688ee5d93f331fcaa5"/><file name="meps_cash_grey.gif" hash="54adc93d4ec83d0dac5a12942c347d9f"/><file name="mercadopago.jpg" hash="f0d1fb160e6087b6505cba8f628da912"/><file name="mercadopago_grey.jpg" hash="777c628df4d889c01a13eaf5981d4513"/><file name="mobile_money.gif" hash="d44ec4368140041bb9fb84d6ee25ebc2"/><file name="mobile_money_grey.gif" hash="58527f75aeb0957e135a8c1fd68c17b5"/><file name="moneta.gif" hash="4bde6bd5ee50af375576974ee119c34b"/><file name="moneta_grey.gif" hash="c001b6ebd356dc0c0234791b950b3a69"/><file name="moneta_v2.gif" hash="14e3ca50db6bf538c3fa8c386411e56b"/><file name="moneta_v2_grey.gif" hash="4a6af98d43978b0783742f9a618d7fae"/><file name="mozca.jpg" hash="626773a49f8dba726f23f16bc258c896"/><file name="mozca_grey.jpg" hash="da34d14a6f4c28d0b5c6423692eb5b25"/><file name="mrcash.gif" hash="ecfb32489dcd09688fad5b116b3a85fd"/><file name="mrcash_grey.gif" hash="4cbaff4a13b6e6aae67946df05c6b27f"/><file name="mts.gif" hash="3c18eeb9214120d260a8a5667023e353"/><file name="mts_grey.gif" hash="e9d0c92e7794dea81039d07f0d09da11"/><file name="onecard.gif" hash="8c0b265fb5ea2fe1b174f87fb08c3e88"/><file name="onecard_grey.gif" hash="f37ec1c53e91e6fc3b9dedad4be9e1b1"/><file name="p24.gif" hash="05d24431783c90f1f37897f5e9a81dc9"/><file name="p24_grey.gif" hash="8bb083943400daed13271899892254b6"/><file name="pagtotal.jpg" hash="44426ff1d7d2d7387241354a91b0d855"/><file name="pagtotal_grey.jpg" hash="02d0a0fd8829cab14bf7a1527aa5a091"/><file name="payeasy.gif" hash="67cf43560bfb9cfe722538ef5c95433d"/><file name="payeasy_grey.gif" hash="47641e238b6fe6416ce2eb2cc351989f"/><file name="payment_in_cash.gif" hash="820e303d6b9ba66deab9f33e14253a58"/><file name="payment_in_cash_grey.gif" hash="978b6c2ca861bf967683d5a19adee694"/><file name="payment_references.gif" hash="ff968e7c1061aec0918b1a437099b540"/><file name="payment_references_grey.gif" hash="b77e2bbe0f62adcc7f1c041a458df752"/><file name="paypal.jpg" hash="c7559f323ab08f854c52fe4895f4ca55"/><file name="paypal_grey.jpg" hash="37597681016a307384874900f6128c33"/><file name="paysafecard.gif" hash="58a072776d1eb9644fdc533c594ef9f4"/><file name="paysafecard_grey.gif" hash="a08463516029a51b82a6329186698542"/><file name="paysbuy.gif" hash="ce0b88b54c2599aa109be5bf8fb4a133"/><file name="paysbuy_grey.gif" hash="6a3f0504f18b83f8987e9c4dc6cb664c"/><file name="poli.gif" hash="85ffbae6ae3706cdd88420f32bce1067"/><file name="poli_grey.gif" hash="1cc332df9c0e07f11567f2ef6cb062dd"/><file name="poli_v2.gif" hash="82a1218a9db8bdb204142b2fd5a2102e"/><file name="poli_v2_grey.gif" hash="ab9ed910c67f6e8f16681af512be3b5a"/><file name="pse.gif" hash="6e3197c2386c10c021085207217bd5e8"/><file name="pse_grey.gif" hash="a4a610bc5ac861ee97baa76c718b9c2b"/><file name="qiwi_wallet.gif" hash="e16df15584ee92d03c68f3a86eef1bc7"/><file name="qiwi_wallet_grey.gif" hash="fa4e3c399e721950d0d0274362677aa4"/><file name="qiwi_wallet_v2.gif" hash="46bce6e2a50c8dcf1532fe4f360957bd"/><file name="qiwi_wallet_v2_grey.gif" hash="d07ab773f6d9d014ac39959165918991"/><file name="rhb.gif" hash="d70d74834b9c1cfe2ff54514611e5684"/><file name="rhb_grey.gif" hash="d7e0e622e7c491d932d545c01150941e"/><file name="secure_vault.gif" hash="4d868b10b4d6545d22371de98cd92da3"/><file name="secure_vault_grey.gif" hash="760faaddc25befe508a6c8301e13cbea"/><file name="sibs_mb.gif" hash="3ea1f60c9c28aa46d747ecc60d19bfc0"/><file name="sibs_mb_grey.gif" hash="5f82bafbdbafdc842d9cd270f5477056"/><file name="sorocred.jpg" hash="ae5246d01aac784074fe326472dd6926"/><file name="sorocred_grey.jpg" hash="99561b84c21316cd94e3b6caafdf5225"/><file name="sparda.jpg" hash="4af507ced7ded8aaf8fb6d3b75c09b7f"/><file name="sparda_grey.jpg" hash="f84beefa87c5357f2d62c914f57a870f"/><file name="svp_grey.png" hash="507db08c738d4d9d314e4bca85a019cc"/><file name="todito_cash.gif" hash="1c1d1a1307f420805f8efd82d4988ae5"/><file name="todito_cash_grey.gif" hash="be7b28e381859bc17890cf7c82e314ff"/><file name="ukash.gif" hash="877c5677688589135a878813c9bc88c0"/><file name="ukash_grey.gif" hash="41ae1ea3c5a3c47853ff4ad898d5aa67"/><file name="umb.gif" hash="1ed0888a7874f41d4459d1cd9d65b171"/><file name="umb_grey.gif" hash="6511e82dc24db5041dadddc4ea735295"/><file name="visa.jpg" hash="41fd15708b63a7a305d8eecd86196677"/><file name="visa_electron.jpg" hash="ed77ab7059c7f16c1ad1a86e08ceacca"/><file name="visa_electron_grey.jpg" hash="6c2fb39684baaf916fcb2b6b5cf46293"/><file name="visa_grey.jpg" hash="1df46140f2380cabd1320048fad0f357"/><file name="volksbank.jpg" hash="70d0d657bd47bde2bb5f5d32ae1d222c"/><file name="volksbank_grey.jpg" hash="c5598166c0909bd09115fe91183feb69"/><file name="web_cash.gif" hash="a33d76bb68588b1f4ee791d0f6da17db"/><file name="web_cash_grey.gif" hash="bca8a9e4c4f296e5b595d719d1054fbb"/><file name="webmoney.jpg" hash="750addb8f763dd8ba9fe55024f392ea0"/><file name="webmoney_v1.gif" hash="ccf285ac5829e91f421c33e4a31b8b8e"/><file name="webmoney_v1_grey.gif" hash="c226455ae63261f4c835a460d65b8c3f"/><file name="webtopay_v3.gif" hash="2445c0587bf52dcfd40d586d910e76c3"/><file name="webtopay_v3_grey.gif" hash="b35f10379f0838103fb02bf414e71984"/><file name="yandex_money.gif" hash="f5111aa14fa33b0bdb0b657b515b00dc"/><file name="yandex_money_grey.gif" hash="96974577c36a912e7b9993cbb56a9121"/></dir></dir></dir></dir></dir></dir></target></contents>
83
  <compatible/>
84
  <dependencies><required><php><min>5.2.6</min><max>5.4.16</max></php></required></dependencies>