Buscape_PagamentoDigital - Version 0.1.5

Version Notes

Buscapé Pagamento Digital é 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.5
Comparing to
See all releases


Code changes from version 0.1.4 to 0.1.5

app/code/community/Buscape/PagamentoDigital/Model/Source/Country.php CHANGED
@@ -8,6 +8,4 @@ class Buscape_PagamentoDigital_Model_Source_Country
8
  array('value' => 'BR', 'label'=>Mage::helper('adminhtml')->__('Brasil')),
9
  );
10
  }
11
- }
12
-
13
- ?>
8
  array('value' => 'BR', 'label'=>Mage::helper('adminhtml')->__('Brasil')),
9
  );
10
  }
11
+ }
 
 
app/code/community/Buscape/PagamentoDigital/Model/Source/{SpecificCountries.php → Specificcountries.php} RENAMED
@@ -1,6 +1,6 @@
1
  <?php
2
 
3
- class Buscape_PagamentoDigital_Model_Source_SpecificCountries
4
  {
5
  public function toOptionArray()
6
  {
@@ -9,5 +9,3 @@ class Buscape_PagamentoDigital_Model_Source_SpecificCountries
9
  );
10
  }
11
  }
12
-
13
- ?>
1
  <?php
2
 
3
+ class Buscape_PagamentoDigital_Model_Source_Specificcountries
4
  {
5
  public function toOptionArray()
6
  {
9
  );
10
  }
11
  }
 
 
app/code/community/Buscape/PagamentoDigital/etc/config.xml CHANGED
@@ -22,7 +22,7 @@
22
  <config>
23
  <modules>
24
  <Buscape_PagamentoDigital>
25
- <version>0.1.4</version>
26
  </Buscape_PagamentoDigital>
27
  </modules>
28
  <global>
22
  <config>
23
  <modules>
24
  <Buscape_PagamentoDigital>
25
+ <version>0.1.5</version>
26
  </Buscape_PagamentoDigital>
27
  </modules>
28
  <global>
app/code/community/Buscape/PagamentoDigital/etc/system.xml CHANGED
@@ -109,7 +109,7 @@
109
  </qtdParcelas>
110
  <allowspecific translate="label">
111
  <label>Tipos de Países Permitidos</label>
112
- <frontend_type>allowspecific</frontend_type>
113
  <sort_order>10</sort_order>
114
  <source_model>pagamentodigital/source_specificcountries</source_model>
115
  <show_in_default>1</show_in_default>
@@ -118,7 +118,7 @@
118
  </allowspecific>
119
  <specificcountry translate="label">
120
  <label>Permitir Pagamento de Países Específicos</label>
121
- <frontend_type>Select</frontend_type>
122
  <sort_order>11</sort_order>
123
  <source_model>pagamentodigital/source_country</source_model>
124
  <show_in_default>1</show_in_default>
@@ -229,7 +229,7 @@
229
  </qtdParcelas>
230
  <allowspecific translate="label">
231
  <label>Tipos de Países Permitidos</label>
232
- <frontend_type>allowspecific</frontend_type>
233
  <sort_order>10</sort_order>
234
  <source_model>pagamentodigital/source_specificcountries</source_model>
235
  <show_in_default>1</show_in_default>
@@ -238,7 +238,7 @@
238
  </allowspecific>
239
  <specificcountry translate="label">
240
  <label>Permitir Pagamento de Países Específicos</label>
241
- <frontend_type>Select</frontend_type>
242
  <sort_order>11</sort_order>
243
  <source_model>pagamentodigital/source_country</source_model>
244
  <show_in_default>1</show_in_default>
@@ -340,7 +340,7 @@
340
  </acaopadraovirtual>
341
  <allowspecific translate="label">
342
  <label>Tipos de Países Permitidos</label>
343
- <frontend_type>allowspecific</frontend_type>
344
  <sort_order>10</sort_order>
345
  <source_model>pagamentodigital/source_specificcountries</source_model>
346
  <show_in_default>1</show_in_default>
@@ -349,7 +349,7 @@
349
  </allowspecific>
350
  <specificcountry translate="label">
351
  <label>Permitir Pagamento de Países Específicos</label>
352
- <frontend_type>Select</frontend_type>
353
  <sort_order>11</sort_order>
354
  <source_model>pagamentodigital/source_country</source_model>
355
  <show_in_default>1</show_in_default>
109
  </qtdParcelas>
110
  <allowspecific translate="label">
111
  <label>Tipos de Países Permitidos</label>
112
+ <frontend_type>select</frontend_type>
113
  <sort_order>10</sort_order>
114
  <source_model>pagamentodigital/source_specificcountries</source_model>
115
  <show_in_default>1</show_in_default>
118
  </allowspecific>
119
  <specificcountry translate="label">
120
  <label>Permitir Pagamento de Países Específicos</label>
121
+ <frontend_type>select</frontend_type>
122
  <sort_order>11</sort_order>
123
  <source_model>pagamentodigital/source_country</source_model>
124
  <show_in_default>1</show_in_default>
229
  </qtdParcelas>
230
  <allowspecific translate="label">
231
  <label>Tipos de Países Permitidos</label>
232
+ <frontend_type>select</frontend_type>
233
  <sort_order>10</sort_order>
234
  <source_model>pagamentodigital/source_specificcountries</source_model>
235
  <show_in_default>1</show_in_default>
238
  </allowspecific>
239
  <specificcountry translate="label">
240
  <label>Permitir Pagamento de Países Específicos</label>
241
+ <frontend_type>select</frontend_type>
242
  <sort_order>11</sort_order>
243
  <source_model>pagamentodigital/source_country</source_model>
244
  <show_in_default>1</show_in_default>
340
  </acaopadraovirtual>
341
  <allowspecific translate="label">
342
  <label>Tipos de Países Permitidos</label>
343
+ <frontend_type>select</frontend_type>
344
  <sort_order>10</sort_order>
345
  <source_model>pagamentodigital/source_specificcountries</source_model>
346
  <show_in_default>1</show_in_default>
349
  </allowspecific>
350
  <specificcountry translate="label">
351
  <label>Permitir Pagamento de Países Específicos</label>
352
+ <frontend_type>select</frontend_type>
353
  <sort_order>11</sort_order>
354
  <source_model>pagamentodigital/source_country</source_model>
355
  <show_in_default>1</show_in_default>
app/code/community/Buscape/PagamentoDigital/sql/pagamentodigital_setup/mysql4-install-0.1.4.php ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to suporte.developer@buscape-inc.com so we can send you a copy immediately.
14
+ *
15
+ * @category Buscape
16
+ * @package Buscape_PagamentoDigital
17
+ * @copyright Copyright (c) 2010 Buscapé Company (http://www.buscapecompany.com)
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
app/code/community/Buscape/PagamentoDigital/sql/pagamentodigital_setup/mysql4-install-0.1.5.php ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to suporte.developer@buscape-inc.com so we can send you a copy immediately.
14
+ *
15
+ * @category Buscape
16
+ * @package Buscape_PagamentoDigital
17
+ * @copyright Copyright (c) 2010 Buscapé Company (http://www.buscapecompany.com)
18
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
19
+ */
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Buscape_PagamentoDigital</name>
4
- <version>0.1.4</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 Pagamento Digital &#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 Pagamento Digital), fazendo com que todas as transa&#xE7;&#xF5;es no ambiente Pagamento Digital sejam seguras.</description>
11
  <notes>Buscap&#xE9; Pagamento Digital &#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>2012-03-26</date>
14
- <time>17:17:57</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="Form"><file name="Geral.php" hash="aeb083bfedc4bb426827fa3959eec112"/><file name="Prazo.php" hash="2dbf3b07ce78406141d2f6bb4adb0af3"/><file name="Vista.php" hash="a30e9c0f19f7118cf0a746870c36e1bd"/></dir><dir name="Html"><file name="Head.php" hash="10143716280477ef4e7cc352dfc43f3e"/></dir><file name="Error.php" hash="0957c100babdd4ebe41a195840e188bb"/><file name="Link.php" hash="e69fe88ec62ffe80bd7622d2c56dcb89"/><file name="Payment.php" hash="cbd3b51a41274e59ba8e11c844074e98"/><file name="Redirect.php" hash="c8776ddc29afba919ea0fd4fbf114a6b"/><file name="Return.php" hash="74fc99f0c684186bfc2cf3092274b220"/></dir><dir name="Helper"><file name="Data.php" hash="1196cb8e87d93e78eb6a268fe92198f8"/></dir><dir name="Model"><dir name="Mysql4"><file name="Setup.php" hash="a8981d3d42f9a483a0be3fbdada8df76"/></dir><dir name="Source"><file name="Country.php" hash="94b5fd784d8abed281710e9e5d90d4ee"/><file name="Parcelas.php" hash="5660c43330b42a0fc5745c8337d93806"/><file name="SpecificCountries.php" hash="0e03453701df2783d11594c24f657200"/></dir><file name="Config.php" hash="fa9f76aa9f500c07362d8aedea17f372"/><file name="Geral.php" hash="ce81da595c55fd5596d697fbd5856a9e"/><file name="Prazo.php" hash="6c455be1dfc19ab3c002c655bed71bd5"/><file name="Standard.php" hash="221c6b081027250970235024052398a9"/><file name="Vista.php" hash="3e4aac7e9d8ff41c08f765019db961ab"/></dir><dir name="controllers"><file name="StandardController.php" hash="b5302498fdf573aa251bb5db829a243a"/></dir><dir name="etc"><file name="config.xml" hash="0b81203c4f6656189cfc81708676c452"/><file name="system.xml" hash="5289278996bd37a299b8d887ba63dc1d"/></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.2.php" hash="67aeb99814e07d2229f7595f7e4ca0bc"/><file name="mysql4-install-0.1.3.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="2245e329eedfd5a77c6d76d55672e071"/><file name="prazo.phtml" hash="2356d01a3320748a090b39510c811462"/><file name="vista.phtml" hash="27cf545f7b163253ba124d9087f44cbe"/></dir><file name="error.phtml" hash="7b3cdbd94f67af52964f5f3cc84ee0d5"/><file name="head.phtml" hash="8498491865368b05b5f92f2eeb45a873"/><file name="payment.phtml" hash="e4fd8a48b5c8b887a09f78de7ac8ea24"/><file name="return.phtml" hash="25d12759d131c86cc81d2c19637d5f64"/></dir></dir></dir><dir name="layout"><file name="buscape_pagamentodigital.xml" hash="b47dfc53ad40fa4dc26e22798f686ef5"/></dir></dir></dir><dir name="default"><dir name="default"><dir name="template"><dir name="buscape"><dir name="pagamentodigital"><dir name="form"><file name="geral.phtml" hash="2245e329eedfd5a77c6d76d55672e071"/><file name="prazo.phtml" hash="2356d01a3320748a090b39510c811462"/><file name="vista.phtml" hash="27cf545f7b163253ba124d9087f44cbe"/></dir><file name="error.phtml" hash="7b3cdbd94f67af52964f5f3cc84ee0d5"/><file name="head.phtml" hash="8498491865368b05b5f92f2eeb45a873"/><file name="payment.phtml" hash="e4fd8a48b5c8b887a09f78de7ac8ea24"/><file name="return.phtml" hash="25d12759d131c86cc81d2c19637d5f64"/></dir></dir></dir><dir name="layout"><file name="buscape_pagamentodigital.xml" hash="b47dfc53ad40fa4dc26e22798f686ef5"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="images"><dir name="buscape"><dir name="pagamentodigital"><file name="close.png" hash="6e2879a324a76e9972ebc98201aae1d8"/><file name="fancy_shadow_e.png" hash="fd4f491080d29fade5080877f1ba4c8b"/><file name="fancy_shadow_n.png" hash="18cde16379b2ceadef714d9b346d09ec"/><file name="fancy_shadow_ne.png" hash="63adf788acf193d4e4f3642d7d793125"/><file name="fancy_shadow_nw.png" hash="c820c878aedb7a7f9ebd7135a58e7c65"/><file name="fancy_shadow_s.png" hash="9b9e5c888028aaef40fe5b6a363f1e29"/><file name="fancy_shadow_se.png" hash="a8afd5a008884380ee712d177105268f"/><file name="fancy_shadow_sw.png" hash="f81cc0fee5581d76ad3cebe47e7e791b"/><file name="fancy_shadow_w.png" hash="59b0e63eb059e58d932cfd53da4d87e6"/><file name="overlay.png" hash="143d209e15051311fdae758b295036b5"/></dir></dir></dir></dir></dir><dir name="default"><dir name="default"><dir name="images"><dir name="buscape"><dir name="pagamentodigital"><file name="close.png" hash="6e2879a324a76e9972ebc98201aae1d8"/><file name="fancy_shadow_e.png" hash="fd4f491080d29fade5080877f1ba4c8b"/><file name="fancy_shadow_n.png" hash="18cde16379b2ceadef714d9b346d09ec"/><file name="fancy_shadow_ne.png" hash="63adf788acf193d4e4f3642d7d793125"/><file name="fancy_shadow_nw.png" hash="c820c878aedb7a7f9ebd7135a58e7c65"/><file name="fancy_shadow_s.png" hash="9b9e5c888028aaef40fe5b6a363f1e29"/><file name="fancy_shadow_se.png" hash="a8afd5a008884380ee712d177105268f"/><file name="fancy_shadow_sw.png" hash="f81cc0fee5581d76ad3cebe47e7e791b"/><file name="fancy_shadow_w.png" hash="59b0e63eb059e58d932cfd53da4d87e6"/><file name="overlay.png" hash="143d209e15051311fdae758b295036b5"/></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.5</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 Pagamento Digital &#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 Pagamento Digital), fazendo com que todas as transa&#xE7;&#xF5;es no ambiente Pagamento Digital sejam seguras.</description>
11
  <notes>Buscap&#xE9; Pagamento Digital &#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>2012-03-27</date>
14
+ <time>21:30:42</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="Form"><file name="Geral.php" hash="aeb083bfedc4bb426827fa3959eec112"/><file name="Prazo.php" hash="2dbf3b07ce78406141d2f6bb4adb0af3"/><file name="Vista.php" hash="a30e9c0f19f7118cf0a746870c36e1bd"/></dir><dir name="Html"><file name="Head.php" hash="10143716280477ef4e7cc352dfc43f3e"/></dir><file name="Error.php" hash="0957c100babdd4ebe41a195840e188bb"/><file name="Link.php" hash="e69fe88ec62ffe80bd7622d2c56dcb89"/><file name="Payment.php" hash="cbd3b51a41274e59ba8e11c844074e98"/><file name="Redirect.php" hash="c8776ddc29afba919ea0fd4fbf114a6b"/><file name="Return.php" hash="74fc99f0c684186bfc2cf3092274b220"/></dir><dir name="Helper"><file name="Data.php" hash="1196cb8e87d93e78eb6a268fe92198f8"/></dir><dir name="Model"><dir name="Mysql4"><file name="Setup.php" hash="a8981d3d42f9a483a0be3fbdada8df76"/></dir><dir name="Source"><file name="Country.php" hash="0d033ec4efd42bcb63907fa9b7353ef4"/><file name="Parcelas.php" hash="5660c43330b42a0fc5745c8337d93806"/><file name="Specificcountries.php" hash="a98269e5e803f0ec23cfa80c600c3dff"/></dir><file name="Config.php" hash="fa9f76aa9f500c07362d8aedea17f372"/><file name="Geral.php" hash="ce81da595c55fd5596d697fbd5856a9e"/><file name="Prazo.php" hash="6c455be1dfc19ab3c002c655bed71bd5"/><file name="Standard.php" hash="221c6b081027250970235024052398a9"/><file name="Vista.php" hash="3e4aac7e9d8ff41c08f765019db961ab"/></dir><dir name="controllers"><file name="StandardController.php" hash="b5302498fdf573aa251bb5db829a243a"/></dir><dir name="etc"><file name="config.xml" hash="0cf5860ed3e90e51df318ab65e832394"/><file name="system.xml" hash="3e5d25117eef38027969239ffad8c4ed"/></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.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"/></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="2245e329eedfd5a77c6d76d55672e071"/><file name="prazo.phtml" hash="2356d01a3320748a090b39510c811462"/><file name="vista.phtml" hash="27cf545f7b163253ba124d9087f44cbe"/></dir><file name="error.phtml" hash="7b3cdbd94f67af52964f5f3cc84ee0d5"/><file name="head.phtml" hash="8498491865368b05b5f92f2eeb45a873"/><file name="payment.phtml" hash="e4fd8a48b5c8b887a09f78de7ac8ea24"/><file name="return.phtml" hash="25d12759d131c86cc81d2c19637d5f64"/></dir></dir></dir><dir name="layout"><file name="buscape_pagamentodigital.xml" hash="b47dfc53ad40fa4dc26e22798f686ef5"/></dir></dir></dir><dir name="default"><dir name="default"><dir name="template"><dir name="buscape"><dir name="pagamentodigital"><dir name="form"><file name="geral.phtml" hash="2245e329eedfd5a77c6d76d55672e071"/><file name="prazo.phtml" hash="2356d01a3320748a090b39510c811462"/><file name="vista.phtml" hash="27cf545f7b163253ba124d9087f44cbe"/></dir><file name="error.phtml" hash="7b3cdbd94f67af52964f5f3cc84ee0d5"/><file name="head.phtml" hash="8498491865368b05b5f92f2eeb45a873"/><file name="payment.phtml" hash="e4fd8a48b5c8b887a09f78de7ac8ea24"/><file name="return.phtml" hash="25d12759d131c86cc81d2c19637d5f64"/></dir></dir></dir><dir name="layout"><file name="buscape_pagamentodigital.xml" hash="b47dfc53ad40fa4dc26e22798f686ef5"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="images"><dir name="buscape"><dir name="pagamentodigital"><file name="close.png" hash="6e2879a324a76e9972ebc98201aae1d8"/><file name="fancy_shadow_e.png" hash="fd4f491080d29fade5080877f1ba4c8b"/><file name="fancy_shadow_n.png" hash="18cde16379b2ceadef714d9b346d09ec"/><file name="fancy_shadow_ne.png" hash="63adf788acf193d4e4f3642d7d793125"/><file name="fancy_shadow_nw.png" hash="c820c878aedb7a7f9ebd7135a58e7c65"/><file name="fancy_shadow_s.png" hash="9b9e5c888028aaef40fe5b6a363f1e29"/><file name="fancy_shadow_se.png" hash="a8afd5a008884380ee712d177105268f"/><file name="fancy_shadow_sw.png" hash="f81cc0fee5581d76ad3cebe47e7e791b"/><file name="fancy_shadow_w.png" hash="59b0e63eb059e58d932cfd53da4d87e6"/><file name="overlay.png" hash="143d209e15051311fdae758b295036b5"/></dir></dir></dir></dir></dir><dir name="default"><dir name="default"><dir name="images"><dir name="buscape"><dir name="pagamentodigital"><file name="close.png" hash="6e2879a324a76e9972ebc98201aae1d8"/><file name="fancy_shadow_e.png" hash="fd4f491080d29fade5080877f1ba4c8b"/><file name="fancy_shadow_n.png" hash="18cde16379b2ceadef714d9b346d09ec"/><file name="fancy_shadow_ne.png" hash="63adf788acf193d4e4f3642d7d793125"/><file name="fancy_shadow_nw.png" hash="c820c878aedb7a7f9ebd7135a58e7c65"/><file name="fancy_shadow_s.png" hash="9b9e5c888028aaef40fe5b6a363f1e29"/><file name="fancy_shadow_se.png" hash="a8afd5a008884380ee712d177105268f"/><file name="fancy_shadow_sw.png" hash="f81cc0fee5581d76ad3cebe47e7e791b"/><file name="fancy_shadow_w.png" hash="59b0e63eb059e58d932cfd53da4d87e6"/><file name="overlay.png" hash="143d209e15051311fdae758b295036b5"/></dir></dir></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies/>
18
  </package>