Buscape_PagamentoDigital - Version 0.1.14

Version Notes

Buscapé Bcash é compatível com Magento Enterprise Edition 1.7.0.0 ou superior, Professional Edition 1.9.0.0 ou superior, e Magento Community Edition 1.3.3.0 ou superior.

Download this release

Release Info

Developer Magento Core Team
Extension Buscape_PagamentoDigital
Version 0.1.14
Comparing to
See all releases


Code changes from version 0.1.13 to 0.1.14

app/code/community/Buscape/PagamentoDigital/etc/config.xml CHANGED
@@ -22,7 +22,7 @@
22
  <config>
23
  <modules>
24
  <Buscape_PagamentoDigital>
25
- <version>0.1.13</version>
26
  </Buscape_PagamentoDigital>
27
  </modules>
28
  <global>
22
  <config>
23
  <modules>
24
  <Buscape_PagamentoDigital>
25
+ <version>0.1.14</version>
26
  </Buscape_PagamentoDigital>
27
  </modules>
28
  <global>
app/code/community/Buscape/PagamentoDigital/sql/pagamentodigital_setup/mysql4-install-0.1.14.php ADDED
@@ -0,0 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * Magento
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Open Software License (OSL 3.0)
9
+ * that is bundled with this package in the file LICENSE.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/osl-3.0.php
12
+ * If you did not receive a copy of the license and are unable to
13
+ * obtain it through the world-wide-web, please send an email
14
+ * to suporte.developer@buscape-inc.com so we can send you a copy immediately.
15
+ *
16
+ * @category Buscape
17
+ * @package Buscape_PagamentoDigital
18
+ * @copyright Copyright (c) 2010 Buscapé Company (http://www.buscapecompany.com)
19
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
20
+ */
21
+ $installer = $this;
22
+
23
+ $lista = array();
24
+ $lista[1]['Nome'] = 'Acre';
25
+ $lista[1]['UF'] = 'AC';
26
+
27
+ $lista[2]['Nome'] = 'Alagoas';
28
+ $lista[2]['UF'] = 'AL';
29
+
30
+ $lista[3]['Nome'] = 'Amapá';
31
+ $lista[3]['UF'] = 'AP';
32
+
33
+ $lista[4]['Nome'] = 'Amazonas';
34
+ $lista[4]['UF'] = 'AM';
35
+
36
+ $lista[5]['Nome'] = 'Bahia';
37
+ $lista[5]['UF'] = 'BA';
38
+
39
+ $lista[6]['Nome'] = 'Ceará';
40
+ $lista[6]['UF'] = 'CE';
41
+
42
+ $lista[7]['Nome'] = 'Distrito Federal';
43
+ $lista[7]['UF'] = 'DF';
44
+
45
+ $lista[8]['Nome'] = 'Espírito Santo';
46
+ $lista[8]['UF'] = 'ES';
47
+
48
+ $lista[9]['Nome'] = 'Goiás';
49
+ $lista[9]['UF'] = 'GO';
50
+
51
+ $lista[10]['Nome'] = 'Maranhão';
52
+ $lista[10]['UF'] = 'MA';
53
+
54
+ $lista[11]['Nome'] = 'Mato Grosso';
55
+ $lista[11]['UF'] = 'MT';
56
+
57
+ $lista[12]['Nome'] = 'Mato Grosso do Sul';
58
+ $lista[12]['UF'] = 'MS';
59
+
60
+ $lista[13]['Nome'] = 'Minas Gerais';
61
+ $lista[13]['UF'] = 'MG';
62
+
63
+ $lista[14]['Nome'] = 'Pará';
64
+ $lista[14]['UF'] = 'PA';
65
+
66
+ $lista[15]['Nome'] = 'Paraíba';
67
+ $lista[15]['UF'] = 'PB';
68
+
69
+ $lista[16]['Nome'] = 'Paraná';
70
+ $lista[16]['UF'] = 'PR';
71
+
72
+ $lista[17]['Nome'] = 'Pernambuco';
73
+ $lista[17]['UF'] = 'PE';
74
+
75
+ $lista[18]['Nome'] = 'Piauí';
76
+ $lista[18]['UF'] = 'PI';
77
+
78
+ $lista[19]['Nome'] = 'Rio de Janeiro';
79
+ $lista[19]['UF'] = 'RJ';
80
+
81
+ $lista[20]['Nome'] = 'Rio Grando do Norte';
82
+ $lista[20]['UF'] = 'RN';
83
+
84
+ $lista[21]['Nome'] = 'Rio Grando do Sul';
85
+ $lista[21]['UF'] = 'RS';
86
+
87
+ $lista[22]['Nome'] = 'Rondônia';
88
+ $lista[22]['UF'] = 'RO';
89
+
90
+ $lista[23]['Nome'] = 'Roraima';
91
+ $lista[23]['UF'] = 'RR';
92
+
93
+ $lista[24]['Nome'] = 'Santa Catarina';
94
+ $lista[24]['UF'] = 'SC';
95
+
96
+ $lista[25]['Nome'] = 'São Paulo';
97
+ $lista[25]['UF'] = 'SP';
98
+
99
+ $lista[26]['Nome'] = 'Sergipe';
100
+ $lista[26]['UF'] = 'SE';
101
+
102
+ $lista[27]['Nome'] = 'Tocantins';
103
+ $lista[27]['UF'] = 'TO';
104
+
105
+ $installer->startSetup();
106
+
107
+ $prefix = '';
108
+
109
+
110
+ if(Mage::getConfig()->getTablePrefix()){
111
+ $prefix = Mage::getConfig()->getTablePrefix();
112
+ }
113
+
114
+ Mage::log ($prefix[0], null, 'prefix.log', true);
115
+
116
+ for ($i = 1; $i <= 27; $i++) {
117
+ $query = "INSERT INTO {$prefix[0]}directory_country_region (`country_id`, `code`, `default_name`) SELECT 'BR','{$lista[$i]['UF']}', '{$lista[$i]['Nome']}' FROM DUAL WHERE NOT EXISTS
118
+ (SELECT * FROM {$prefix[0]}directory_country_region
119
+ WHERE code='{$lista[$i]['UF']}' && country_id='BR');";
120
+
121
+ $queryEn = "INSERT INTO {$prefix[0]}directory_country_region_name (`locale`, `region_id`, `name`) SELECT 'en_US', LAST_INSERT_ID(), '{$lista[$i]['Nome']}' FROM DUAL WHERE NOT EXISTS
122
+ (SELECT * FROM {$prefix[0]}directory_country_region_name
123
+ WHERE name='{$lista[$i]['Nome']}');";
124
+
125
+ $queryPT_BR = "INSERT INTO {$prefix[0]}directory_country_region_name (`locale`, `region_id`, `name`) SELECT 'pt_BR', LAST_INSERT_ID(), '{$lista[$i]['Nome']}' FROM DUAL WHERE NOT EXISTS
126
+ (SELECT * FROM {$prefix[0]}directory_country_region_name
127
+ WHERE name='{$lista[$i]['Nome']}' && locale = 'pt_BR');";
128
+
129
+ $installer->run($query);
130
+ $installer->run($queryEn);
131
+ $installer->run($queryPT_BR);
132
+
133
+
134
+ /* Mage::log($query, null, 'query.php', true);
135
+ * Mage::log($queryEn, null, 'query.php', true);
136
+ * Mage::log($queryPT_BR, null, 'query.php', true);
137
+ */
138
+ }
139
+
140
+
141
+
142
+
143
+ $installer->endSetup();
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Buscape_PagamentoDigital</name>
4
- <version>0.1.13</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
@@ -10,9 +10,9 @@
10
  <description>O Bcash &#xE9; um servi&#xE7;o completo de solu&#xE7;&#xF5;es de pagamento. Com nossa tecnologia, temos um canal direto de comunica&#xE7;&#xE3;o com bancos e operadoras de cart&#xF5;es de cr&#xE9;dito ( Visa 12x, Mastercard 12x, American Express 12x, Aura 24x, Diners 12x, HiperCard 12x, Boleto Banc&#xE1;rio, Transfer&#xEA;ncia online para os bancos Ita&#xFA;, Bradesco e Banco do Brasil e tamb&#xE9;m com seu Saldo Virtual Bcash), fazendo com que todas as transa&#xE7;&#xF5;es no ambiente Bcash sejam seguras.</description>
11
  <notes>Buscap&#xE9; Bcash &#xE9; compat&#xED;vel com Magento Enterprise Edition 1.7.0.0 ou superior, Professional Edition 1.9.0.0 ou superior, e Magento Community Edition 1.3.3.0 ou superior.</notes>
12
  <authors><author><name>Buscap&#xE9; Developer</name><user>auto-converted</user><email>suporte.developer@buscape-inc.com</email></author></authors>
13
- <date>2013-06-10</date>
14
- <time>17:49:00</time>
15
- <contents><target name="mageetc"><dir name="modules"><file name="Buscape_PagamentoDigital.xml" hash="4b7fff0bb6f034c600fb8fd084c5cf5a"/></dir></target><target name="magecommunity"><dir name="Buscape"><dir name="PagamentoDigital"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Fieldset"><file name="Label.php" hash="b128988f4674cab89cbaf9069c782f91"/></dir></dir></dir></dir><dir name="Form"><file name="Geral.php" hash="aeb083bfedc4bb426827fa3959eec112"/><file name="Prazo.php" hash="2dbf3b07ce78406141d2f6bb4adb0af3"/><file name="Vista.php" hash="a30e9c0f19f7118cf0a746870c36e1bd"/></dir><dir name="Info"><file name="Geral.php" hash="0c602781dd150cf2f8d6cc80eab1aa64"/><file name="Prazo.php" hash="dea3d0b443b2ea8e5ff396f51baa1475"/><file name="Vista.php" hash="1edfd2e5588e25945ce3c3d76bb334a5"/></dir><file name="Error.php" hash="0957c100babdd4ebe41a195840e188bb"/><file name="Link.php" hash="e69fe88ec62ffe80bd7622d2c56dcb89"/><file name="Payment.php" hash="1c0abc676a9ce4ada8b5b4b69a9e60be"/><file name="Redirect.php" hash="a8ab26b17756040fbec740da8687c694"/><file name="Return.php" hash="eb00737902add820311151fa7dd68576"/></dir><dir name="Helper"><file name="Data.php" hash="18cb654bcfe5066fed63e084e065f292"/></dir><dir name="Model"><dir name="Mysql4"><file name="Setup.php" hash="a8981d3d42f9a483a0be3fbdada8df76"/></dir><dir name="Source"><file name="Country.php" hash="59f550e14b47b7005a095bd660eeda66"/><file name="Parcelas.php" hash="5660c43330b42a0fc5745c8337d93806"/><file name="Specificcountries.php" hash="84beb8387ace1ef45f0b0176578b26dd"/><file name="Webcheckout.php" hash="714ee47fcd3dcc9bc84acf2846bc2e03"/></dir><file name="Config.php" hash="d07a9e15c21b57eb57ed126698284dcd"/><file name="Geral.php" hash="d0c4d833043cca2d68fdcce884316fdf"/><file name="Observer.php" hash="e524758d572f77cdfe6ec8129bbbcac6"/><file name="Prazo.php" hash="12b2d6a98a3fe0d7dc209381808584a5"/><file name="Standard.php" hash="a5a1d639a29727bd8d2bad1b3a81b516"/><file name="Vista.php" hash="8f3c071f7448949d4694b49f4ed748b9"/></dir><dir name="controllers"><file name="StandardController.php" hash="c6568ac2bf4b62a45c05734a816e3b33"/></dir><dir name="etc"><file name="adminhtml.xml" hash="5901e52adfeb0be53027574b969b4043"/><file name="config.xml" hash="6b74ab42fea2be35295cd17cf51bd66e"/><file name="system.xml" hash="de934a29cd3ca0c6fbd9ccb6d32080f9"/></dir><dir name="sql"><dir name="pagamentodigital_setup"><file name="mysql4-install-0.1.0.php" hash="67aeb99814e07d2229f7595f7e4ca0bc"/><file name="mysql4-install-0.1.1.php" hash="67aeb99814e07d2229f7595f7e4ca0bc"/><file name="mysql4-install-0.1.10.php" hash="67aeb99814e07d2229f7595f7e4ca0bc"/><file name="mysql4-install-0.1.11.php" hash="67aeb99814e07d2229f7595f7e4ca0bc"/><file name="mysql4-install-0.1.12.php" hash="67aeb99814e07d2229f7595f7e4ca0bc"/><file name="mysql4-install-0.1.13.php" hash="ca757569d93128da0811d4abde20bb52"/><file name="mysql4-install-0.1.2.php" hash="67aeb99814e07d2229f7595f7e4ca0bc"/><file name="mysql4-install-0.1.3.php" hash="67aeb99814e07d2229f7595f7e4ca0bc"/><file name="mysql4-install-0.1.4.php" hash="67aeb99814e07d2229f7595f7e4ca0bc"/><file name="mysql4-install-0.1.5.php" hash="67aeb99814e07d2229f7595f7e4ca0bc"/><file name="mysql4-install-0.1.6.php" hash="67aeb99814e07d2229f7595f7e4ca0bc"/><file name="mysql4-install-0.1.7.php" hash="67aeb99814e07d2229f7595f7e4ca0bc"/><file name="mysql4-install-0.1.8.php" hash="67aeb99814e07d2229f7595f7e4ca0bc"/><file name="mysql4-install-0.1.9.php" hash="67aeb99814e07d2229f7595f7e4ca0bc"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="buscape"><dir name="pagamentodigital"><dir name="form"><dir name="images"><file name="overlay.png" hash="143d209e15051311fdae758b295036b5"/></dir><file name="geral.phtml" hash="e05add8237dda8993cbe52d4de8670cc"/><file name="prazo.phtml" hash="3f505f6206e361121b9c19c68af2cce0"/><file name="vista.phtml" hash="5e08da9e6679d0011a1efb08dcd9ada7"/></dir><dir name="info"><file name="geral.phtml" hash="7f83ecd0f86cde9384607af382502fc7"/><file name="prazo.phtml" hash="1541597a9032477f3804ff8215c8c4ad"/><file name="vista.phtml" hash="7f83ecd0f86cde9384607af382502fc7"/></dir><file name="error.phtml" hash="7b3cdbd94f67af52964f5f3cc84ee0d5"/><file name="head.phtml" hash="8498491865368b05b5f92f2eeb45a873"/><file name="overlay.phtml" hash="95d9f87fbc92d01b4f8abd1df3c89ecd"/><file name="payment.phtml" hash="af28f837fc7fa3442ad0963041e5ee3f"/><file name="return.phtml" hash="4382cac16c029073ec6cf072187282eb"/></dir></dir></dir><dir name="layout"><file name="buscape_pagamentodigital.xml" hash="dc4eb25504808033e564afdd44285455"/></dir></dir></dir><dir name="default"><dir name="default"><dir name="template"><dir name="buscape"><dir name="pagamentodigital"><dir name="form"><dir name="images"><file name="overlay.png" hash="143d209e15051311fdae758b295036b5"/></dir><file name="geral.phtml" hash="e05add8237dda8993cbe52d4de8670cc"/><file name="prazo.phtml" hash="3f505f6206e361121b9c19c68af2cce0"/><file name="vista.phtml" hash="5e08da9e6679d0011a1efb08dcd9ada7"/></dir><dir name="info"><file name="geral.phtml" hash="7f83ecd0f86cde9384607af382502fc7"/><file name="prazo.phtml" hash="1541597a9032477f3804ff8215c8c4ad"/><file name="vista.phtml" hash="7f83ecd0f86cde9384607af382502fc7"/></dir><file name="error.phtml" hash="7b3cdbd94f67af52964f5f3cc84ee0d5"/><file name="head.phtml" hash="8498491865368b05b5f92f2eeb45a873"/><file name="overlay.phtml" hash="95d9f87fbc92d01b4f8abd1df3c89ecd"/><file name="payment.phtml" hash="af28f837fc7fa3442ad0963041e5ee3f"/><file name="return.phtml" hash="4382cac16c029073ec6cf072187282eb"/></dir></dir></dir><dir name="layout"><file name="buscape_pagamentodigital.xml" hash="dc4eb25504808033e564afdd44285455"/></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="buscape"><dir name="pagamentodigital"><dir name="form"><file name="geral.phtml" hash="6ed35b50d6822d851593dd2865a8512e"/><file name="prazo.phtml" hash="9fd35571d3d5adb0119c9b324cdd4d98"/><file name="vista.phtml" hash="87812b73f7edd30ea060978947cced13"/></dir><dir name="info"><file name="geral.phtml" hash="7f83ecd0f86cde9384607af382502fc7"/><file name="prazo.phtml" hash="1541597a9032477f3804ff8215c8c4ad"/><file name="vista.phtml" hash="7f83ecd0f86cde9384607af382502fc7"/></dir><file name="getbaseurl.phtml" hash="9e521b95714d989895412237cc12ae5b"/></dir></dir></dir><dir name="layout"><file name="buscape_pagamentodigital.xml" hash="618d437d2b62b7bc4ab1b65343a41dac"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="buscape"><dir name="pagamentodigital"><dir name="css"><file name="magentomodal.css" hash="2c6dd38e421f644475a121b8d6c96503"/><file name="styles.css" hash="98964b4f868380ecd053eb3804430113"/></dir><dir name="images"><file name="btn_bg.gif" hash="37c51a4d48a92da9648dcd3ca011039f"/><file name="close.png" hash="6e2879a324a76e9972ebc98201aae1d8"/><file name="content_bg.gif" hash="21278ea0da2d4256f4ced96b6080ba2e"/><file name="overlay.png" hash="143d209e15051311fdae758b295036b5"/><file name="print-iframe.jpg" hash="0cae7fbb7fcb696bba973ef0fe30460c"/><file name="print-modal.jpg" hash="6c91ccd3c86feb5ca1085b160e7611f8"/><file name="print-redirect2.jpg" hash="0c9fe43339e11d4fc18386fcade4af26"/><file name="top_bg.gif" hash="26f28090de87d64f9b01bf624f89bfe2"/><file name="window_close.png" hash="3af14f053f360bf31f8ba2df73ec7f1e"/></dir><dir name="js"><file name="exibitionsettingswebcheckout.js" hash="da871be83c43b1b6e6511b557052a5fc"/></dir></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="buscape"><dir name="pagamentodigital"><dir name="css"><file name="magentomodal.css" hash="2c6dd38e421f644475a121b8d6c96503"/></dir><dir name="images"><file name="btn_bg.gif" hash="37c51a4d48a92da9648dcd3ca011039f"/><file name="content_bg.gif" hash="21278ea0da2d4256f4ced96b6080ba2e"/><file name="top_bg.gif" hash="26f28090de87d64f9b01bf624f89bfe2"/><file name="window_close.png" hash="3af14f053f360bf31f8ba2df73ec7f1e"/></dir><dir name="js"><file name="exibitionsettingswebcheckout.js" hash="da871be83c43b1b6e6511b557052a5fc"/></dir></dir></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies/>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Buscape_PagamentoDigital</name>
4
+ <version>0.1.14</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
10
  <description>O Bcash &#xE9; um servi&#xE7;o completo de solu&#xE7;&#xF5;es de pagamento. Com nossa tecnologia, temos um canal direto de comunica&#xE7;&#xE3;o com bancos e operadoras de cart&#xF5;es de cr&#xE9;dito ( Visa 12x, Mastercard 12x, American Express 12x, Aura 24x, Diners 12x, HiperCard 12x, Boleto Banc&#xE1;rio, Transfer&#xEA;ncia online para os bancos Ita&#xFA;, Bradesco e Banco do Brasil e tamb&#xE9;m com seu Saldo Virtual Bcash), fazendo com que todas as transa&#xE7;&#xF5;es no ambiente Bcash sejam seguras.</description>
11
  <notes>Buscap&#xE9; Bcash &#xE9; compat&#xED;vel com Magento Enterprise Edition 1.7.0.0 ou superior, Professional Edition 1.9.0.0 ou superior, e Magento Community Edition 1.3.3.0 ou superior.</notes>
12
  <authors><author><name>Buscap&#xE9; Developer</name><user>auto-converted</user><email>suporte.developer@buscape-inc.com</email></author></authors>
13
+ <date>2013-06-11</date>
14
+ <time>14:17:09</time>
15
+ <contents><target name="mageetc"><dir name="modules"><file name="Buscape_PagamentoDigital.xml" hash="4b7fff0bb6f034c600fb8fd084c5cf5a"/></dir></target><target name="magecommunity"><dir name="Buscape"><dir name="PagamentoDigital"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Fieldset"><file name="Label.php" hash="b128988f4674cab89cbaf9069c782f91"/></dir></dir></dir></dir><dir name="Form"><file name="Geral.php" hash="aeb083bfedc4bb426827fa3959eec112"/><file name="Prazo.php" hash="2dbf3b07ce78406141d2f6bb4adb0af3"/><file name="Vista.php" hash="a30e9c0f19f7118cf0a746870c36e1bd"/></dir><dir name="Info"><file name="Geral.php" hash="0c602781dd150cf2f8d6cc80eab1aa64"/><file name="Prazo.php" hash="dea3d0b443b2ea8e5ff396f51baa1475"/><file name="Vista.php" hash="1edfd2e5588e25945ce3c3d76bb334a5"/></dir><file name="Error.php" hash="0957c100babdd4ebe41a195840e188bb"/><file name="Link.php" hash="e69fe88ec62ffe80bd7622d2c56dcb89"/><file name="Payment.php" hash="1c0abc676a9ce4ada8b5b4b69a9e60be"/><file name="Redirect.php" hash="a8ab26b17756040fbec740da8687c694"/><file name="Return.php" hash="eb00737902add820311151fa7dd68576"/></dir><dir name="Helper"><file name="Data.php" hash="18cb654bcfe5066fed63e084e065f292"/></dir><dir name="Model"><dir name="Mysql4"><file name="Setup.php" hash="a8981d3d42f9a483a0be3fbdada8df76"/></dir><dir name="Source"><file name="Country.php" hash="59f550e14b47b7005a095bd660eeda66"/><file name="Parcelas.php" hash="5660c43330b42a0fc5745c8337d93806"/><file name="Specificcountries.php" hash="84beb8387ace1ef45f0b0176578b26dd"/><file name="Webcheckout.php" hash="714ee47fcd3dcc9bc84acf2846bc2e03"/></dir><file name="Config.php" hash="d07a9e15c21b57eb57ed126698284dcd"/><file name="Geral.php" hash="d0c4d833043cca2d68fdcce884316fdf"/><file name="Observer.php" hash="e524758d572f77cdfe6ec8129bbbcac6"/><file name="Prazo.php" hash="12b2d6a98a3fe0d7dc209381808584a5"/><file name="Standard.php" hash="a5a1d639a29727bd8d2bad1b3a81b516"/><file name="Vista.php" hash="8f3c071f7448949d4694b49f4ed748b9"/></dir><dir name="controllers"><file name="StandardController.php" hash="c6568ac2bf4b62a45c05734a816e3b33"/></dir><dir name="etc"><file name="adminhtml.xml" hash="5901e52adfeb0be53027574b969b4043"/><file name="config.xml" hash="893d3f8c00f4e913d73dd9cc675f7363"/><file name="system.xml" hash="de934a29cd3ca0c6fbd9ccb6d32080f9"/></dir><dir name="sql"><dir name="pagamentodigital_setup"><file name="mysql4-install-0.1.0.php" hash="67aeb99814e07d2229f7595f7e4ca0bc"/><file name="mysql4-install-0.1.1.php" hash="67aeb99814e07d2229f7595f7e4ca0bc"/><file name="mysql4-install-0.1.10.php" hash="67aeb99814e07d2229f7595f7e4ca0bc"/><file name="mysql4-install-0.1.11.php" hash="67aeb99814e07d2229f7595f7e4ca0bc"/><file name="mysql4-install-0.1.12.php" hash="67aeb99814e07d2229f7595f7e4ca0bc"/><file name="mysql4-install-0.1.13.php" hash="ca757569d93128da0811d4abde20bb52"/><file name="mysql4-install-0.1.14.php" hash="978b39eff0ff979970fa1f064c835e12"/><file name="mysql4-install-0.1.2.php" hash="67aeb99814e07d2229f7595f7e4ca0bc"/><file name="mysql4-install-0.1.3.php" hash="67aeb99814e07d2229f7595f7e4ca0bc"/><file name="mysql4-install-0.1.4.php" hash="67aeb99814e07d2229f7595f7e4ca0bc"/><file name="mysql4-install-0.1.5.php" hash="67aeb99814e07d2229f7595f7e4ca0bc"/><file name="mysql4-install-0.1.6.php" hash="67aeb99814e07d2229f7595f7e4ca0bc"/><file name="mysql4-install-0.1.7.php" hash="67aeb99814e07d2229f7595f7e4ca0bc"/><file name="mysql4-install-0.1.8.php" hash="67aeb99814e07d2229f7595f7e4ca0bc"/><file name="mysql4-install-0.1.9.php" hash="67aeb99814e07d2229f7595f7e4ca0bc"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="buscape"><dir name="pagamentodigital"><dir name="form"><dir name="images"><file name="overlay.png" hash="143d209e15051311fdae758b295036b5"/></dir><file name="geral.phtml" hash="e05add8237dda8993cbe52d4de8670cc"/><file name="prazo.phtml" hash="3f505f6206e361121b9c19c68af2cce0"/><file name="vista.phtml" hash="5e08da9e6679d0011a1efb08dcd9ada7"/></dir><dir name="info"><file name="geral.phtml" hash="7f83ecd0f86cde9384607af382502fc7"/><file name="prazo.phtml" hash="1541597a9032477f3804ff8215c8c4ad"/><file name="vista.phtml" hash="7f83ecd0f86cde9384607af382502fc7"/></dir><file name="error.phtml" hash="7b3cdbd94f67af52964f5f3cc84ee0d5"/><file name="head.phtml" hash="8498491865368b05b5f92f2eeb45a873"/><file name="overlay.phtml" hash="95d9f87fbc92d01b4f8abd1df3c89ecd"/><file name="payment.phtml" hash="af28f837fc7fa3442ad0963041e5ee3f"/><file name="return.phtml" hash="4382cac16c029073ec6cf072187282eb"/></dir></dir></dir><dir name="layout"><file name="buscape_pagamentodigital.xml" hash="dc4eb25504808033e564afdd44285455"/></dir></dir></dir><dir name="default"><dir name="default"><dir name="template"><dir name="buscape"><dir name="pagamentodigital"><dir name="form"><dir name="images"><file name="overlay.png" hash="143d209e15051311fdae758b295036b5"/></dir><file name="geral.phtml" hash="e05add8237dda8993cbe52d4de8670cc"/><file name="prazo.phtml" hash="3f505f6206e361121b9c19c68af2cce0"/><file name="vista.phtml" hash="5e08da9e6679d0011a1efb08dcd9ada7"/></dir><dir name="info"><file name="geral.phtml" hash="7f83ecd0f86cde9384607af382502fc7"/><file name="prazo.phtml" hash="1541597a9032477f3804ff8215c8c4ad"/><file name="vista.phtml" hash="7f83ecd0f86cde9384607af382502fc7"/></dir><file name="error.phtml" hash="7b3cdbd94f67af52964f5f3cc84ee0d5"/><file name="head.phtml" hash="8498491865368b05b5f92f2eeb45a873"/><file name="overlay.phtml" hash="95d9f87fbc92d01b4f8abd1df3c89ecd"/><file name="payment.phtml" hash="af28f837fc7fa3442ad0963041e5ee3f"/><file name="return.phtml" hash="4382cac16c029073ec6cf072187282eb"/></dir></dir></dir><dir name="layout"><file name="buscape_pagamentodigital.xml" hash="dc4eb25504808033e564afdd44285455"/></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="buscape"><dir name="pagamentodigital"><dir name="form"><file name="geral.phtml" hash="6ed35b50d6822d851593dd2865a8512e"/><file name="prazo.phtml" hash="9fd35571d3d5adb0119c9b324cdd4d98"/><file name="vista.phtml" hash="87812b73f7edd30ea060978947cced13"/></dir><dir name="info"><file name="geral.phtml" hash="7f83ecd0f86cde9384607af382502fc7"/><file name="prazo.phtml" hash="1541597a9032477f3804ff8215c8c4ad"/><file name="vista.phtml" hash="7f83ecd0f86cde9384607af382502fc7"/></dir><file name="getbaseurl.phtml" hash="9e521b95714d989895412237cc12ae5b"/></dir></dir></dir><dir name="layout"><file name="buscape_pagamentodigital.xml" hash="618d437d2b62b7bc4ab1b65343a41dac"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="buscape"><dir name="pagamentodigital"><dir name="css"><file name="magentomodal.css" hash="2c6dd38e421f644475a121b8d6c96503"/><file name="styles.css" hash="98964b4f868380ecd053eb3804430113"/></dir><dir name="images"><file name="btn_bg.gif" hash="37c51a4d48a92da9648dcd3ca011039f"/><file name="close.png" hash="6e2879a324a76e9972ebc98201aae1d8"/><file name="content_bg.gif" hash="21278ea0da2d4256f4ced96b6080ba2e"/><file name="overlay.png" hash="143d209e15051311fdae758b295036b5"/><file name="print-iframe.jpg" hash="0cae7fbb7fcb696bba973ef0fe30460c"/><file name="print-modal.jpg" hash="6c91ccd3c86feb5ca1085b160e7611f8"/><file name="print-redirect2.jpg" hash="0c9fe43339e11d4fc18386fcade4af26"/><file name="top_bg.gif" hash="26f28090de87d64f9b01bf624f89bfe2"/><file name="window_close.png" hash="3af14f053f360bf31f8ba2df73ec7f1e"/></dir><dir name="js"><file name="exibitionsettingswebcheckout.js" hash="da871be83c43b1b6e6511b557052a5fc"/></dir></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="buscape"><dir name="pagamentodigital"><dir name="css"><file name="magentomodal.css" hash="2c6dd38e421f644475a121b8d6c96503"/></dir><dir name="images"><file name="btn_bg.gif" hash="37c51a4d48a92da9648dcd3ca011039f"/><file name="content_bg.gif" hash="21278ea0da2d4256f4ced96b6080ba2e"/><file name="top_bg.gif" hash="26f28090de87d64f9b01bf624f89bfe2"/><file name="window_close.png" hash="3af14f053f360bf31f8ba2df73ec7f1e"/></dir><dir name="js"><file name="exibitionsettingswebcheckout.js" hash="da871be83c43b1b6e6511b557052a5fc"/></dir></dir></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies/>
18
  </package>