Version Notes
- Pequenas correções;
Download this release
Release Info
Developer | iPAGARE |
Extension | IPG_PagSeguro_Transparente |
Version | 1.1.3.1 |
Comparing to | |
See all releases |
Code changes from version 1.1.3 to 1.1.3.1
- app/design/adminhtml/default/default/template/ipagare/ipgbase/empty.phtml +0 -0
- app/design/adminhtml/default/default/template/ipagare/ipgpagsegurodireto/payment/form.phtml +5 -0
- app/design/adminhtml/default/default/template/ipagare/ipgpagsegurodireto/payment/info/default.phtml +32 -0
- app/design/frontend/base/default/layout/ipagare/ipgbase.xml +25 -0
- app/design/frontend/base/default/layout/ipagare/ipgpagsegurodireto.xml +73 -0
- app/design/frontend/base/default/template/ipagare/ipgbase/erros/index.phtml +0 -0
- app/design/frontend/base/default/template/ipagare/ipgbase/loader.phtml +6 -0
- app/design/frontend/base/default/template/ipagare/ipgpagsegurodireto/checkout/success-details.phtml +35 -0
- app/design/frontend/base/default/template/ipagare/ipgpagsegurodireto/payment/form.phtml +702 -0
- app/design/frontend/base/default/template/ipagare/ipgpagsegurodireto/payment/info/default.phtml +17 -0
- app/design/frontend/base/default/template/ipagare/ipgpagsegurodireto/payment/transferencia/index.phtml +25 -0
- app/locale/pt_BR/template/email/sales/ipg_boleto.html +108 -0
- package.xml +4 -4
app/design/adminhtml/default/default/template/ipagare/ipgbase/empty.phtml
ADDED
File without changes
|
app/design/adminhtml/default/default/template/ipagare/ipgpagsegurodireto/payment/form.phtml
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php if ($this->isTeleVendasActive()) : ?>
|
2 |
+
<ul id="payment_form_<?php echo $this->getMethodCode() ?>" style="display: none;">
|
3 |
+
<li><?php echo Mage::helper('payment')->__('Um e-mail será enviado ao cliente para que este possa realizar o pagamento.') ?></li>
|
4 |
+
</ul>
|
5 |
+
<?php endif ?>
|
app/design/adminhtml/default/default/template/ipagare/ipgpagsegurodireto/payment/info/default.phtml
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<link rel="stylesheet" href="<?php echo $this->getSkinUrl('pagsegurodireto/css/styles.css') ?>" type="text/css" />
|
2 |
+
<script type="text/javascript" src="<?php echo $this->getJsUrl('ipagare/pagsegurodireto/adminhtml/sales/order/view.js') ?>"></script>
|
3 |
+
<script type="text/javascript">
|
4 |
+
var ipgPagSeguroDiretoOrderView = new IpagarePagSeguroDiretoOrderView();
|
5 |
+
</script>
|
6 |
+
|
7 |
+
<?php if ($_specificInfo = $this->getSpecificInformation()): ?>
|
8 |
+
<table class="form-list" cellspacing="0">
|
9 |
+
<tbody>
|
10 |
+
<?php foreach ($_specificInfo as $_label => $_value): ?>
|
11 |
+
<tr>
|
12 |
+
<?php
|
13 |
+
if($_label == 'link-televendas') {
|
14 |
+
?>
|
15 |
+
<td><?php echo nl2br(implode($this->getValueAsArray($_value, false), "\n")) ?></td>
|
16 |
+
<?php
|
17 |
+
} else {
|
18 |
+
?>
|
19 |
+
<td ><?php echo $_label ?></td>
|
20 |
+
<td ><strong><?php echo nl2br(implode($this->getValueAsArray($_value, false), "\n")) ?></strong></td>
|
21 |
+
<?php
|
22 |
+
}
|
23 |
+
?>
|
24 |
+
</tr>
|
25 |
+
<?php endforeach; ?>
|
26 |
+
</tbody>
|
27 |
+
</table>
|
28 |
+
<?php else:
|
29 |
+
echo '<p>' . $this->htmlEscape($this->getMethod()->getTitle()) . '</p>';
|
30 |
+
endif;
|
31 |
+
|
32 |
+
echo $this->getChildHtml();
|
app/design/frontend/base/default/layout/ipagare/ipgbase.xml
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<layout>
|
3 |
+
<default>
|
4 |
+
<reference name="head">
|
5 |
+
<action method="addCss">
|
6 |
+
<stylesheet>ipgbase/css/styles.css?1.16.4</stylesheet>
|
7 |
+
</action>
|
8 |
+
<action method="addItem">
|
9 |
+
<type>js</type>
|
10 |
+
<name>ipagare/lib/ipagare.js?1.16.4</name>
|
11 |
+
</action>
|
12 |
+
</reference>
|
13 |
+
</default>
|
14 |
+
|
15 |
+
<checkout_onepage_success>
|
16 |
+
<reference name="head">
|
17 |
+
<!-- <action method="addCss"><stylesheet>ipgmoip/css/styles.css</stylesheet></action>-->
|
18 |
+
<!-- <action method="addCss"><stylesheet>ipgcore/css/styles.css</stylesheet></action>-->
|
19 |
+
</reference>
|
20 |
+
|
21 |
+
<reference name="checkout.success">
|
22 |
+
<block type="ipgbase/checkout_onepage_success" name="success.details" />
|
23 |
+
</reference>
|
24 |
+
</checkout_onepage_success>
|
25 |
+
</layout>
|
app/design/frontend/base/default/layout/ipagare/ipgpagsegurodireto.xml
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<layout version="0.1.0">
|
3 |
+
<idecheckoutvm_index_index translate="label">
|
4 |
+
<reference name="head">
|
5 |
+
<action method="addItem">
|
6 |
+
<type>js</type>
|
7 |
+
<name>ipagare/lib/checkout.js?1.1.3</name>
|
8 |
+
</action>
|
9 |
+
<block type="core/text" name="google.cdn.jquery">
|
10 |
+
<action method="setText">
|
11 |
+
<text><![CDATA[<script type="text/javascript" src="https://stc.pagseguro.uol.com.br/pagseguro/api/v2/checkout/pagseguro.directpayment.js"></script>]]></text>
|
12 |
+
</action>
|
13 |
+
</block>
|
14 |
+
</reference>
|
15 |
+
</idecheckoutvm_index_index>
|
16 |
+
|
17 |
+
<checkout_onepage_index translate="label">
|
18 |
+
<reference name="head">
|
19 |
+
<action method="addItem">
|
20 |
+
<type>js</type>
|
21 |
+
<name>ipagare/lib/checkout.js?1.1.3</name>
|
22 |
+
</action>
|
23 |
+
<action method="addItem">
|
24 |
+
<type>js</type>
|
25 |
+
<name>ipagare/lib/prototype/maskedinput.js?1.1.3</name>
|
26 |
+
</action>
|
27 |
+
<block type="core/text" name="google.cdn.jquery">
|
28 |
+
<action method="setText">
|
29 |
+
<text><![CDATA[<script type="text/javascript" src="https://stc.pagseguro.uol.com.br/pagseguro/api/v2/checkout/pagseguro.directpayment.js"></script>]]></text>
|
30 |
+
</action>
|
31 |
+
</block>
|
32 |
+
</reference>
|
33 |
+
</checkout_onepage_index>
|
34 |
+
|
35 |
+
<onestepcheckout_index_index translate="label">
|
36 |
+
<reference name="head">
|
37 |
+
<action method="addItem">
|
38 |
+
<type>js</type>
|
39 |
+
<name>ipagare/lib/checkout.js?1.1.3</name>
|
40 |
+
</action>
|
41 |
+
<action method="addItem">
|
42 |
+
<type>js</type>
|
43 |
+
<name>ipagare/lib/prototype/maskedinput.js?1.1.3</name>
|
44 |
+
</action>
|
45 |
+
<block type="core/text" name="google.cdn.jquery">
|
46 |
+
<action method="setText">
|
47 |
+
<text><![CDATA[<script type="text/javascript" src="https://stc.pagseguro.uol.com.br/pagseguro/api/v2/checkout/pagseguro.directpayment.js"></script>]]></text>
|
48 |
+
</action>
|
49 |
+
</block>
|
50 |
+
</reference>
|
51 |
+
</onestepcheckout_index_index>
|
52 |
+
|
53 |
+
<ipgpagsegurodireto_payment_transferencia translate="label">
|
54 |
+
<reference name="head">
|
55 |
+
<action method="addItem">
|
56 |
+
<type>js</type>
|
57 |
+
<name>ipagare/lib/ipagare.js?1.1.3</name>
|
58 |
+
</action>
|
59 |
+
<action method="addItem">
|
60 |
+
<type>js</type>
|
61 |
+
<name>ipagare/ipgpagsegurodireto/frontend/payment/transferencia/index.js?1.1.3</name>
|
62 |
+
</action>
|
63 |
+
</reference>
|
64 |
+
<reference name="root">
|
65 |
+
<action method="setTemplate">
|
66 |
+
<template>page/2columns-right.phtml</template>
|
67 |
+
</action>
|
68 |
+
</reference>
|
69 |
+
<reference name="content">
|
70 |
+
<block type="ipgpagsegurodireto/payment_transferencia" name="transferencia.index" template="ipagare/ipgpagsegurodireto/payment/transferencia/index.phtml" />
|
71 |
+
</reference>
|
72 |
+
</ipgpagsegurodireto_payment_transferencia>
|
73 |
+
</layout>
|
app/design/frontend/base/default/template/ipagare/ipgbase/erros/index.phtml
ADDED
File without changes
|
app/design/frontend/base/default/template/ipagare/ipgbase/loader.phtml
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<div id="ipagare-loading-mask" style="display:none">
|
2 |
+
<p class="loader">
|
3 |
+
<img src="<?php echo $this->getSkinUrl('ipgbase/images/ajax-loader-tr.gif') ?>" alt="<?php echo Mage::helper('adminhtml')->__('Loading...') ?>"/><br/>
|
4 |
+
<span><?php echo Mage::helper('adminhtml')->__('Please wait...') ?></span>
|
5 |
+
</p>
|
6 |
+
</div>
|
app/design/frontend/base/default/template/ipagare/ipgpagsegurodireto/checkout/success-details.phtml
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<link rel="stylesheet" href="<?php echo $this->getSkinUrl('ipgpagsegurodireto/css/styles.css') ?>" type="text/css" />
|
2 |
+
|
3 |
+
<?php
|
4 |
+
$block = $this->getBlock();
|
5 |
+
$paymentParserData = $block->getPaymentData();
|
6 |
+
$paymentType = $paymentParserData->getPaymentMethod()->getCode();
|
7 |
+
?>
|
8 |
+
|
9 |
+
<div id="ipagare" class="onepage-success">
|
10 |
+
<div class="aviso-confirmacao">
|
11 |
+
<?php
|
12 |
+
echo '<p>' . $this->__('txt.msgPagSegTransacaoProcessada') . '</p>';
|
13 |
+
if ($paymentParserData->getStatus()) {
|
14 |
+
echo '<p>' . $this->__('txt.msgPagSegTransacao2') . '<strong>' . $paymentParserData->getCode() . '</strong></p>';
|
15 |
+
echo '<p>' . $this->__('txt.msgPagSegTransacao1') . '<strong>' . $paymentParserData->getStatus()->getClientMessage() . '</strong></p>';
|
16 |
+
} echo '<p>' . $this->__('txt.msgPagSegTransacao3') . '</p>';
|
17 |
+
?>
|
18 |
+
</div>
|
19 |
+
<?php if ($paymentType->isCreditCard()) {
|
20 |
+
|
21 |
+
} else if ($paymentType->isBoleto()) {
|
22 |
+
?>
|
23 |
+
<script type="text/javascript">
|
24 |
+
function abrirBoleto() {
|
25 |
+
window.open("<?php echo $paymentParserData->getPaymentLink(); ?>", "BOLETO", "'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=700,height=800");
|
26 |
+
}
|
27 |
+
</script>
|
28 |
+
<p class="boleto-desc">
|
29 |
+
<?php echo $this->__('txt.msgGerarBoleto') ?>
|
30 |
+
</p>
|
31 |
+
<a class="boleto-link" href="javascript:void(0);" onclick="abrirBoleto();" title="<?php echo $this->__('txt.GerarBoleto') ?>"></a>
|
32 |
+
<?php } ?>
|
33 |
+
</div>
|
34 |
+
|
35 |
+
<?php Mage::getSingleton('ipgbase/session')->clear(); ?>
|
app/design/frontend/base/default/template/ipagare/ipgpagsegurodireto/payment/form.phtml
ADDED
@@ -0,0 +1,702 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<script type="text/javascript">
|
2 |
+
//<![CDATA[
|
3 |
+
if ((typeof PagSeguroDirectPayment === 'undefined') && !window.PagSeguroDirectPayment) {
|
4 |
+
document.write('<script type="text/javascript" src="<?php echo $this->getJsUrl('ipagare/ipgpagsegurodireto/frontend/payment/pagseguro.directpayment.js', array('_secure' => true)); ?>"><\/script>');
|
5 |
+
}
|
6 |
+
//]]>
|
7 |
+
</script>
|
8 |
+
|
9 |
+
<?php
|
10 |
+
$isInCvmPayment = Mage::helper('ipgbase/url')->isInCvmPayment();
|
11 |
+
$isInOpcPayment = Mage::helper('ipgbase/url')->isInOpcPayment();
|
12 |
+
$isInTelevendasPayment = Mage::helper('ipgbase/url')->isInTelevendasPayment();
|
13 |
+
|
14 |
+
$sessionResponse = $this->getSessionId();
|
15 |
+
if ($sessionResponse->hasErrors()) {
|
16 |
+
echo '<div class="ipagare">';
|
17 |
+
foreach ($sessionResponse->getErrors() as $error) {
|
18 |
+
echo '<p class="error">(' . $error->getCode() . ') ' . $error->getMessage() . '</p>';
|
19 |
+
}
|
20 |
+
echo '</div>';
|
21 |
+
|
22 |
+
return;
|
23 |
+
}
|
24 |
+
|
25 |
+
$this->mountPaymentTypeOptions();
|
26 |
+
$code = $this->getMethodCode();
|
27 |
+
?>
|
28 |
+
<link rel="stylesheet" href="<?php echo $this->getSkinUrl('ipgpagsegurodireto/css/styles.css') ?>" type="text/css" />
|
29 |
+
<?php if ($this->isCustomCssEnabled()): ?>
|
30 |
+
<link rel="stylesheet" href="<?php echo $this->getSkinUrl('ipgpagsegurodireto/css/custom.css') ?>" type="text/css" />
|
31 |
+
<?php endif; ?>
|
32 |
+
<?php
|
33 |
+
if ($isInCvmPayment) {
|
34 |
+
?>
|
35 |
+
<link rel="stylesheet" href="<?php echo $this->getSkinUrl('ipgpagsegurodireto/css/cvm.css') ?>" type="text/css" />
|
36 |
+
<?php
|
37 |
+
} else if ($isInOpcPayment) {
|
38 |
+
?>
|
39 |
+
<link rel="stylesheet" href="<?php echo $this->getSkinUrl('ipgpagsegurodireto/css/opc.css') ?>" type="text/css" />
|
40 |
+
<?php
|
41 |
+
} else if ($isInTelevendasPayment) {
|
42 |
+
?>
|
43 |
+
<?php
|
44 |
+
}
|
45 |
+
?>
|
46 |
+
<!--[if lt IE 8]>
|
47 |
+
<link rel="stylesheet" href="<?php echo $this->getSkinUrl('ipgpagsegurodireto/css/styles-ie7.css') ?>" type="text/css" />
|
48 |
+
<![endif]-->
|
49 |
+
|
50 |
+
<div class="ipagare">
|
51 |
+
<div class="tool-tip" id="ipgpagsegurodireto-cc-payment-bin-card-tool-tip" style="display:none;">
|
52 |
+
<div class="tool-tip-content"><img src="<?php echo $this->getSkinUrl('ipgpagsegurodireto/images/cvv.gif') ?>" alt="<?php echo $this->__('Card Verification Number Visual Reference') ?>" title="<?php echo $this->__('Card Verification Number Visual Reference') ?>" /></div>
|
53 |
+
</div>
|
54 |
+
|
55 |
+
<div class="tool-tip" id="ipgpagsegurodireto-hp-payment-bin-card-tool-tip" style="display:none;">
|
56 |
+
<div>
|
57 |
+
<div><?php echo $this->__('txt.msgBin1'); ?></div>
|
58 |
+
<span><?php echo $this->__('txt.msgBin2'); ?></span>
|
59 |
+
<div>
|
60 |
+
<img alt="exemplo" src="<?php echo $this->getSkinUrl('ipgpagsegurodireto/images/codigo_bin_1.png') ?>">
|
61 |
+
<div><?php echo $this->__('txt.msgBin3'); ?></div>
|
62 |
+
</div>
|
63 |
+
<div>
|
64 |
+
<img alt="exemplo" src="<?php echo $this->getSkinUrl('ipgpagsegurodireto/images/codigo_bin_2.png') ?>">
|
65 |
+
<div><?php echo $this->__('txt.msgBin4'); ?></div>
|
66 |
+
</div>
|
67 |
+
</div>
|
68 |
+
</div>
|
69 |
+
|
70 |
+
<fieldset class="form-list">
|
71 |
+
<ul id="payment_form_<?php echo $code ?>" style="display: none;">
|
72 |
+
<li>
|
73 |
+
<input type="hidden" value="<?php echo $sessionResponse->getSession()->getId(); ?>" name="payment[ipg_pagsegurodireto_session_id]" id="ipg_pagsegurodireto_session_id"/>
|
74 |
+
<input type="hidden" name="payment[ipg_pagsegurodireto_credit_card_token]" id="ipg_pagsegurodireto_credit_card_token"/>
|
75 |
+
<input type="hidden" name="payment[ipg_pagsegurodireto_sender_hash]" id="ipg_pagsegurodireto_sender_hash"/>
|
76 |
+
<input type="hidden" name="payment[ipg_pagsegurodireto_installment_quantity]" id="ipg_pagsegurodireto_installment_quantity" />
|
77 |
+
<input type="hidden" name="payment[ipg_pagsegurodireto_installment_value]" id="ipg_pagsegurodireto_installment_value" />
|
78 |
+
|
79 |
+
<?php
|
80 |
+
$imagePath = Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_MEDIA) . 'ipagare/ipgpagsegurodireto/bandeiras/';
|
81 |
+
|
82 |
+
$paymentTypeOptions = $this->getPaymentTypeOptions();
|
83 |
+
if ($this->hasErrors()) {
|
84 |
+
foreach ($paymentTypeOptions->getErrors() as $key => $value) {
|
85 |
+
echo $key . " - " . $value['mensagem'];
|
86 |
+
}
|
87 |
+
}
|
88 |
+
$grandTotal = Mage::getSingleton('checkout/cart')->getQuote()->getGrandTotal();
|
89 |
+
$grandTotalFormat = $this->helper('checkout')->formatPrice(Mage::getSingleton('checkout/cart')->getQuote()->getGrandTotal());
|
90 |
+
|
91 |
+
if ($this->hasCreditCard()) {
|
92 |
+
?>
|
93 |
+
<p class="titulo"><?php echo $this->__('txt.msgTituloMetodoPagamentoCartao'); ?></p>
|
94 |
+
<?php
|
95 |
+
foreach ($paymentTypeOptions->getOptions() as $paymentTypeOption) {
|
96 |
+
$paymentType = $paymentTypeOption->getPaymentType();
|
97 |
+
if ($paymentType->isCreditCard()) {
|
98 |
+
?>
|
99 |
+
<span class="img-container-pagsegurodireto bnd-<?php echo $paymentType->getValue(); ?>" id="sp_<?php echo $paymentType->getValue(); ?>" brand="<?php echo $paymentType->getBandeira(); ?>" paymentType="cc">
|
100 |
+
<?php $urlImage = $imagePath . $paymentType->getValue() . '/1x.gif'; ?>
|
101 |
+
<img class="imgMP" nid="<?php echo $paymentType->getValue(); ?>" src="<?php echo $urlImage; ?>" title="<?php echo $paymentType->getNome(); ?>" />
|
102 |
+
</span>
|
103 |
+
<?php
|
104 |
+
}
|
105 |
+
}
|
106 |
+
?>
|
107 |
+
<div class="divPagForm" style="display: none;" id="divPagForm-cc">
|
108 |
+
<p><input type="radio" class="review" style="display: none;" /></p>
|
109 |
+
|
110 |
+
<div class="fields ipagare-parcelas">
|
111 |
+
<label class="titulo-cartao"><?php echo $this->__('txt.numParcelas'); ?><em>*</em></label>
|
112 |
+
<select name="" id="ipgpagseguro_parcelas" class="review validate-select" />
|
113 |
+
<option value=""><?php echo $this->__('txt.Parcelas'); ?></option>
|
114 |
+
</select>
|
115 |
+
</div>
|
116 |
+
|
117 |
+
<div class="fields">
|
118 |
+
<label class="titulo-cartao"><?php echo $this->__('txt.numeroCartao'); ?><em>*</em></label>
|
119 |
+
<input type="text" class="input-text required-entry number-only validate-cc-number validate-digits" name="payment[ipgpagsegurodireto_numero_cartao]" id="ipgpagsegurodireto_numero_cartao" maxlength="16" />
|
120 |
+
</div>
|
121 |
+
<div class="fields">
|
122 |
+
<div class="ipagare-validade-cartao">
|
123 |
+
<label class="titulo-cartao"><?php echo $this->__('txt.validade'); ?><em>*</em></label><br />
|
124 |
+
<input type="text" placeholder="MM" class="month input-text validate-number validate-digits mes-validade required-entry" maxlength="2" name="payment[ipgpagsegurodireto_mes_validade_cartao]" id="ipgpagsegurodireto_mes_validade_cartao" />
|
125 |
+
<span>/</span>
|
126 |
+
<input type="text" placeholder="AA" class="year input-text validate-number validate-digits ano-validade required-entry" maxlength="2" name="payment[ipgpagsegurodireto_ano_validade_cartao]" id="ipgpagsegurodireto_ano_validade_cartao" />
|
127 |
+
</div>
|
128 |
+
|
129 |
+
<div class="ipgpagseguro-cvv">
|
130 |
+
<label class="titulo-cartao"><?php echo $this->__('txt.codigoSeguranca'); ?><em>*</em></label><br />
|
131 |
+
<div class="cvv">
|
132 |
+
<input type="text" class="input-text number-only required-entry cvv validate-number" name="payment[ipgpagsegurodireto_codigo_seguranca_cartao]" id="ipgpagsegurodireto_codigo_seguranca_cartao" />
|
133 |
+
</div>
|
134 |
+
<div class="cvv-o-que-e-isso">
|
135 |
+
<a href="javascript:void(0)"><?php echo $this->__('txt.msgAjudaCodSeguranca'); ?></a>
|
136 |
+
</div>
|
137 |
+
</div>
|
138 |
+
</div>
|
139 |
+
|
140 |
+
<div class="titular-cartao">
|
141 |
+
<h4><?php echo $this->__('txt.titularCartao'); ?></h4>
|
142 |
+
|
143 |
+
<div class="fields">
|
144 |
+
<label class="titulo-cartao"><?php echo $this->__('txt.msgTituloNomeTitularCartao'); ?> <em>*</em></label>
|
145 |
+
<input type="text" class="required-entry input-text alpha-upper-only" name="payment[ipgpagsegurodireto_nome_titular_cartao]" id="ipgpagsegurodireto_nome_titular_cartao" size="35" maxlength="200" />
|
146 |
+
</div>
|
147 |
+
|
148 |
+
<div class="fields">
|
149 |
+
<label class="cpf-titulo-cartao"><?php echo $this->__('txt.cpfTitularCartao'); ?> <em>*</em></label>
|
150 |
+
<input type="text" class="required-entry input-text cpf" name="payment[ipgpagsegurodireto_cpf_titular_cartao]" size="11" maxlength="11" />
|
151 |
+
</div>
|
152 |
+
|
153 |
+
<div class="fields">
|
154 |
+
<label class="nascimento-titulo-cartao"><?php echo $this->__('txt.nascimentoTitularCartao'); ?> <em>*</em></label>
|
155 |
+
<input type="text" class="dob required-entry input-text pagseguro-card-dob" name="payment[ipgpagsegurodireto_nascimento_titular_cartao]" size="10" maxlength="10" placeholder="DD/MM/AAAA" />
|
156 |
+
</div>
|
157 |
+
|
158 |
+
<div class="fields">
|
159 |
+
<label class="fone-titulo-cartao"><?php echo $this->__('txt.foneTitularCartao'); ?> <em>*</em></label>
|
160 |
+
<input type="text" class="areacode required-entry input-text" name="payment[ipgpagsegurodireto_areacode_titular_cartao]" size="2" maxlength="2" />
|
161 |
+
<input type="text" class="fonenumber required-entry input-text" id="ipgpagsegurodireto_fonenumber_titular_cartao" name="payment[ipgpagsegurodireto_fonenumber_titular_cartao]" size="9" maxlength="9" />
|
162 |
+
</div>
|
163 |
+
</div>
|
164 |
+
</div>
|
165 |
+
<?php
|
166 |
+
//}
|
167 |
+
}
|
168 |
+
if ($this->hasTransferencia()) {
|
169 |
+
if ($this->hasCreditCard()) {
|
170 |
+
?>
|
171 |
+
<br /><br />
|
172 |
+
<?php } else { ?>
|
173 |
+
<br />
|
174 |
+
<?php } ?>
|
175 |
+
<p class="titulo"><?php echo $this->__('txt.msgTituloMetodoPagamentoDebito'); ?></p>
|
176 |
+
<?php
|
177 |
+
// monta as bandeiras
|
178 |
+
foreach ($paymentTypeOptions->getOptions() as $paymentTypeOption) {
|
179 |
+
$paymentType = $paymentTypeOption->getPaymentType();
|
180 |
+
if ($paymentType->isDebitoBancario()) {
|
181 |
+
?>
|
182 |
+
<span class="img-container-pagsegurodireto bnd-<?php echo $paymentType->getValue(); ?>" id="sp_<?php echo $paymentType->getValue(); ?>" brand="<?php echo $paymentType->getBandeira(); ?>" paymentType="etf">
|
183 |
+
<?php $urlImage = $imagePath . $paymentType->getValue() . '/1x.gif'; ?>
|
184 |
+
<img class="imgMP" nid="<?php echo $paymentType->getValue(); ?>" src="<?php echo $urlImage; ?>" title="<?php echo $paymentType->getNome(); ?>" />
|
185 |
+
</span>
|
186 |
+
<?php
|
187 |
+
}
|
188 |
+
}
|
189 |
+
foreach ($paymentTypeOptions->getOptions() as $paymentTypeOption) {
|
190 |
+
$paymentType = $paymentTypeOption->getPaymentType();
|
191 |
+
if ($paymentType->isDebitoBancario()) {
|
192 |
+
?>
|
193 |
+
<div class="divPagForm sp_<?php echo $paymentType->getValue(); ?>" style="display: none;">
|
194 |
+
<div class="ipagare-parcelas">
|
195 |
+
<?php
|
196 |
+
foreach ($paymentTypeOption->getPaymentModeOptions() as $paymentModeOption) {
|
197 |
+
$paymentMode = $paymentModeOption->getPaymentMode();
|
198 |
+
if ($paymentMode->isAvista()) {
|
199 |
+
?>
|
200 |
+
<p><input type="radio" name="" id="<?php echo $paymentType->getValue(); ?>_<?php echo $paymentMode->getCodigo(); ?>" value="<?php echo $paymentType->getValue() . '_' . $paymentMode->getCodigo(); ?>" class="review" style="display: none;" /></p>
|
201 |
+
<?php
|
202 |
+
if ($paymentModeOption->hasDescontaAvista()) {
|
203 |
+
?><p><?php echo $this->__('txt.astDescontoDe') . $paymentModeOption->getDescontoAvista() . $this->__('txt.perc') ?></p>
|
204 |
+
<span style="display: none;" class="ipgpagsegurodireto_desconto_<?php echo $paymentType->getValue(); ?>_<?php echo $paymentMode->getCodigo(); ?>"><?php echo Mage::helper('core')->currency($paymentModeOption->getTotalDesconto()); ?></span>
|
205 |
+
<span style="display: none;" class="ipgpagsegurodireto_totalcomdesconto_<?php echo $paymentType->getValue(); ?>_<?php echo $paymentMode->getCodigo(); ?>"><?php echo Mage::helper('core')->currency($paymentModeOption->getParcelAmount()); ?></span>
|
206 |
+
<?php
|
207 |
+
} else {
|
208 |
+
?>
|
209 |
+
<span style="display: none;" class="ipgpagsegurodireto_desconto_<?php echo $paymentType->getValue(); ?>_<?php echo $paymentMode->getCodigo(); ?>"><?php echo Mage::helper('core')->currency(0); ?></span>
|
210 |
+
<?php
|
211 |
+
}
|
212 |
+
}
|
213 |
+
}
|
214 |
+
?>
|
215 |
+
</div>
|
216 |
+
<div class="ipagare-alert"><p><?php echo $this->__('txt.msgInformacaoDebito'); ?></p></div>
|
217 |
+
</div>
|
218 |
+
<?php
|
219 |
+
}
|
220 |
+
}
|
221 |
+
}
|
222 |
+
|
223 |
+
if ($this->hasBoleto()) {
|
224 |
+
?>
|
225 |
+
<p class="titulo"><?php echo $this->__('txt.msgTituloMetodoPagamentoBoleto'); ?></p>
|
226 |
+
<?php
|
227 |
+
foreach ($paymentTypeOptions->getOptions() as $paymentTypeOption) {
|
228 |
+
$paymentType = $paymentTypeOption->getPaymentType();
|
229 |
+
if ($paymentType->isBoleto()) {
|
230 |
+
?>
|
231 |
+
<span class="img-container-pagsegurodireto bnd-<?php echo $paymentType->getValue(); ?>" id="sp_<?php echo $paymentType->getValue(); ?>" brand="<?php echo $paymentType->getBandeira(); ?>" paymentType="boleto">
|
232 |
+
<?php $urlImage = $imagePath . $paymentType->getValue() . '/1x.gif'; ?>
|
233 |
+
<img class="imgMP" nid="<?php echo $paymentType->getValue(); ?>" src="<?php echo $urlImage; ?>" title="<?php echo $paymentType->getNome(); ?>" />
|
234 |
+
</span>
|
235 |
+
<?php
|
236 |
+
}
|
237 |
+
}
|
238 |
+
// monta as opcoes
|
239 |
+
foreach ($paymentTypeOptions->getOptions() as $paymentTypeOption) {
|
240 |
+
$paymentType = $paymentTypeOption->getPaymentType();
|
241 |
+
if ($paymentType->isBoleto()) {
|
242 |
+
?>
|
243 |
+
<div class="divPagForm" style="display: none;">
|
244 |
+
<div class="ipagare-parcelas">
|
245 |
+
<?php
|
246 |
+
foreach ($paymentTypeOption->getPaymentModeOptions() as $paymentModeOption) {
|
247 |
+
$paymentMode = $paymentModeOption->getPaymentMode();
|
248 |
+
if ($paymentMode->isAvista()) {
|
249 |
+
?>
|
250 |
+
<p><input type="radio" name="" id="<?php echo $paymentType->getValue(); ?>_<?php echo $paymentMode->getCodigo(); ?>" value="<?php echo $paymentType->getValue() . '_' . $paymentMode->getCodigo(); ?>" class="review" style="display: none;" /></p>
|
251 |
+
<?php
|
252 |
+
if ($paymentModeOption->hasDescontaAvista()) {
|
253 |
+
?><p><?php echo $this->__('txt.astDescontoDe') . $paymentModeOption->getDescontoAvista() . $this->__('txt.perc'); ?></p>
|
254 |
+
<span style="display: none;" class="ipgpagsegurodireto_desconto_<?php echo $paymentType->getValue(); ?>_<?php echo $paymentMode->getCodigo(); ?>"><?php echo Mage::helper('core')->currency($paymentModeOption->getTotalDesconto()); ?></span>
|
255 |
+
<span style="display: none;" class="ipgpagsegurodireto_totalcomdesconto_<?php echo $paymentType->getValue(); ?>_<?php echo $paymentMode->getCodigo(); ?>"><?php echo Mage::helper('core')->currency($paymentModeOption->getParcelAmount()); ?></span>
|
256 |
+
<?php
|
257 |
+
} else {
|
258 |
+
?>
|
259 |
+
<span style="display: none;" class="ipgpagsegurodireto_desconto_<?php echo $paymentType->getValue(); ?>_<?php echo $paymentMode->getCodigo(); ?>"><?php echo Mage::helper('core')->currency(0); ?></span>
|
260 |
+
<?php
|
261 |
+
}
|
262 |
+
}
|
263 |
+
}
|
264 |
+
?>
|
265 |
+
</div>
|
266 |
+
</div>
|
267 |
+
<?php
|
268 |
+
}
|
269 |
+
}
|
270 |
+
}
|
271 |
+
?>
|
272 |
+
<?php // não remova o input payment[selected], é ele quem valida a obrigatoriedade de meios de pagamento ?>
|
273 |
+
<input type="hidden" name="payment[selected][<?php echo $this->getMethodCode(); ?>]" data-method="<?php echo $this->getMethodCode(); ?>" class="validate-one-payment-brand" />
|
274 |
+
<p class="msg-pagseguro"><span><?php echo $this->__('txt.msgPagamentoPagSeguro'); ?></span></p>
|
275 |
+
</li>
|
276 |
+
</ul>
|
277 |
+
</fieldset>
|
278 |
+
</div>
|
279 |
+
|
280 |
+
<?php Mage::getSingleton('core/session')->setOrderId(null); ?>
|
281 |
+
|
282 |
+
<script type="text/javascript">
|
283 |
+
//<![CDATA[
|
284 |
+
Object.extend(Prototype.Browser, {
|
285 |
+
ie6: (/MSIE (\d+\.\d+);/.test(navigator.userAgent)) ? (Number(RegExp.$1) == 6 ? true : false) : false,
|
286 |
+
ie7: (/MSIE (\d+\.\d+);/.test(navigator.userAgent)) ? (Number(RegExp.$1) == 7 ? true : false) : false,
|
287 |
+
ie8: (/MSIE (\d+\.\d+);/.test(navigator.userAgent)) ? (Number(RegExp.$1) == 8 ? true : false) : false,
|
288 |
+
ie9: (/MSIE (\d+\.\d+);/.test(navigator.userAgent)) ? (Number(RegExp.$1) == 9 ? true : false) : false,
|
289 |
+
ie10: (/MSIE (\d+\.\d+);/.test(navigator.userAgent)) ? (Number(RegExp.$1) == 10 ? true : false) : false
|
290 |
+
});
|
291 |
+
|
292 |
+
function IpagarePagSeguroDirectoPaymentType(code, discount, amount) {
|
293 |
+
this.code = code;
|
294 |
+
this.discount = discount;
|
295 |
+
this.amount = amount;
|
296 |
+
}
|
297 |
+
|
298 |
+
Validation.add('pagseguro-card-dob', Translator.translate('Data de nascimento DEVE ser ANTERIOR a data atual.'), function(v) {
|
299 |
+
var parts = v.split("/");
|
300 |
+
var birthDate = new Date(parseInt(parts[2]), parseInt(parts[1]) - 1, parseInt(parts[0]));
|
301 |
+
var today = new Date();
|
302 |
+
|
303 |
+
if (birthDate > today) {
|
304 |
+
return false;
|
305 |
+
}
|
306 |
+
|
307 |
+
return true;
|
308 |
+
});
|
309 |
+
|
310 |
+
var IpgPagSeguroDiretoPaymentMode = new function() {
|
311 |
+
this.getCodigo = function(interestFree, quantity) {
|
312 |
+
if (interestFree) {
|
313 |
+
this.codigo = 'A'.concat(quantity < 10 ? '0'.concat(quantity) : quantity);
|
314 |
+
} else {
|
315 |
+
this.codigo = 'B'.concat(quantity < 10 ? '0'.concat(quantity) : quantity);
|
316 |
+
}
|
317 |
+
|
318 |
+
return this.codigo;
|
319 |
+
};
|
320 |
+
};
|
321 |
+
|
322 |
+
var IpagarePagSeguroDirectoDiscount = [];
|
323 |
+
|
324 |
+
var IpagarePagSeguroDiretoPayment = new function(grandTotal, imagePath) {
|
325 |
+
this.grandTotal = grandTotal;
|
326 |
+
this.imagePath = imagePath;
|
327 |
+
|
328 |
+
this.bindPreValidationsMethods = function() {
|
329 |
+
IpagarePagSeguroDiretoPayment.addBeforeValidateFunction();
|
330 |
+
};
|
331 |
+
|
332 |
+
this.addBeforeValidateFunction = function() {
|
333 |
+
if (typeof payment.addBeforeValidateFunction === 'function') {
|
334 |
+
payment.addBeforeValidateFunction('ipgpagsegurodireto', function() {
|
335 |
+
return IpagarePagSeguroDiretoPayment.getSenderHash();
|
336 |
+
});
|
337 |
+
}
|
338 |
+
};
|
339 |
+
|
340 |
+
this.setSessionId = function() {
|
341 |
+
PagSeguroDirectPayment.setSessionId($('ipg_pagsegurodireto_session_id').value);
|
342 |
+
};
|
343 |
+
|
344 |
+
this.getSenderHash = function() {
|
345 |
+
var isIpgPagSeguro = false;
|
346 |
+
$$('[name="payment[method]"]').each(function(element) {
|
347 |
+
if (element.readAttribute('id') == 'p_method_ipgpagsegurodireto') {
|
348 |
+
if (element.checked) {
|
349 |
+
isIpgPagSeguro = true;
|
350 |
+
}
|
351 |
+
}
|
352 |
+
});
|
353 |
+
|
354 |
+
if (!isIpgPagSeguro) {
|
355 |
+
return true;
|
356 |
+
}
|
357 |
+
|
358 |
+
var hash = PagSeguroDirectPayment.getSenderHash();
|
359 |
+
if (hash != undefined && hash != '') {
|
360 |
+
$('ipg_pagsegurodireto_sender_hash').value = hash;
|
361 |
+
|
362 |
+
var selectedBrand = $$('span.img-container-pagsegurodireto.select');
|
363 |
+
var paymentType = selectedBrand.invoke('readAttribute', 'paymentType')[0];
|
364 |
+
if (paymentType != 'cc') {
|
365 |
+
return true;
|
366 |
+
}
|
367 |
+
|
368 |
+
function createCardToken() {
|
369 |
+
PagSeguroDirectPayment.createCardToken({
|
370 |
+
cardNumber: $('ipgpagsegurodireto_numero_cartao').value,
|
371 |
+
brand: selectedBrand.invoke('readAttribute', 'brand')[0],
|
372 |
+
cvv: $('ipgpagsegurodireto_codigo_seguranca_cartao').value,
|
373 |
+
expirationMonth: $('ipgpagsegurodireto_mes_validade_cartao').value,
|
374 |
+
expirationYear: '20'.concat($('ipgpagsegurodireto_ano_validade_cartao').value),
|
375 |
+
success: function(response) {
|
376 |
+
$('ipg_pagsegurodireto_credit_card_token').value = response.card.token;
|
377 |
+
|
378 |
+
function canGoNextStep() {
|
379 |
+
var option = $('ipgpagseguro_parcelas').select('option:selected');
|
380 |
+
var installmentQuantity = option.invoke('readAttribute', 'installmentQuantity');
|
381 |
+
var installmentValue = option.invoke('readAttribute', 'installmentValue');
|
382 |
+
|
383 |
+
$('ipg_pagsegurodireto_installment_quantity').value = installmentQuantity;
|
384 |
+
$('ipg_pagsegurodireto_installment_value').value = installmentValue;
|
385 |
+
}
|
386 |
+
|
387 |
+
canGoNextStep();
|
388 |
+
},
|
389 |
+
error: function(response) {
|
390 |
+
//console.log(response);
|
391 |
+
},
|
392 |
+
complete: function(response) {
|
393 |
+
//console.log(response);
|
394 |
+
}
|
395 |
+
});
|
396 |
+
}
|
397 |
+
|
398 |
+
createCardToken();
|
399 |
+
}
|
400 |
+
};
|
401 |
+
|
402 |
+
this.getInstallments = function(nid, brand) {
|
403 |
+
PagSeguroDirectPayment.getInstallments({
|
404 |
+
amount: this.grandTotal,
|
405 |
+
brand: brand,
|
406 |
+
success: function(response) {
|
407 |
+
if (response.error) {
|
408 |
+
alert(response.error);
|
409 |
+
}
|
410 |
+
$('ipgpagseguro_parcelas').select('option=[value != ""]').invoke('remove');
|
411 |
+
var installments = eval('response.installments.' + brand);
|
412 |
+
installments.each(function(i) {
|
413 |
+
var text = null;
|
414 |
+
var installmentAmount = null;
|
415 |
+
var installmentValue = null;
|
416 |
+
var discount = '';
|
417 |
+
|
418 |
+
if (i.quantity === 1) {
|
419 |
+
var paymentType = IpagarePagSeguroDirectoDiscount[nid];
|
420 |
+
if (paymentType != undefined && paymentType != '') {
|
421 |
+
installmentValue = paymentType.amount;
|
422 |
+
discount = (paymentType.discount > 0 ? ' (desconto de ' + paymentType.discount + '%)' : '');
|
423 |
+
} else {
|
424 |
+
installmentValue = i.installmentAmount;
|
425 |
+
}
|
426 |
+
installmentAmount = Moeda.format(i.installmentAmount, 2);
|
427 |
+
text = 'R$ '.concat(installmentAmount.toString()).concat(' à vista').concat(discount);
|
428 |
+
} else {
|
429 |
+
installmentAmount = Moeda.format(i.installmentAmount, 2);
|
430 |
+
installmentValue = i.installmentAmount;
|
431 |
+
text = i.quantity + 'x de R$ '.concat(installmentAmount).concat(i.interestFree ? ' s/ juros' : ' c/ juros');
|
432 |
+
}
|
433 |
+
|
434 |
+
var value = nid + '_' + IpgPagSeguroDiretoPaymentMode.getCodigo(i.interestFree, i.quantity);
|
435 |
+
var option = new Element('option', {'value': value, 'installmentQuantity': i.quantity, 'installmentValue': installmentValue.toFixed(2)}).update(text);
|
436 |
+
$('ipgpagseguro_parcelas').insert(option);
|
437 |
+
});
|
438 |
+
|
439 |
+
var img = $$('span.img-container-pagsegurodireto.select img')[0];
|
440 |
+
img.writeAttribute('src', IpagarePagSeguroDiretoPayment.imagePath + img.readAttribute('nid') + '/' + installments.length + 'x.gif');
|
441 |
+
},
|
442 |
+
error: function(response) {
|
443 |
+
|
444 |
+
},
|
445 |
+
complete: function(response) {
|
446 |
+
|
447 |
+
}
|
448 |
+
});
|
449 |
+
|
450 |
+
IpagarePagSeguroDiretoPayment.bindPreValidationsMethods();
|
451 |
+
};
|
452 |
+
};
|
453 |
+
|
454 |
+
ipagare.validatePayment = function() {
|
455 |
+
};
|
456 |
+
|
457 |
+
ipagare.preparePaymentPagSeguroDireto = function() {
|
458 |
+
$$('#checkout-payment-method-load select').invoke('enable');
|
459 |
+
$$('#checkout-payment-method-load input').invoke('enable');
|
460 |
+
$$('.sp-methods input').invoke('enable');
|
461 |
+
$$('.payment-methods dd').invoke('setStyle', {
|
462 |
+
padding: '0 0 0 0'
|
463 |
+
});
|
464 |
+
$$('.img-container-pagsegurodireto').invoke('observe', 'mouseover', function() {
|
465 |
+
this.addClassName('hot');
|
466 |
+
});
|
467 |
+
$$('.img-container-pagsegurodireto').invoke('observe', 'mouseout', function() {
|
468 |
+
this.removeClassName('hot');
|
469 |
+
});
|
470 |
+
$$('.img-container-pagsegurodireto').invoke('observe', 'click', function() {
|
471 |
+
IpagarePagSeguroDiretoPayment.getSenderHash();
|
472 |
+
|
473 |
+
$$('#payment_form_ipgpagsegurodireto select').each(function(evt) {
|
474 |
+
$(evt).down().selected = true;
|
475 |
+
});
|
476 |
+
$$('.img-container-pagsegurodireto').invoke('removeClassName', 'select');
|
477 |
+
this.addClassName('select');
|
478 |
+
|
479 |
+
var paymentType = this.readAttribute('paymentType');
|
480 |
+
if (paymentType == 'cc') {
|
481 |
+
IpagarePagSeguroDiretoPayment.getInstallments(this.down().readAttribute('nid'), this.readAttribute('brand'));
|
482 |
+
}
|
483 |
+
|
484 |
+
$$('div.divPagForm').invoke('hide');
|
485 |
+
this.next('div.divPagForm').show();
|
486 |
+
|
487 |
+
$$('.ipagare input[type=radio]').each(function(element) {
|
488 |
+
element.setAttribute('name', '');
|
489 |
+
});
|
490 |
+
|
491 |
+
$$('.ipagare .ipagare-parcelas select').each(function(element) {
|
492 |
+
element.setAttribute('name', '');
|
493 |
+
});
|
494 |
+
|
495 |
+
if (paymentType == 'etf') {
|
496 |
+
var radio = this.next('div.divPagForm.' + this.id).down('input[type=radio]', 0);
|
497 |
+
radio.setAttribute("name", "payment[type]");
|
498 |
+
radio.click();
|
499 |
+
} else {
|
500 |
+
var radio = this.next('div.divPagForm').down('input[type=radio]', 0);
|
501 |
+
radio.setAttribute("name", "payment[type]");
|
502 |
+
radio.click();
|
503 |
+
}
|
504 |
+
|
505 |
+
if (Prototype.Browser.IE) {
|
506 |
+
$$('#' + ipgValidatorIpgPagSeguroDiretoInst.paymentMethod + ' .divPagForm input.month').each(function(element) {
|
507 |
+
element.value = 'MM';
|
508 |
+
});
|
509 |
+
$$('#' + ipgValidatorIpgPagSeguroDiretoInst.paymentMethod + ' .divPagForm input.year').each(function(element) {
|
510 |
+
element.value = 'AA';
|
511 |
+
});
|
512 |
+
}
|
513 |
+
|
514 |
+
if (!isUrlTelevendas) {
|
515 |
+
if (isInCvmPayment) {
|
516 |
+
payment.update();
|
517 |
+
}
|
518 |
+
} else {
|
519 |
+
ipagare.review();
|
520 |
+
}
|
521 |
+
});
|
522 |
+
$$('#' + ipgValidatorIpgPagSeguroDiretoInst.paymentMethod + ' input.number-only').each(function(element) {
|
523 |
+
Element.observe(element, 'keyup', function() {
|
524 |
+
ipgValidatorIpgPagSeguroDiretoInst.numeric(element);
|
525 |
+
});
|
526 |
+
});
|
527 |
+
$$('#' + ipgValidatorIpgPagSeguroDiretoInst.paymentMethod + ' input.alpha-upper-only').each(function(element) {
|
528 |
+
Element.observe(element, 'keyup', function() {
|
529 |
+
ipgValidatorIpgPagSeguroDiretoInst.upper(element);
|
530 |
+
});
|
531 |
+
});
|
532 |
+
|
533 |
+
$$('#payment_form_ipgpagsegurodireto .divPagForm select.review').invoke('observe', 'change', function() {
|
534 |
+
if (!isUrlTelevendas) {
|
535 |
+
// payment type
|
536 |
+
var option = $('ipgpagseguro_parcelas').select('option:selected');
|
537 |
+
var radio = $('divPagForm-cc').down('input[type=radio]', 0);
|
538 |
+
radio.setAttribute("name", "payment[type]");
|
539 |
+
radio.setAttribute("value", option.invoke('readAttribute', 'value'));
|
540 |
+
radio.click();
|
541 |
+
|
542 |
+
if (isInCvmPayment) {
|
543 |
+
payment.update();
|
544 |
+
}
|
545 |
+
} else {
|
546 |
+
ipagare.review();
|
547 |
+
}
|
548 |
+
});
|
549 |
+
$$('#checkout-payment-method-load input#p_method_' + ipgValidatorIpgPagSeguroDiretoInst.paymentMethod).invoke('observe', 'click', function() {
|
550 |
+
$$('.ipagare input[type=radio]').each(function(element) {
|
551 |
+
element.setAttribute('name', '');
|
552 |
+
});
|
553 |
+
$$('.ipagare .ipagare-parcelas select').each(function(element) {
|
554 |
+
element.setAttribute('name', '');
|
555 |
+
});
|
556 |
+
});
|
557 |
+
};
|
558 |
+
var IpgPagSeguroDiretoToggleToolTipBinCard = Class.create({
|
559 |
+
initialize: function() {
|
560 |
+
this.tip = $('ipgpagsegurodireto-cc-payment-bin-card-tool-tip');
|
561 |
+
},
|
562 |
+
insert: function(event) {
|
563 |
+
if (this.tip) {
|
564 |
+
this.tip.setStyle({
|
565 |
+
left: (Event.pointerX(event) - 100) + 'px',
|
566 |
+
top: (Event.pointerY(event) - 300) + 'px'
|
567 |
+
});
|
568 |
+
this.tip.toggle();
|
569 |
+
}
|
570 |
+
Event.stop(event);
|
571 |
+
}
|
572 |
+
});
|
573 |
+
|
574 |
+
var IpgPagSeguroDiretoMask = Class.create();
|
575 |
+
IpgPagSeguroDiretoMask.prototype = {
|
576 |
+
initialize: function() {
|
577 |
+
|
578 |
+
},
|
579 |
+
canApplayMask: function() {
|
580 |
+
if (Prototype.Browser.ie9 || Prototype.Browser.ie10) {
|
581 |
+
if (parseFloat(Prototype.Version.substring(0, 3)) < 1.7) {
|
582 |
+
return false;
|
583 |
+
}
|
584 |
+
}
|
585 |
+
return true;
|
586 |
+
},
|
587 |
+
areaCode: function(selector) {
|
588 |
+
if (this.canApplayMask()) {
|
589 |
+
var maskedInputFone = new MaskedInput(selector);
|
590 |
+
maskedInputFone.unmask();
|
591 |
+
maskedInputFone.mask('(99)');
|
592 |
+
}
|
593 |
+
},
|
594 |
+
telephone: function(selector, input) {
|
595 |
+
if (this.canApplayMask()) {
|
596 |
+
var element = new MaskedInput(selector);
|
597 |
+
element.unmask();
|
598 |
+
|
599 |
+
var phone = input.getValue().replace(/\D/g, '');
|
600 |
+
if (phone && phone.length > 10) {
|
601 |
+
element.mask("99999-999?9");
|
602 |
+
} else {
|
603 |
+
element.mask("9999-9999?9");
|
604 |
+
}
|
605 |
+
}
|
606 |
+
},
|
607 |
+
cpf: function(selector) {
|
608 |
+
if (this.canApplayMask()) {
|
609 |
+
var maskedInputCpf = new MaskedInput(selector);
|
610 |
+
maskedInputCpf.unmask();
|
611 |
+
maskedInputCpf.mask('999.999.999-99');
|
612 |
+
}
|
613 |
+
},
|
614 |
+
cnpj: function(selector) {
|
615 |
+
if (this.canApplayMask()) {
|
616 |
+
var maskedInputCnpj = new MaskedInput(selector);
|
617 |
+
maskedInputCnpj.unmask();
|
618 |
+
maskedInputCnpj.mask('99.999.999/9999-99');
|
619 |
+
}
|
620 |
+
},
|
621 |
+
dob: function(selector) {
|
622 |
+
if (this.canApplayMask()) {
|
623 |
+
var maskedInputDay = new MaskedInput(selector);
|
624 |
+
maskedInputDay.unmask();
|
625 |
+
maskedInputDay.mask('99/99/9999');
|
626 |
+
}
|
627 |
+
}
|
628 |
+
};
|
629 |
+
var ipgPagSeguroDiretoMaskInst = new IpgPagSeguroDiretoMask();
|
630 |
+
|
631 |
+
|
632 |
+
var CODE_PAYMENT_METHOD = "<?php echo $code ?>";
|
633 |
+
var idPaymentPagDigital = "<?php echo 'p_method_' . $code; ?>";
|
634 |
+
|
635 |
+
var setupIpgPagSeguroDiretoValidator = {'paymentMethod': "<?php echo $code ?>"};
|
636 |
+
var ipgValidatorIpgPagSeguroDiretoInst = new IpgValidator(setupIpgPagSeguroDiretoValidator);
|
637 |
+
|
638 |
+
ipagare.preparePaymentPagSeguroDireto();
|
639 |
+
//payment.addBeforeValidateFunction("ipgpagsegurodireto", ipagare.validatePayment);
|
640 |
+
|
641 |
+
var ipgPagSeguroDiretoToggleToolTipInst = new IpgPagSeguroDiretoToggleToolTipBinCard("<?php echo $code ?>");
|
642 |
+
|
643 |
+
var isUrlTelevendas = "<?php echo $isInTelevendasPayment ? true : false; ?>";
|
644 |
+
var isInCvmPayment = "<?php echo $isInCvmPayment ? true : false; ?>";
|
645 |
+
var isInOpcPayment = "<?php echo $isInOpcPayment ? true : false; ?>";
|
646 |
+
|
647 |
+
$$('div.ipagare ul#payment_form_ipgpagsegurodireto div.cvv-o-que-e-isso a').each(function(element) {
|
648 |
+
Element.observe(element, 'mouseover', function(e) {
|
649 |
+
ipgPagSeguroDiretoToggleToolTipInst.insert(e);
|
650 |
+
});
|
651 |
+
Element.observe(element, 'mouseout', function(e) {
|
652 |
+
ipgPagSeguroDiretoToggleToolTipInst.insert(e);
|
653 |
+
});
|
654 |
+
});
|
655 |
+
|
656 |
+
var ipgToggleToolTipBinCardInst = new IpgPagSeguroDiretoToggleToolTipBinCard();
|
657 |
+
|
658 |
+
$$('div.ipagare ul#payment_form_ipgpagsegurodireto div.bin-como-funciona a').each(function(element) {
|
659 |
+
Element.observe(element, 'mouseover', function(e) {
|
660 |
+
//ipgToggleToolTipBinCardInst.insert(e);
|
661 |
+
});
|
662 |
+
Element.observe(element, 'mouseout', function(e) {
|
663 |
+
//ipgToggleToolTipBinCardInst.insert(e);
|
664 |
+
});
|
665 |
+
});
|
666 |
+
|
667 |
+
// mascaras
|
668 |
+
ipgPagSeguroDiretoMaskInst.areaCode('#payment_form_ipgpagsegurodireto div.titular-cartao input.areacode');
|
669 |
+
ipgPagSeguroDiretoMaskInst.dob('#payment_form_ipgpagsegurodireto div.titular-cartao input.dob');
|
670 |
+
ipgPagSeguroDiretoMaskInst.cpf('#payment_form_ipgpagsegurodireto div.titular-cartao input.cpf');
|
671 |
+
|
672 |
+
$('ipgpagsegurodireto_fonenumber_titular_cartao').observe('blur', function() {
|
673 |
+
ipgPagSeguroDiretoMaskInst.telephone('#payment_form_ipgpagsegurodireto div.titular-cartao input.fonenumber', this);
|
674 |
+
}).triggerEvent('blur');
|
675 |
+
<?php
|
676 |
+
foreach ($paymentTypeOptions->getOptions() as $paymentTypeOption) {
|
677 |
+
$paymentType = $paymentTypeOption->getPaymentType();
|
678 |
+
foreach ($paymentTypeOption->getPaymentModeOptions() as $paymentModeOption) {
|
679 |
+
$paymentMode = $paymentModeOption->getPaymentMode();
|
680 |
+
if ($paymentMode->isAvista()) {
|
681 |
+
if ($paymentModeOption->hasDescontaAvista()) {
|
682 |
+
?>
|
683 |
+
IpagarePagSeguroDirectoDiscount["<?php echo $paymentType->getValue() ?>"] = new IpagarePagSeguroDirectoPaymentType("<?php echo $paymentType->getValue() ?>", <?php echo $paymentModeOption->getDescontoAvista(); ?>, <?php echo $paymentModeOption->getParcelAmount(); ?>);
|
684 |
+
<?php
|
685 |
+
}
|
686 |
+
}
|
687 |
+
}
|
688 |
+
}
|
689 |
+
?>
|
690 |
+
IpagarePagSeguroDiretoPayment.grandTotal = <?php echo $grandTotal ?>;
|
691 |
+
IpagarePagSeguroDiretoPayment.imagePath = '<?php echo $imagePath ?>';
|
692 |
+
|
693 |
+
IpagarePagSeguroDiretoPayment.setSessionId();
|
694 |
+
|
695 |
+
if (isInCvmPayment) {
|
696 |
+
|
697 |
+
}
|
698 |
+
if (isInOpcPayment) {
|
699 |
+
|
700 |
+
}
|
701 |
+
//]]>
|
702 |
+
</script>
|
app/design/frontend/base/default/template/ipagare/ipgpagsegurodireto/payment/info/default.phtml
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<link rel="stylesheet" href="<?php echo $this->getSkinUrl('pagsegurodireto/css/styles.css') ?>" type="text/css" />
|
2 |
+
<p><?php echo $this->htmlEscape($this->getMethod()->getTitle()) ?></p>
|
3 |
+
<?php if ($_specificInfo = $this->getSpecificInformation()): ?>
|
4 |
+
<table class="form-list" cellspacing="0">
|
5 |
+
<tbody>
|
6 |
+
<?php foreach ($_specificInfo as $_label => $_value):
|
7 |
+
if($_label == 'Mensagem') {
|
8 |
+
} else {?>
|
9 |
+
<tr>
|
10 |
+
<td class="value"><?php echo nl2br(implode($this->getValueAsArray($_value, false), "\n")) ?></td>
|
11 |
+
</tr>
|
12 |
+
<?php } endforeach; ?>
|
13 |
+
</tbody>
|
14 |
+
</table>
|
15 |
+
<?php endif;
|
16 |
+
|
17 |
+
echo $this->getChildHtml();
|
app/design/frontend/base/default/template/ipagare/ipgpagsegurodireto/payment/transferencia/index.phtml
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php $parameters = $this->getParameters(); ?>
|
2 |
+
|
3 |
+
<link rel="stylesheet" href="<?php echo $this->getSkinUrl('ipgpagsegurodireto/css/styles.css') ?>" type="text/css" />
|
4 |
+
<script type="text/javascript">
|
5 |
+
//<![CDATA[
|
6 |
+
var URL_PAYMENT = "<?php echo $parameters->getPaymentLink(); ?>";
|
7 |
+
var URL_VERIFY = "<?php echo Mage::getUrl("ipgpagsegurodireto/notification/retorno", array('order_id' => $parameters->getReference())); ?>";
|
8 |
+
//]]>
|
9 |
+
</script>
|
10 |
+
<div id="ipagare" class="banco">
|
11 |
+
<h1><?php echo $this->__('Seu pagamento será iniciado...') ?></h1>
|
12 |
+
<ol>
|
13 |
+
<li><?php echo $this->__('txt.msgTelaDebito1') ?></li>
|
14 |
+
<li><?php echo $this->__('txt.msgTelaDebito2') ?></li>
|
15 |
+
<li><?php echo $this->__('txt.msgTelaDebito3') ?></li>
|
16 |
+
</ol>
|
17 |
+
<p class="desc">
|
18 |
+
<?php echo $this->__('txt.msgTelaDebito4') ?><br/>
|
19 |
+
<?php echo $this->__('txt.msgTelaDebito5') ?>
|
20 |
+
</p>
|
21 |
+
|
22 |
+
<div id="ipagare" class="pagseguro-direto-frame">
|
23 |
+
<p class="btn"><a href="javascript:void(0);" onclick="javascript:ipagare.openPopup();" title="<?php echo $this->__('txt.abrirPagBanco') ?>"><?php echo $this->__('txt.abrirPagBanco') ?></a></p>
|
24 |
+
</div>
|
25 |
+
</div>
|
app/locale/pt_BR/template/email/sales/ipg_boleto.html
ADDED
@@ -0,0 +1,108 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!--@subject {{var store.getFrontendName()}}: Boleto vencendo para pedido # {{var order.increment_id}} @-->
|
2 |
+
<!--@vars
|
3 |
+
{"store url=\"\"":"Store Url",
|
4 |
+
"skin url=\"images/logo_email.gif\" _area='frontend'":"Email Logo Image",
|
5 |
+
"htmlescape var=$order.getCustomerName()":"Customer Name",
|
6 |
+
"var store.getFrontendName()":"Store Name",
|
7 |
+
"store url=\"customer/account/\"":"Customer Account Url",
|
8 |
+
"var order.increment_id":"Order Id",
|
9 |
+
"var order.getCreatedAtFormated('long')":"Order Created At (datetime)",
|
10 |
+
"var order.getBillingAddress().format('html')":"Billing Address",
|
11 |
+
"var payment_html":"Payment Details",
|
12 |
+
"var order.getShippingAddress().format('html')":"Shipping Address",
|
13 |
+
"var order.getShippingDescription()":"Shipping Description",
|
14 |
+
"layout handle=\"sales_email_order_items\" order=$order":"Order Items Grid",
|
15 |
+
"var order.getEmailCustomerNote()":"Email Order Note"}
|
16 |
+
@-->
|
17 |
+
<!--@styles
|
18 |
+
body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
|
19 |
+
@-->
|
20 |
+
|
21 |
+
<body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
|
22 |
+
<div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
|
23 |
+
<table cellspacing="0" cellpadding="0" border="0" width="100%">
|
24 |
+
<tr>
|
25 |
+
<td align="center" valign="top" style="padding:20px 0 20px 0">
|
26 |
+
<table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
|
27 |
+
<!-- [ header starts here] -->
|
28 |
+
<tr>
|
29 |
+
<td valign="top"><a href="{{store url=""}}"><img src="{{skin url="images/logo_email.gif" _area='frontend'}}" alt="{{var store.getFrontendName()}}" style="margin-bottom:10px;" border="0"/></a></td>
|
30 |
+
</tr>
|
31 |
+
<!-- [ middle starts here] -->
|
32 |
+
<tr>
|
33 |
+
<td valign="top">
|
34 |
+
<h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">Olá, {{htmlescape var=$order.getCustomerName()}}</h1>
|
35 |
+
<br/>
|
36 |
+
<p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">Verificamos que você tem um boleto emitido que ainda não foi pago para o pedido {{var order.increment_id}}.<br/>Por favor, clique no botão "Imprimir boleto" e realize o pagamento.</p>
|
37 |
+
<p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">Caso já tenha efetuado o pagamento, por favor, desconsidere esse e-mail e verifique o andamento do seu pedido <a href="{{store url='customer/account'}}" style="color:#1E7EC8;">Logando em sua conta</a>.</p>
|
38 |
+
</tr>
|
39 |
+
<tr>
|
40 |
+
<td>
|
41 |
+
<h2 style="font-size:18px; font-weight:normal; margin:0;">Your Order #{{var order.increment_id}} <small>(feito em {{var order.getCreatedAtFormated('long')}})</small></h2>
|
42 |
+
</td>
|
43 |
+
</tr>
|
44 |
+
<tr>
|
45 |
+
<td>
|
46 |
+
<table cellspacing="0" cellpadding="0" border="0" width="650">
|
47 |
+
<thead>
|
48 |
+
<tr>
|
49 |
+
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Informações de Cobrança:</th>
|
50 |
+
<th width="10"></th>
|
51 |
+
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Formas de Pagamento:</th>
|
52 |
+
</tr>
|
53 |
+
</thead>
|
54 |
+
<tbody>
|
55 |
+
<tr>
|
56 |
+
<td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
|
57 |
+
{{var order.getBillingAddress().format('html')}}
|
58 |
+
</td>
|
59 |
+
<td> </td>
|
60 |
+
<td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
|
61 |
+
<br/>
|
62 |
+
<a href="{{var url_boleto}}"><img src="{{var path_img_boleto}}" alt="Imprimir boleto" title="Imprimir boleto" style="margin-bottom:10px;" border="0"/></a>
|
63 |
+
<p>
|
64 |
+
Ao clicar no botão acima você será redirecionado ao ambiente seguro da loja, onde será gerado o boleto novamente.
|
65 |
+
</p>
|
66 |
+
</td>
|
67 |
+
</tr>
|
68 |
+
</tbody>
|
69 |
+
</table>
|
70 |
+
<br/>
|
71 |
+
{{depend order.getIsNotVirtual()}}
|
72 |
+
<table cellspacing="0" cellpadding="0" border="0" width="650">
|
73 |
+
<thead>
|
74 |
+
<tr>
|
75 |
+
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Informações de Entrega:</th>
|
76 |
+
<th width="10"></th>
|
77 |
+
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Método de Envio:</th>
|
78 |
+
</tr>
|
79 |
+
</thead>
|
80 |
+
<tbody>
|
81 |
+
<tr>
|
82 |
+
<td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
|
83 |
+
{{var order.getShippingAddress().format('html')}}
|
84 |
+
|
85 |
+
</td>
|
86 |
+
<td> </td>
|
87 |
+
<td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
|
88 |
+
{{var order.getShippingDescription()}}
|
89 |
+
|
90 |
+
</td>
|
91 |
+
</tr>
|
92 |
+
</tbody>
|
93 |
+
</table>
|
94 |
+
<br/>
|
95 |
+
{{/depend}}
|
96 |
+
{{layout handle="sales_email_order_items" order=$order}}
|
97 |
+
<p style="font-size:12px; margin:0 0 10px 0">{{var order.getEmailCustomerNote()}}</p>
|
98 |
+
</td>
|
99 |
+
</tr>
|
100 |
+
<tr>
|
101 |
+
<td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Obrigado, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
|
102 |
+
</tr>
|
103 |
+
</table>
|
104 |
+
</td>
|
105 |
+
</tr>
|
106 |
+
</table>
|
107 |
+
</div>
|
108 |
+
</body>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>IPG_PagSeguro_Transparente</name>
|
4 |
-
<version>1.1.3</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>GNU General Public License (GPL)</license>
|
7 |
<channel>community</channel>
|
@@ -10,9 +10,9 @@
|
|
10 |
<description>Módulo PagSeguro Transparente para Magento.</description>
|
11 |
<notes>- Pequenas correções;</notes>
|
12 |
<authors><author><name>iPAGARE</name><user>ipagare</user><email>magento@ideatecnologia.com</email></author></authors>
|
13 |
-
<date>2016-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><dir name="ipagare"><file name="ipgbase.xml" hash="811beded4d17f5f1a5d1ab312c7530aa"/><file name="ipgpagsegurodireto.xml" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir></dir></dir></dir></dir></target><target name="magelocale"><dir><dir name="pt_BR"><file name="Ipagare_IpgBase.csv" hash="6f386bf28f0a68c28085bb00dce2ea3b"/><file name="Ipagare_IpgPagSeguroDireto.csv" hash="7fc99c7f40344c20f457e7190b989a58"/></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Ipagare_IpgBase.xml" hash="99054ea890bedfa9e57b72a451023cfe"/><file name="Ipagare_IpgPagSeguroDireto.xml" hash="4e615cb6a2fb3a5a7b0281eaed76f47c"/></dir></target><target name="magelocal"><dir name="Ipagare"><dir name="IpgBase"><dir name="Block"><dir name="Adminhtml"><dir name="Sales"><dir name="Order"><dir name="Invoice"><file name="Totals.php" hash="ce7c4906f42c2af3727666a07db878f8"/></dir><file name="Totals.php" hash="2f2fc2d0fadb9d3d50d939656398ca0d"/></dir></dir><dir name="System"><dir name="Config"><dir name="Fieldset"><file name="Licenca.php" hash="dbaf0d44442f7392f39b36d34e93f682"/></dir><dir name="Form"><dir name="Field"><file name="Date.php" hash="95a37d4a918ee99cdb47b821561704bc"/><file name="NeedHelp.php" hash="fecadbb4a157192d70dcafd44994cd62"/></dir></dir></dir></dir></dir><dir name="Checkout"><dir name="Onepage"><file name="Success.php" hash="de7b3e5583f34787b0850d4e773e31ef"/></dir></dir><dir name="Sales"><dir name="Order"><dir name="Invoice"><file name="Totals.php" hash="a61a9f295567a3c26d40bfaf05520dd2"/></dir><file name="Totals.php" hash="ee0c1dcf451ace956d781f8dcde3f99f"/></dir></dir></dir><file name="Config.php" hash="74d6b400e1681e2f8e698e8f1d62073f"/><file name="ConfiguracoesSystem.php" hash="b7929c9971639e2ecad0627633e9ea03"/><file name="Date.php" hash="b445635367b601f96611895968a664e7"/><dir name="Helper"><file name="Boleto.php" hash="47536864c117dd25d7d32eeccb48bea0"/><file name="Data.php" hash="4d5b24e21f77f55a3c62f38dc3d4799f"/><file name="Date.php" hash="34f78df55b3876d0cdfed44e62c74161"/><file name="LogUtils.php" hash="602693e1a9934eb9cdda8795cc470841"/><file name="Math.php" hash="9c19c8a5953ca6196c27d9e24fc126d3"/><file name="Module.php" hash="ee3f95dd3f1d25879c02a45492d8c0df"/><file name="OneStepCheckout.php" hash="8d3d1937239a4791e03b75023f5e5d27"/><file name="Session.php" hash="6b7d135ff3cbe5375d28c27e192077a9"/><file name="StringUtils.php" hash="6d3c0aa0491b2ede75ab9c1d77769b3e"/><file name="TokenProcessor.php" hash="49d432d805c458d20312baf19e4c1ad7"/><file name="Url.php" hash="98cdbc75e9e34da474dcee0f7aea21ee"/></dir><file name="Logger.php" hash="dc858d5ccdd1e24685a749058ad31a36"/><dir name="Model"><file name="EmailService.php" hash="12b850a75433f530612c010b63766cc9"/><file name="ExpiraPedido.php" hash="9fe34b596ad91efa538e3a64e25c6581"/><file name="HttpResponse.php" hash="bb5ee60c7f81152f59757a69a1956135"/><file name="Observer.php" hash="9f9b1e653a0e8f2ec4bb66318daaf544"/><file name="Session.php" hash="ed8ba7f2e5663d69c0646fa1ae58013a"/><dir name="System"><dir name="Config"><dir name="Source"><file name="Dias.php" hash="6b2da109b02935d8dbf2df4a97b9b03e"/><file name="Horas.php" hash="c80cab52d714cab0e5703e18bd9da5b4"/><file name="Minutos.php" hash="f3e5cb50fcf06cce33b1cffaae13eaa6"/></dir></dir></dir></dir><file name="PaymentDiscount.php" hash="aa373063a1af11ff8adc60ef262199b1"/><dir name="controllers"><dir name="Adminhtml"><file name="ConfigController.php" hash="d290b89972e0b859e2f17cbf2574d99a"/></dir><file name="BoletoController.php" hash="303c86e55eb4f70ffbc2f6a10e762ad9"/><file name="CronController.php" hash="99b2b0a50dddc98ac6f4b797b647c296"/></dir><dir name="etc"><file name="adminhtml.xml" hash="f28b99cd9f53ea06ce186c46408519c5"/><file name="config.xml" hash="b432bc464f23135829cb13b1f91e1bf5"/><file name="system.xml" hash="9108ca94f066f1f670f20b160b94b5c0"/></dir><dir name="sql"><dir name="ipgbase_setup"><file name="mysql4-install-1.0.0.php" hash="9f26fda45b2018bbfdc10af227daf057"/><file name="mysql4-upgrade-1.6.0-1.6.2.php" hash="9f26fda45b2018bbfdc10af227daf057"/><file name="mysql4-upgrade-1.6.1-1.6.2.php" hash="9f26fda45b2018bbfdc10af227daf057"/><file name="oldinstall.php" hash="041662b5c18b851f39b33f43143790e6"/></dir></dir></dir><dir name="IpgPagSeguroDireto"><dir name="Block"><dir name="Checkout"><dir name="Onepage"><file name="Success.php" hash="0274901ba7e9648780b72f710770ae20"/></dir></dir><dir name="Payment"><file name="Info.php" hash="a794e4aac1e13a68822992f5fa96d8d1"/><file name="Transferencia.php" hash="0ed375de2b70b7265fdb91c2682600e9"/></dir><dir name="Standard"><file name="Form.php" hash="e34c6bef87932c77ded10a1868ac6f9d"/></dir></dir><file name="Config.php" hash="655f77bd1631145c4af468f4d3b3450e"/><file name="ConfiguracoesSystem.php" hash="7f59641233af13e04be9f70f24fd7531"/><file name="ErrorMessages.php" hash="6fdb580780b6e80a2461590f6e875a37"/><dir name="Helper"><file name="Data.php" hash="ff061c9c9fd867805ac3b298758a9e80"/><file name="Math.php" hash="fe74fff13008878c27eb348c8a76a9e7"/><file name="Module.php" hash="0e5f994d98f6b3d486334b9001c97095"/><file name="Session.php" hash="80522a0bd1bf95ba3afb28cbd54dd859"/><file name="Validator.php" hash="36f9b40b0dfcea07ae257084dd6f61de"/></dir><file name="Instituicao.php" hash="3c5bb95ed02a0bf7c7653f700d2be3aa"/><dir name="Model"><file name="Credential.php" hash="c87539fd6da21fff2debb615ed461440"/><file name="Discount.php" hash="8a1fcffdb9e02c1522d26b8d45000f7b"/><dir name="Entity"><file name="Erro.php" hash="e300f8d08ac667f822362b2293fe67f0"/><file name="Payment.php" hash="1c790f608f7d76d7363355596588925a"/><file name="Sonda.php" hash="315ccc8e3beecb40b19cb2622c9f1ded"/></dir><file name="ExpiraPedido.php" hash="6d865bafcceaa5c0ccf292e582b03965"/><file name="IpgPagSeguroDireto.php" hash="3c75f285a46bb8943beb175faaa88bcb"/><dir name="Mysql4"><dir name="Entity"><dir name="Erro"><file name="Collection.php" hash="0a4ed47195a3edbcc58216378fdec781"/></dir><file name="Erro.php" hash="01ab9fdfca19f6393a90f54e5170bad7"/><dir name="Payment"><file name="Collection.php" hash="76dd9a7ded3c61d2b9d0c349984b3db9"/></dir><file name="Payment.php" hash="6e2bca7801e4a06b649ce715ac359ef1"/><dir name="Sonda"><file name="Collection.php" hash="127d63e742a6a1dcbd35a26109399116"/></dir><file name="Sonda.php" hash="0c62edf0d0434e53de4b6a55bca5ee5d"/></dir></dir><file name="Notification.php" hash="eb4cd561c36c7982370b954072762660"/><file name="Observer.php" hash="fbbc7cb56b02127a55ab2bb3d17687d6"/><file name="Payment.php" hash="d5f5acc81961d8239f4c8c5bc82b07a5"/><file name="PaymentMath.php" hash="fee02c75fafaba8309499ac7edd778a9"/><file name="PaymentType.php" hash="02febba3065d7532ff904a053381d3b9"/><dir name="Sales"><dir name="Order"><dir name="Invoice"><dir name="Total"><file name="Discount.php" hash="22d8e39d06bed4c3ac621a6f2ffdd00d"/></dir></dir></dir><dir name="Quote"><dir name="Address"><dir name="Total"><file name="Discount.php" hash="a4d70e5400dfbf203f59bead9975065e"/></dir></dir></dir></dir><file name="ShopPayment.php" hash="05ec7f9e9f48e13570657112b8ae28a8"/><file name="Sonda.php" hash="e49b0d7994558a6c4ac3cf0b7c07c7e3"/><dir name="System"><dir name="Config"><dir name="Source"><file name="AllBoletoMethods.php" hash="6f1c8e07736a48f9f67e202ea581a3b7"/><file name="AllCardMethods.php" hash="ba77a82b2670c96b2cba9ad47fb97ea1"/><file name="AllDebitMethods.php" hash="ca292cf215445f6e01d9872439893070"/></dir></dir></dir></dir><file name="PaymentMode.php" hash="f9582422ec99b86ce30a5254d5d23de8"/><file name="PaymentModeOption.php" hash="b29fb665bf32a0ebc3602e02f28fe309"/><file name="PaymentTypeOption.php" hash="404d6025a5c5c239ba0a63931c0dac03"/><file name="PaymentTypeOptions.php" hash="7ecd40b6c73f9c172d21179d94627c20"/><file name="RuntimeException.php" hash="33bdee50173fed6e9afb192e9644bbe1"/><file name="ShopPayment.php" hash="f221c54377abea43bb6edbfaea7cbd53"/><file name="TypePaymentType.php" hash="436b7dc23ea05eddea6d2b820a43fa41"/><dir name="controllers"><file name="NotificationController.php" hash="5a294f3fccf87f763afb898565a5aaa3"/><file name="PaymentController.php" hash="b63f91168797ddb45276b723f67b391b"/></dir><dir name="etc"><file name="adminhtml.xml" hash="f484829cb4a8c7c6fe26cd3c7fcf3c56"/><file name="config.xml" hash="faa7ed470150e0f5c8d7964165131c89"/><file name="system.xml" hash="175ea6b05548b73ed73ce62e2dc8d6ef"/></dir><dir name="sql"><dir name="ipgpagsegurodireto_setup"><file name="mysql4-install-1.0.0.php" hash="948a5325d45c8bbdf71d8845be1e19ac"/></dir></dir></dir></dir></target><target name="mageweb"><dir name="js"><dir name="ipagare"><dir name="ipgbase"><dir name="adminhtml"><file name="index.js" hash="e904def09bc449a238ee8569c3dbdef0"/></dir><dir name="frontend"><file name="front.js" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir></dir><dir name="ipgpagsegurodireto"><dir name="adminhtml"><file name="index.js" hash="d41d8cd98f00b204e9800998ecf8427e"/><dir name="sales"><dir name="order"><file name="view.js" hash="5974b72a0ed7113a714e1e9a7c3fbd1f"/></dir></dir></dir><dir name="frontend"><dir name="payment"><file name="pagseguro.directpayment.js" hash="3906d4e849cef663d2febb49b93bfc56"/><dir name="transferencia"><file name="index.js" hash="b47b4ec4bf75295460aac301684f24d5"/></dir></dir></dir></dir><dir name="lib"><file name="checkout.js" hash="c74d2232f703725abca4d053c774b5f4"/><file name="ipagare.js" hash="57611eb8b2f713c3239e7e5bb22cba4e"/><file name="json2.js" hash="708bbfa8d653ed0729fafed243c882ce"/><dir name="prototype"><file name="maskedinput.js" hash="0d3c58da91a93c62401c5d0a41bba5c6"/></dir></dir></dir></dir></target><target name="magelib"><dir name="Ipagare"><dir name="Log4php"><dir name="Appenders"><file name="LoggerAppenderAdodb.php" hash="b31121293d41f6843ca1c6ad01901d44"/><file name="LoggerAppenderConsole.php" hash="2792477e7338029e8cda53481cf98ab1"/><file name="LoggerAppenderDailyFile.php" hash="2b3d418de7e48b21771341f3364cf1c8"/><file name="LoggerAppenderEcho.php" hash="7f45c042382466a154d88fcd491176b1"/><file name="LoggerAppenderFile.php" hash="98a80507f99e14f97c4793fda3abd485"/><file name="LoggerAppenderMail.php" hash="917bd9b6fe510d6c253b6e1e3aaf7138"/><file name="LoggerAppenderMailEvent.php" hash="4342ab5ac479211504ec009644bd05ac"/><file name="LoggerAppenderMongoDB.php" hash="2dde79d71de5e8a1f523bef6ecc72599"/><file name="LoggerAppenderNull.php" hash="e38ebd40974eabae0eb0e762f49cd653"/><file name="LoggerAppenderPDO.php" hash="0f02596bdef5945b53ce5c72f3b95799"/><file name="LoggerAppenderPhp.php" hash="e2aacbc2a1d55fb36f1b711143b6cb9e"/><file name="LoggerAppenderRollingFile.php" hash="464c3b306d7149fc246ac1ad839a195b"/><file name="LoggerAppenderSocket.php" hash="8a025ed5613dea942d9d9d3cab64537a"/><file name="LoggerAppenderSyslog.php" hash="183341424b76299b3fb62d5d5373d786"/></dir><dir name="Configurators"><file name="LoggerConfiguratorBasic.php" hash="5dda01f3426881c4cbe99fbd41504940"/><file name="LoggerConfiguratorIni.php" hash="1161e5ff28324d64815b19598804f0f6"/><file name="LoggerConfiguratorPhp.php" hash="8a65513bb7cc76c0fdd1ac6b5fd1cdd1"/><file name="LoggerConfiguratorXml.php" hash="31c696227cb22fef992af71cd07bacea"/></dir><dir name="Filters"><file name="LoggerFilterDenyAll.php" hash="67ac2b4d1a82d53045e7ec940504d567"/><file name="LoggerFilterLevelMatch.php" hash="3d83fba7c6dc7b606dc72f582e3e75d1"/><file name="LoggerFilterLevelRange.php" hash="a1fbd796594269a9f56b0138f4e8b9e3"/><file name="LoggerFilterStringMatch.php" hash="49b47ffbf483ab1982efdf1ae36c364c"/></dir><dir name="Helpers"><file name="LoggerBasicPatternConverter.php" hash="cb8afd945b3b7b8ee6fbb6bc6682c6ef"/><file name="LoggerCategoryPatternConverter.php" hash="07df9aa9b861a94b0f2bef77d8195f72"/><file name="LoggerClassNamePatternConverter.php" hash="46fcf7e0525c978210959b4c8f99a9c5"/><file name="LoggerDatePatternConverter.php" hash="7879be01afaa81bdada923c694010bad"/><file name="LoggerFormattingInfo.php" hash="7fc68cd37a568bf040240f8d2f5452fe"/><file name="LoggerLiteralPatternConverter.php" hash="7e5f241006afd3726bbec5d42316e800"/><file name="LoggerLocationPatternConverter.php" hash="4ea94ff8e325b9b05700f5f4940324d9"/><file name="LoggerMDCPatternConverter.php" hash="a9faf52d09a9e385776131ee117086a4"/><file name="LoggerNamedPatternConverter.php" hash="780660488d166aaf047b6e765b2851d6"/><file name="LoggerOptionConverter.php" hash="9d8f4ebafbf4bab6ffc5c6f1da19da52"/><file name="LoggerPatternConverter.php" hash="5bd9ff7988942b1aaacebb991541a874"/><file name="LoggerPatternParser.php" hash="79afa5d4659028f856dac3e3546e9887"/></dir><dir name="Layouts"><file name="LoggerLayoutHtml.php" hash="b9dd5e069f47891ae80b4aac718c225d"/><file name="LoggerLayoutPattern.php" hash="531092855338182c1cdc5162579d4900"/><file name="LoggerLayoutSimple.php" hash="e90777249b3d648b948f47349af98a55"/><file name="LoggerLayoutTTCC.php" hash="90b1b1e2ccf178605d3fc10f0ccd45e5"/><file name="LoggerLayoutXml.php" hash="723de37428e27d090320b0265b08cd55"/></dir><file name="Logger.php" hash="cf27a8bdea9ab35d5ed804bb069ec621"/><file name="LoggerAppender.php" hash="1ae439bd84b9b433216b0dfc79e96c99"/><file name="LoggerAppenderPool.php" hash="e02f1242feec0f95cb3239707341825b"/><file name="LoggerConfigurator.php" hash="8813ec1d59384a7943a013cbf5b21637"/><file name="LoggerException.php" hash="8a9b3b2531834d4447a84b36f416258e"/><file name="LoggerFilter.php" hash="a8f7e6a19e5eb91495725ac9707592cd"/><file name="LoggerHierarchy.php" hash="60d36c0e5fc5ef51d233255c065ee338"/><file name="LoggerLayout.php" hash="acf9e61845a5a15ea5f0d108df1cf7d1"/><file name="LoggerLevel.php" hash="4c03c22532dde42ff380db07417c53ca"/><file name="LoggerLocationInfo.php" hash="d4583a76a6099c9ca543ccbed6cfd032"/><file name="LoggerLoggingEvent.php" hash="ac94bf4f76cbc3b432559d0e6da7b030"/><file name="LoggerMDC.php" hash="3834179417c2b0ce3e51a170fda6b155"/><file name="LoggerNDC.php" hash="97fbdaa1ced0f4f0f378a3486b36c0d1"/><file name="LoggerReflectionUtils.php" hash="5eddfb23215addb2c3dc5f80b1da26d1"/><file name="LoggerRoot.php" hash="7c9a9c821d1e0e1d966743138790f0c4"/><file name="LoggerThrowableInformation.php" hash="19df6cdd8568ffb448dbae5b855fb805"/><dir name="Renderers"><file name="LoggerRendererDefault.php" hash="bfaf9fd683fb746f673d462f858f19c0"/><file name="LoggerRendererException.php" hash="3339690dcb0c07af4b871b3c6a3b74b3"/><file name="LoggerRendererMap.php" hash="fbbb4c2bdd727db290c845f70390ca2a"/><file name="LoggerRendererObject.php" hash="b3f4d59f0239b11be7e21729c32ce537"/></dir><dir name="Xml"><file name="log4php.dtd" hash="fb7e60edf02964352b7ddee1f26d8924"/></dir></dir><dir name="PagSeguroDireto"><dir name="Config"><file name="Config.php" hash="2d67c29e984fbee45fc60131ad6e3e3c"/><file name="ConfigFile.php" hash="482a57ef37ca6f5495df68c6e40fdbe8"/></dir><dir name="Domain"><file name="AccountCredentials.php" hash="50d345ffe0dd84b81d84fdbc0e340524"/><file name="Address.php" hash="c9825d7716345dead087f7162a1ae56c"/><file name="Bank.php" hash="d2424594b68a3aabf797b504e8ceeaa9"/><file name="Billing.php" hash="c738d627ee596150ebcddb9afe703939"/><file name="Credentials.php" hash="98f0cb5aaa0d6f1a9aeebb29aeaf223a"/><file name="CreditCardHolder.php" hash="24be41d411bc03cd4b8a1c9490acff20"/><file name="Currencies.php" hash="b98adec3ad0f67225640fcfce5d3667a"/><file name="Document.php" hash="51cab7aa56cc302a7c3be4fc357a53f3"/><file name="Documents.php" hash="a2913d8ef4ad6de3d2158c41609ceb80"/><file name="Error.php" hash="548f8f13ff626606dd5ac2dda8835689"/><file name="HttpStatus.php" hash="a5802f2aceb319e74e015b16ea0d2f89"/><file name="Installment.php" hash="937c9a26ed960fbcdf8da0fd39d95369"/><file name="Item.php" hash="9c01399378937a54d8a04611891d8baf"/><file name="MetaData.php" hash="b2e3f4e022f18790582e414ad48fd091"/><file name="MetaDataItem.php" hash="a3089e56130ca86b6c8df2be1f761d99"/><file name="MetaDataItemKeys.php" hash="3bc1fadb932ca66c7596ee22f5750339"/><file name="NotificationType.php" hash="0609359c301d369dde01cd72954c2fd5"/><file name="Parameter.php" hash="83f3d8f0a855fe0256614968a89adeda"/><file name="ParameterItem.php" hash="042c62c14888640a3c5f874be695b498"/><file name="PaymentMethod.php" hash="922d043b2e5ba863150705c13dc4b589"/><file name="PaymentMethodCode.php" hash="7edda95ffc55fa23dc9c382e823833c2"/><file name="PaymentMethodType.php" hash="a5abb5b93433f10e16d811f25953ce3c"/><file name="PaymentRequest.php" hash="7b5693df62f02369391c74ec9c17b2af"/><file name="PaymentResponse.php" hash="bbdf29cdd577790b0188bd35367527bf"/><file name="Phone.php" hash="20897c7fd7e6cc2370471f2952597dea"/><file name="Sender.php" hash="d96623153d440c35e2a09492f62d0523"/><file name="SenderDocument.php" hash="7418593ca9bbe6e0a2e77c91a640fe11"/><file name="Session.php" hash="b1b6e3656de23af484d0ca7248ad3e2f"/><file name="SessionResponse.php" hash="2641e9dbbc2aaeb6bd309888e78ca9e0"/><file name="Shipping.php" hash="dd005c1fc3ebab16952aaef8d6b8c62a"/><file name="ShippingType.php" hash="5a73a81fa4b9ce225af7a7351074717c"/><file name="Transaction.php" hash="b0923ff9614cbfc170051f24fa373dca"/><file name="TransactionCancellationSource.php" hash="a333c636dfd3418d9b76e470950c8d28"/><file name="TransactionSearchResponse.php" hash="7dc92626c502a33ccc1f3ed6a9d08a77"/><file name="TransactionSearchResult.php" hash="fc75610c4573511433cde926609bb463"/><file name="TransactionStatus.php" hash="efe1e72becf197e4bd8b503594e43ef5"/><file name="TransactionSummary.php" hash="1ffb7de34fa29b35a0255319d032592b"/><file name="TransactionType.php" hash="8557855a5f728aa0b026cd285bfe6b71"/></dir><dir name="Exception"><file name="ServiceException.php" hash="daef1c54c6fd65279fb8c8a44a466580"/></dir><dir name="Helper"><file name="Helper.php" hash="045dc42d8c8257530daa5c399f1923b4"/></dir><file name="Library.php" hash="8ce1afba07bc2b8657ffecc33f4b6ff9"/><dir name="Loader"><file name="AutoLoader.php" hash="7a04b2b246fb6be1f9eb526e9b7ce590"/></dir><dir name="Parser"><file name="PaymentParser.php" hash="531afbb624bea82ea44fee24310d2881"/><file name="PaymentParserData.php" hash="32cbe48ef53496a7082e2e8cfcd8a462"/><file name="ServiceParser.php" hash="7de7d0a3946d7867e7f18b37804c1129"/><file name="SessionParser.php" hash="3aa9d4b781131ae7ca62f97fba1d10f4"/><file name="TransactionParser.php" hash="49cab1482a17b5044f1fa2f980901f46"/></dir><dir name="Resources"><file name="Resources.php" hash="22add0d4ea4b812954fe2bab25998ad1"/><file name="ResourcesFile.php" hash="64f9ecd86948668bafe03993f0e1fed1"/></dir><dir name="Service"><file name="ConnectionData.php" hash="3826872e3fd15473512b268b049c9578"/><file name="NotificationService.php" hash="bc43e2cc0b744e88e6f6b61974cc0aba"/><file name="PaymentService.php" hash="2dac4bdc6f010ac0bd1f46fcb7fa9c9b"/><file name="SessionService.php" hash="90adbe0e5421182cf03dd3ef6c4c318c"/><file name="TransactionSearchService.php" hash="1602f565ba5c155019d67a2ddae69b13"/></dir><dir name="Utils"><file name="HttpConnection.php" hash="f3310fb12e172b8d6c9d30ec3da13386"/><file name="XmlParser.php" hash="7dbbb7a77add0e57816f53b4e6bfd652"/></dir></dir></dir></target><target name="magemedia"><dir name="ipagare"><dir name="ipgbase"><dir name="images"><file name="imprimir_boleto.png" hash="8936fa0871a0d2b62f4efc522e1504e3"/></dir></dir><dir name="ipgpagsegurodireto"><dir name="bandeiras"><dir name="101"><file name="10x.gif" hash="4a55ee1bf3afbbf86877e6db4587fdc1"/><file name="11x.gif" hash="5520afac3745af1afac2c48b0b401638"/><file name="12x.gif" hash="be3fa56848763d1a2cde6358674872d4"/><file name="1x.gif" hash="c5c0ff6368122c177335f862f9bedf6c"/><file name="2x.gif" hash="7e557dabe2080890f6053426be87d956"/><file name="3x.gif" hash="42451c7680825e87f74ef4ee5eff76db"/><file name="4x.gif" hash="d22cdd50884e8ebb2deaf26ea267bcdb"/><file name="5x.gif" hash="08758844e3dbe3ba29f7026ea83d77e4"/><file name="6x.gif" hash="14fbaeb0032f2711e7cf9582f50448a0"/><file name="7x.gif" hash="74423a7a5147c8b71055e70ac55c8d1a"/><file name="8x.gif" hash="83869f8ea5a893dafd9587ed4da39580"/><file name="9x.gif" hash="70dfbd10cd17c2dab2dba4894346ee9e"/></dir><dir name="102"><file name="10x.gif" hash="19bccb8d0fa48ec5937ecb1a0b8f6640"/><file name="11x.gif" hash="8a75bc6e6f5655dd0b48818e72b4c712"/><file name="12x.gif" hash="59890c5e572f6ad22142ce4966e35789"/><file name="1x.gif" hash="2f88255a1115f54ff49ca16b975f04b7"/><file name="2x.gif" hash="49e00e9419cf2938eb499c705c3ee9f6"/><file name="3x.gif" hash="4c7972ee6c3060847790844b611ca000"/><file name="4x.gif" hash="983fc72685e10267042ffdb371507814"/><file name="5x.gif" hash="5dd1457d491797f3b7df79b520ed8ab7"/><file name="6x.gif" hash="df3d279dc56bd2660d65e39169a0cc8c"/><file name="7x.gif" hash="90367aaa1665bdcafde8f62fce42ad7c"/><file name="8x.gif" hash="d83ffff382049265218394f86e38f675"/><file name="9x.gif" hash="9ad51c1fee98c44e10182dcea2a2ecb5"/></dir><dir name="103"><file name="10x.gif" hash="59ff1f8555c4c560296cb95e2966c8ed"/><file name="11x.gif" hash="76e8ded47cce82b1aa3ba102e8dcfadb"/><file name="12x.gif" hash="298e11d0383a51d4bac4ce985e9dd3c9"/><file name="13x.gif" hash="fbcea53d5a947b6650709867639b1a24"/><file name="14x.gif" hash="cf2324c3ee974f52999f53ff3dab1da0"/><file name="15x.gif" hash="ae4bfe2d705c5c07af949d4fed44a0e7"/><file name="1x.gif" hash="709b03a6b2f9be75340d333023e769ab"/><file name="2x.gif" hash="206624b949c47bb12b5a8cdc39ba61ce"/><file name="3x.gif" hash="7c0c93b4c4a964150fca6bf55b256424"/><file name="4x.gif" hash="a6a38febfdfe79d26994435a501b59bf"/><file name="5x.gif" hash="d5cf7cafaed90a576943ce4ef77539f1"/><file name="6x.gif" hash="2ecf07e99ce028332bb01aab2c03006c"/><file name="7x.gif" hash="7f9339559c680fa624b8d268f8e9dac2"/><file name="8x.gif" hash="a1e8ca9ac0c1862f4e5e70933374757f"/><file name="9x.gif" hash="8ab11eb6a5fc51b1d542f5815e588025"/></dir><dir name="104"><file name="10x.gif" hash="29f045c1880865c8c7b0077eac12df9c"/><file name="11x.gif" hash="acd550840a00ca856f1cba278c6da8fc"/><file name="12x.gif" hash="37a8f20918e522a3b45ae8a2d77f0749"/><file name="1x.gif" hash="6a8d41031c5913512387776e5dd1b7dd"/><file name="2x.gif" hash="2ed918382deece4b1d00351179143491"/><file name="3x.gif" hash="ff3e844f8bcefe47efee512bbf1a21d5"/><file name="4x.gif" hash="dd41efb9a3672e2d5f9f977f51328242"/><file name="5x.gif" hash="fd8c0e2be926fd6179a9ea2e57abaffe"/><file name="6x.gif" hash="5a960d3aa0be054c240a2910a4b5281a"/><file name="7x.gif" hash="61493b39eca1a607c315b09b37ab870a"/><file name="8x.gif" hash="38b53c64eb0d66484e9b03544b1e5e04"/><file name="9x.gif" hash="6c5cbdbcbbb070b2fbd3c9f289f50a69"/></dir><dir name="105"><file name="10x.gif" hash="8e4db22b31a32514e33bd4700f559e1a"/><file name="11x.gif" hash="1212d4ba1a7367055aad009ee3cc686e"/><file name="12x.gif" hash="da3ecd1c88aaddfffdaf5d1a4db84654"/><file name="1x.gif" hash="2ad6d1df9bf66b830c9750103c798043"/><file name="2x.gif" hash="43a4f5941a3a6a176149fa5877add2d2"/><file name="3x.gif" hash="9577a96941f96cfe6d9c3145f6ded0fb"/><file name="4x.gif" hash="3f31ef5194e3ff90e71be0c4e2a9243a"/><file name="5x.gif" hash="1aae0a4acd331a35e6233c5eeafada72"/><file name="6x.gif" hash="2fc9a55a96a4c68caf21dc9938c4d6f3"/><file name="7x.gif" hash="b9737e8f76795cd57e4f66c3f8382c44"/><file name="8x.gif" hash="236d05bdf07fec69951789abdb1fd876"/><file name="9x.gif" hash="032680d27205555b186c18e7a43ef163"/></dir><dir name="106"><file name="10x.gif" hash="420e04abec83946ecf9274098a280b0b"/><file name="11x.gif" hash="2c677142e20148cc7bab3a38b61a25c5"/><file name="12x.gif" hash="d2357ca986409a6cadd9309796b26a87"/><file name="13x.gif" hash="34cae59a3a80aef42f3ce3c89d2853f1"/><file name="14x.gif" hash="bf81e6e640401067ea6310c0a120e489"/><file name="15x.gif" hash="07676277749dfa4b68431e2c9b7abe9d"/><file name="16x.gif" hash="2806876fdb82c0b5e2d1b3932738a575"/><file name="17x.gif" hash="660b480066354c427ae4873c194b67cf"/><file name="18x.gif" hash="69683207398c3358e66efb60c9b4739f"/><file name="1x.gif" hash="d1c3d9370fbc0adb9cedd3c835566748"/><file name="2x.gif" hash="35df30ef065194029712ef2ae946d8d9"/><file name="3x.gif" hash="5afcdb8abf8ba8f9042db37d3df1560e"/><file name="4x.gif" hash="000ee5bf97aec9e8faf7c05af694fdb8"/><file name="5x.gif" hash="956b0ea766647e90e2182532aa177528"/><file name="6x.gif" hash="c52f9e2e723bf87773f9275a17553bf1"/><file name="7x.gif" hash="3e222ec179cc12e84eca242413137ec9"/><file name="8x.gif" hash="b8508ac2137f353da778ef08a62a1126"/><file name="9x.gif" hash="87796b31bca3a82ad7ec157a9d89b135"/></dir><dir name="107"><file name="10x.gif" hash="e16c1f55a33529ec4dd175860c4f6338"/><file name="11x.gif" hash="d4559737c6bc6af60e5fe91fb8d31c4d"/><file name="12x.gif" hash="ad4573e93be74fb8416e1affd5a729e7"/><file name="1x.gif" hash="332549954dee04569ea4577a2220d24f"/><file name="2x.gif" hash="7cdefb9f0c24d4895f960cc328ba8504"/><file name="3x.gif" hash="3d4e2001a00acbee7973437e190fe5a7"/><file name="4x.gif" hash="d1f5d76c7565f55eeab4d25bcd0f826e"/><file name="5x.gif" hash="8bac322e17535f5a02516c3a9b8add3a"/><file name="6x.gif" hash="38cd876b372a12ad4059328cc4123523"/><file name="7x.gif" hash="a24a91ae6175d16f1517fcff821e1ec8"/><file name="8x.gif" hash="48f39ffb0a5295917f9d3581045d4296"/><file name="9x.gif" hash="45963f41deb37ed7ba9116f5a53328f8"/></dir><dir name="108"><file name="10x.gif" hash="2138de6dbf95059632ce0b58f0ed2084"/><file name="11x.gif" hash="9535bfbc62013599ecc5cd42702a632f"/><file name="12x.gif" hash="b8f95f59209950208ae3e5b32985a5a3"/><file name="1x.gif" hash="f72a78109c746f0fb7364b57706ad3d0"/><file name="2x.gif" hash="5f4476382b35572baac19d74008e0555"/><file name="3x.gif" hash="293fa94977e7b8b9f969d5a8ba831bb3"/><file name="4x.gif" hash="bfbbe55eb0082c097b0e21656603990b"/><file name="5x.gif" hash="4eea2441dceb6cfbf79a5eee33eccde8"/><file name="6x.gif" hash="30bd668b490be8d164af6f4553620e5d"/><file name="7x.gif" hash="208919abcb116d52373e0f171468a5ab"/><file name="8x.gif" hash="d3c98e0e6f5c086b003543893677ba94"/><file name="9x.gif" hash="8aec644baf163b8f661d6d5ae0d02fce"/></dir><dir name="109"><file name="10x.gif" hash="f7e44949748b22e5d28bb9e0d12dfb57"/><file name="11x.gif" hash="278b5dac10ba228f7751922ec4a1cb4a"/><file name="12x.gif" hash="bbd92898ce39e3a70a1373c7370210cb"/><file name="1x.gif" hash="6997f0bd017aafdbfd8e05ac2a91d0d3"/><file name="2x.gif" hash="4c995c76b4f2886087c1a90e5a282e71"/><file name="3x.gif" hash="082ea40638d99e7c863ab8daad2c7edc"/><file name="4x.gif" hash="949ab5e13a3f443073a39f5a12e5634b"/><file name="5x.gif" hash="6f15cf163cc2430099168a369a0eef7c"/><file name="6x.gif" hash="7f758876fd04ef050229707ef0f640da"/><file name="7x.gif" hash="e2965e9a11acf711da88e1dbe49cf95a"/><file name="8x.gif" hash="8d25dbed06a16801fa859bc5dc06efe6"/><file name="9x.gif" hash="d97e73212de7ea3c6139f88428b51225"/></dir><dir name="110"><file name="10x.gif" hash="64094c8751c82fed9e3e96c74c984911"/><file name="11x.gif" hash="a2a0e930f893afc612959e2044965a93"/><file name="12x.gif" hash="c7727dd4938575bb8d62ec6440ee893e"/><file name="1x.gif" hash="745e605a964b7fa0211ae350e5dda8d7"/><file name="2x.gif" hash="af4980bc29f336ee08f5cdbaad846be2"/><file name="3x.gif" hash="2a1af54bd8a0b83271495265cde4a31e"/><file name="4x.gif" hash="81f047b79389d1c90c4dbaaa9b1ae47b"/><file name="5x.gif" hash="8deae8c778dbb57218f823c9181ce3d8"/><file name="6x.gif" hash="d5de238b8c43580f44194d7dbddf1679"/><file name="7x.gif" hash="bd87aee2798ab59edade92286c6ec178"/><file name="8x.gif" hash="cccdb843316b3635e1abb405e062ec2e"/><file name="9x.gif" hash="26f649edd6401aceace857453b9767cf"/></dir><dir name="111"><file name="10x.gif" hash="60e9805557f5011ecebbccbff9ae6ca9"/><file name="11x.gif" hash="0c05c409b809c366780863ebb3868048"/><file name="12x.gif" hash="db8c015828f68146b47740a9ef1ed6c1"/><file name="1x.gif" hash="e81b4492a6867ea8fb9c91052d533973"/><file name="2x.gif" hash="4735c01a28b6112264f0bd0a732296dc"/><file name="3x.gif" hash="cf5eb35d623c2f0436162eb140336c02"/><file name="4x.gif" hash="2b409b591e8b6c6228ad1a37d932fcf3"/><file name="5x.gif" hash="75d16ba244560661ed1ca0d1fafd682d"/><file name="6x.gif" hash="6a87720368b08dc3915bfbec5919980e"/><file name="7x.gif" hash="7af1499bc7e2ad68d3154a3172828148"/><file name="8x.gif" hash="5f17c4f3dcffeb2e22c02514e5f7847d"/><file name="9x.gif" hash="1ddf17a2b8b377c4c0eeae87824a855e"/></dir><dir name="112"><file name="10x.gif" hash="cbdeb934626284d6397f67cded17291c"/><file name="11x.gif" hash="cd219544bfd9f854e9f52f4fdb4c95d3"/><file name="12x.gif" hash="eb5bfe89b8f4815428e4fc8e97ff5b21"/><file name="1x.gif" hash="2a89cc173675ee3a907d7c35f24469b3"/><file name="2x.gif" hash="0e30496e56ad8282d6d9f9a21c850c69"/><file name="3x.gif" hash="be5676bdc1d01ca11a571c76da422940"/><file name="4x.gif" hash="6f5af9555eb4634326b9bbdbd8401484"/><file name="5x.gif" hash="1deb41ce24d8558569ba704afa9cf1f9"/><file name="6x.gif" hash="e2951307912c939e5516965a1baff1dc"/><file name="7x.gif" hash="3af1077a9f1a56237c555eeee80ae80a"/><file name="8x.gif" hash="cb234a96f2b03a0fb1566d966c4f5daa"/><file name="9x.gif" hash="533d695670b8dd8bca7ad049d05525b6"/></dir><dir name="113"><file name="10x.gif" hash="200d31ad1dc1bdc0b2fa6127e5c59b5c"/><file name="11x.gif" hash="79277d891e5bd45ee74446280af32b56"/><file name="12x.gif" hash="2ae388d024b586bea264ae1a90c53735"/><file name="1x.gif" hash="ebc1787bb30dd005ca9634d23b3b5080"/><file name="2x.gif" hash="7daff19f0323e4f9cda19c879496c952"/><file name="3x.gif" hash="38752b476cdf7b452a32df37071c9776"/><file name="4x.gif" hash="f97f8db04756ea534ca3ec00e1212241"/><file name="5x.gif" hash="7ba28706c80512dbd99fd0e7b0d2136e"/><file name="6x.gif" hash="ed6b0c9945fa6c75151d868330090ff0"/><file name="7x.gif" hash="fbc8d61b57a24b14c904b5867ba6a1fc"/><file name="8x.gif" hash="caed87f745d6a43812529ff630a808bb"/><file name="9x.gif" hash="5ba0166bdad7b47ed44c547499ab826d"/></dir><dir name="114"><file name="10x.gif" hash="a366c82e3217f0a326943f56617a8aef"/><file name="11x.gif" hash="c9f2532e008108cb722baa17059021f3"/><file name="12x.gif" hash="494c83118f467839572252e2073e7bf5"/><file name="1x.gif" hash="d321337c74805e74648f2f2d7e01e2bf"/><file name="2x.gif" hash="b8d2021e42d9a40cd058b0c1fa6c19c2"/><file name="3x.gif" hash="941b1d22b2a978e0fdf12b382c0864c2"/><file name="4x.gif" hash="5a1f55104aad8d5a17ef2458db13a5cc"/><file name="5x.gif" hash="e89510054be6e00acba9117871269815"/><file name="6x.gif" hash="a2f24186dfe55ee2bdcc50e5f393327f"/><file name="7x.gif" hash="d49c8fbf3142d7fe0b1df3ffe18b5ba0"/><file name="8x.gif" hash="7576060a368fccb643a8b0905e9b61a3"/><file name="9x.gif" hash="8c5af3cd070903e1b76740d458ef5a4e"/></dir><dir name="115"><file name="1x.gif" hash="04fa63c67caad86494393209d28ac923"/><file name="2x.gif" hash="3c524fa472f7709ad5508f45c47f7f56"/><file name="3x.gif" hash="cffeb44639fb3bc2ceddb5f54766e38b"/></dir><dir name="116"><file name="10x.gif" hash="9c402b6dbd31a380b2c3588eba9a9a66"/><file name="11x.gif" hash="281208ec6a979441bdc928c52dd65b55"/><file name="12x.gif" hash="0fcae55b2d02ac3ea533a9c545648375"/><file name="1x.gif" hash="c69cc955eb768c91ecf6b6084b44740e"/><file name="2x.gif" hash="0fa13f4551fbea7a015f9dfc43b7fb17"/><file name="3x.gif" hash="a0b1fc1700c4797feb1e5c87d7cd2053"/><file name="4x.gif" hash="f83935899bd6b52f01674b677151a78e"/><file name="5x.gif" hash="889270be485eac5d7caa272708651694"/><file name="6x.gif" hash="937144d56773dacef4961277f3004f5c"/><file name="7x.gif" hash="78054c2966272923d25b27e8c0e945ed"/><file name="8x.gif" hash="de996a62976834da191250fa990295c4"/><file name="9x.gif" hash="f54a6f7faeb02bd9a6123610beba0824"/></dir><dir name="117"><file name="10x.gif" hash="443be829514c7e6e7518888677615f41"/><file name="11x.gif" hash="001deb7ea075caccb5cdf8fc4e8fa6b1"/><file name="12x.gif" hash="d4599dd49b386e3a74730bcb21e3929c"/><file name="1x.gif" hash="d0265b00ada4928b8a3c3bc4b97d4676"/><file name="2x.gif" hash="4829bd3c0ce9db1deba3b6c808a201b4"/><file name="3x.gif" hash="df7bca14f403791c148b087a77fa3596"/><file name="4x.gif" hash="26345d22a1d07268a243842f4f0f4cb3"/><file name="5x.gif" hash="43ad89d3b7ac910187f746539e5c3c56"/><file name="6x.gif" hash="3b3838700e3d8fcb95c8bdef4bfc9a89"/><file name="7x.gif" hash="181cdc54a453e4b05991a145fd536480"/><file name="8x.gif" hash="e18e686d624251c88ba9b56e9a7fe709"/><file name="9x.gif" hash="e7e4985001269bbfd622c5238aaba996"/></dir><dir name="118"><file name="1x.gif" hash="f55227222ca8e47eb1679c4afb2ba680"/><file name="2x.gif" hash="90223b8794f6874c291880dfdf530135"/><file name="3x.gif" hash="795b4271728eed5b43281f746d2a3255"/><file name="4x.gif" hash="1d4ec9b9d3feba9268dafc1d822b6034"/><file name="5x.gif" hash="800dace856d7f61082793fbf3dfc3b7f"/><file name="6x.gif" hash="90bcacb3e0e0fffa08bfe4703ffd6136"/></dir><dir name="119"><file name="10x.gif" hash="053c0ab6930a26f25ddb13c5f617d0b1"/><file name="11x.gif" hash="8844e8ab115b6e144a699b0a7a51364b"/><file name="12x.gif" hash="cbdedfb1faddd7fc298577865555db76"/><file name="1x.gif" hash="a46c11d4a1aa59ba3757f851b46e1c8d"/><file name="2x.gif" hash="0fdbc41482038ce7a2e913f96ab394e9"/><file name="3x.gif" hash="eb5d05eb95d66515a9dd815898224c4a"/><file name="4x.gif" hash="97369c1d24851a298effcab4ece21ac8"/><file name="5x.gif" hash="ee660e427087741daaba6d465433cc33"/><file name="6x.gif" hash="2fe2c7cb4313ae7b636cf7d481a773a0"/><file name="7x.gif" hash="07ad79ff61400357720824edad77e192"/><file name="8x.gif" hash="cd1cea43cb0a4c1faa5e45e5d5c93656"/><file name="9x.gif" hash="478345790146f4014d7aaa3e0b8018e6"/></dir><dir name="202"><file name="1x.gif" hash="9c9d9237fd11ce7768b63014e588d1e6"/></dir><dir name="301"><file name="1x.gif" hash="2f2781a5859a71d8591852fc3f87e05d"/></dir><dir name="302"><file name="1x.gif" hash="f5a345bce7660baa7120d37e7a3f135c"/></dir><dir name="304"><file name="1x.gif" hash="b0c7a90a2062595916ff50f1d7ce041f"/></dir><dir name="306"><file name="1x.gif" hash="8e22d13bfdd55a19f534148507655f53"/></dir><dir name="307"><file name="1x.gif" hash="9e34ca3a26163dcf1c7877ac01e8b51b"/></dir></dir><dir name="images"><file name="logo_pagseguro.png" hash="152171c2f59670f4b0dfbd7e8166cec6"/><file name="logo_pagseguro_.png" hash="d8dc8c1cdbaed742bb6f5d0bb65d9ab6"/></dir></dir></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="ipgbase"><dir name="css"><dir name="images"><dir name="francybox"><file name="blank.gif" hash="325472601571f31e1bf00674c368d335"/><file name="fancy_close.png" hash="6e2879a324a76e9972ebc98201aae1d8"/><file name="fancy_loading.png" hash="b1d54c240cf06e7f41e372d56919b738"/><file name="fancy_nav_left.png" hash="3f3e406102152cd8236383568a40ba35"/><file name="fancy_nav_right.png" hash="216e4bde5bddeeaa60dc3d692890a68e"/><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="fancy_title_left.png" hash="1582ac2d3bef6a6445bf02ceca2741cd"/><file name="fancy_title_main.png" hash="38dad6c1ed4bdc81c0bec721b2deb8c2"/><file name="fancy_title_over.png" hash="b886fd165d4b7ac77d41fb52d87ffc60"/><file name="fancy_title_right.png" hash="6cbe0c935511e7f9a2555ccb6a7324c4"/><file name="fancybox-x.png" hash="168696d8a694214090ef90e029cdf393"/><file name="fancybox-y.png" hash="36a58859beb9a6b19322a37466b9f78e"/><file name="fancybox.png" hash="11e57e492ee0311540967cc7a1e6e3e2"/></dir></dir><file name="styles.css" hash="2a9cd4aa3ec3134806bf70a6edd568e6"/></dir><dir name="images"><file name="help.png" hash="cc45e0c10b3bc12f6c2c4b8d89ddfd2d"/><file name="logo-ipagare-menu.png" hash="e5b2d6404f5c6819c581505e3d86b9f9"/><file name="logo-ipagare.png" hash="14907bbc308c30264409f6d12cce01f6"/></dir></dir><dir name="ipgpagsegurodireto"><dir name="css"><file name="styles.css" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="ipgbase"><dir name="css"><dir name="checkout"><file name="osc.css" hash="5a6d9a58763b85c51a98584bbc5ce128"/></dir><file name="styles.css" hash="18051a9cb1bd7459e397aa4345fd7a87"/></dir><dir name="images"><file name="ajax-loader-tr.gif" hash="1ae32bc8232ff2527c627e5b38eb319a"/><file name="bkg_btn-close.gif" hash="df3f2332f0bad01e031deb22b81f630c"/><file name="bkg_btn-close2.gif" hash="822457d78fb3c21dc12e9777d83eb4f1"/><file name="boleto.png" hash="5fb45044bd1c9136f8711e28c49f8108"/></dir></dir><dir name="ipgpagsegurodireto"><dir name="css"><file name="cvm.css" hash="d41d8cd98f00b204e9800998ecf8427e"/><file name="opc.css" hash="d41d8cd98f00b204e9800998ecf8427e"/><file name="styles-ie7.css" hash="d41d8cd98f00b204e9800998ecf8427e"/><file name="styles.css" hash="68f9d805bfdd1cdd89e984e6064b6eaa"/></dir><dir name="images"><file name="boleto.png" hash="5fb45044bd1c9136f8711e28c49f8108"/><file name="bubble.png" hash="633d5cc5048f0f7996f037c19ce44a83"/><file name="codigo_bin_1.png" hash="8f74e05f4868275b2aa4aba7f5830a1c"/><file name="codigo_bin_2.png" hash="56aae6868f83a53131226803d3ecebe3"/><file name="cvv.gif" hash="9a9eccd9f0f137c13323816b92b43d22"/><file name="padlock_clean.png" hash="f8358258d72e3b8f9ef29bfd68fa4fbb"/><file name="padlock_closed.png" hash="b42020410a6e2d992790b35cc97e1db1"/><file name="pagseguro.png" hash="fa319cc6d61fda11ba06f8f5499b1dcb"/><file name="pagseguro.pxm" hash="4a78a49f87dfd787ff8e80843100b5e7"/><file name="pagseguro.pxm.sb-cd4c37b0-h3WR13" hash="2548c76ac14a4e385fdb632e3b1aa928"/></dir></dir></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.0</min><max>5.6.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>IPG_PagSeguro_Transparente</name>
|
4 |
+
<version>1.1.3.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>GNU General Public License (GPL)</license>
|
7 |
<channel>community</channel>
|
10 |
<description>Módulo PagSeguro Transparente para Magento.</description>
|
11 |
<notes>- Pequenas correções;</notes>
|
12 |
<authors><author><name>iPAGARE</name><user>ipagare</user><email>magento@ideatecnologia.com</email></author></authors>
|
13 |
+
<date>2016-10-25</date>
|
14 |
+
<time>14:13:40</time>
|
15 |
+
<contents><target name="magelocal"><dir name="Ipagare"><dir name="IpgBase"><dir name="Block"><dir name="Adminhtml"><dir name="Sales"><dir name="Order"><dir name="Invoice"><file name="Totals.php" hash="ce7c4906f42c2af3727666a07db878f8"/></dir><file name="Totals.php" hash="2f2fc2d0fadb9d3d50d939656398ca0d"/></dir></dir><dir name="System"><dir name="Config"><dir name="Fieldset"><file name="Licenca.php" hash="dbaf0d44442f7392f39b36d34e93f682"/></dir><dir name="Form"><dir name="Field"><file name="Date.php" hash="95a37d4a918ee99cdb47b821561704bc"/><file name="NeedHelp.php" hash="fecadbb4a157192d70dcafd44994cd62"/></dir></dir></dir></dir></dir><dir name="Checkout"><dir name="Onepage"><file name="Success.php" hash="de7b3e5583f34787b0850d4e773e31ef"/></dir></dir><dir name="Sales"><dir name="Order"><dir name="Invoice"><file name="Totals.php" hash="a61a9f295567a3c26d40bfaf05520dd2"/></dir><file name="Totals.php" hash="ee0c1dcf451ace956d781f8dcde3f99f"/></dir></dir></dir><file name="Config.php" hash="74d6b400e1681e2f8e698e8f1d62073f"/><file name="ConfiguracoesSystem.php" hash="b7929c9971639e2ecad0627633e9ea03"/><file name="Date.php" hash="b445635367b601f96611895968a664e7"/><dir name="Helper"><file name="Boleto.php" hash="47536864c117dd25d7d32eeccb48bea0"/><file name="Data.php" hash="4d5b24e21f77f55a3c62f38dc3d4799f"/><file name="Date.php" hash="34f78df55b3876d0cdfed44e62c74161"/><file name="LogUtils.php" hash="602693e1a9934eb9cdda8795cc470841"/><file name="Math.php" hash="9c19c8a5953ca6196c27d9e24fc126d3"/><file name="Module.php" hash="ee3f95dd3f1d25879c02a45492d8c0df"/><file name="OneStepCheckout.php" hash="8d3d1937239a4791e03b75023f5e5d27"/><file name="Session.php" hash="6b7d135ff3cbe5375d28c27e192077a9"/><file name="StringUtils.php" hash="6d3c0aa0491b2ede75ab9c1d77769b3e"/><file name="TokenProcessor.php" hash="49d432d805c458d20312baf19e4c1ad7"/><file name="Url.php" hash="98cdbc75e9e34da474dcee0f7aea21ee"/></dir><file name="Logger.php" hash="dc858d5ccdd1e24685a749058ad31a36"/><dir name="Model"><file name="EmailService.php" hash="12b850a75433f530612c010b63766cc9"/><file name="ExpiraPedido.php" hash="9fe34b596ad91efa538e3a64e25c6581"/><file name="HttpResponse.php" hash="bb5ee60c7f81152f59757a69a1956135"/><file name="Observer.php" hash="9f9b1e653a0e8f2ec4bb66318daaf544"/><file name="Session.php" hash="ed8ba7f2e5663d69c0646fa1ae58013a"/><dir name="System"><dir name="Config"><dir name="Source"><file name="Dias.php" hash="6b2da109b02935d8dbf2df4a97b9b03e"/><file name="Horas.php" hash="c80cab52d714cab0e5703e18bd9da5b4"/><file name="Minutos.php" hash="f3e5cb50fcf06cce33b1cffaae13eaa6"/></dir></dir></dir></dir><file name="PaymentDiscount.php" hash="aa373063a1af11ff8adc60ef262199b1"/><dir name="controllers"><dir name="Adminhtml"><file name="ConfigController.php" hash="d290b89972e0b859e2f17cbf2574d99a"/></dir><file name="BoletoController.php" hash="303c86e55eb4f70ffbc2f6a10e762ad9"/><file name="CronController.php" hash="99b2b0a50dddc98ac6f4b797b647c296"/></dir><dir name="etc"><file name="adminhtml.xml" hash="f28b99cd9f53ea06ce186c46408519c5"/><file name="config.xml" hash="b432bc464f23135829cb13b1f91e1bf5"/><file name="system.xml" hash="9108ca94f066f1f670f20b160b94b5c0"/></dir><dir name="sql"><dir name="ipgbase_setup"><file name="mysql4-install-1.0.0.php" hash="9f26fda45b2018bbfdc10af227daf057"/><file name="mysql4-upgrade-1.6.0-1.6.2.php" hash="9f26fda45b2018bbfdc10af227daf057"/><file name="mysql4-upgrade-1.6.1-1.6.2.php" hash="9f26fda45b2018bbfdc10af227daf057"/><file name="oldinstall.php" hash="041662b5c18b851f39b33f43143790e6"/></dir></dir></dir><dir name="IpgPagSeguroDireto"><dir name="Block"><dir name="Checkout"><dir name="Onepage"><file name="Success.php" hash="0274901ba7e9648780b72f710770ae20"/></dir></dir><dir name="Payment"><file name="Info.php" hash="a794e4aac1e13a68822992f5fa96d8d1"/><file name="Transferencia.php" hash="0ed375de2b70b7265fdb91c2682600e9"/></dir><dir name="Standard"><file name="Form.php" hash="e34c6bef87932c77ded10a1868ac6f9d"/></dir></dir><file name="Config.php" hash="655f77bd1631145c4af468f4d3b3450e"/><file name="ConfiguracoesSystem.php" hash="7f59641233af13e04be9f70f24fd7531"/><file name="ErrorMessages.php" hash="6fdb580780b6e80a2461590f6e875a37"/><dir name="Helper"><file name="Data.php" hash="ff061c9c9fd867805ac3b298758a9e80"/><file name="Math.php" hash="fe74fff13008878c27eb348c8a76a9e7"/><file name="Module.php" hash="0e5f994d98f6b3d486334b9001c97095"/><file name="Session.php" hash="80522a0bd1bf95ba3afb28cbd54dd859"/><file name="Validator.php" hash="36f9b40b0dfcea07ae257084dd6f61de"/></dir><file name="Instituicao.php" hash="3c5bb95ed02a0bf7c7653f700d2be3aa"/><dir name="Model"><file name="Credential.php" hash="c87539fd6da21fff2debb615ed461440"/><file name="Discount.php" hash="8a1fcffdb9e02c1522d26b8d45000f7b"/><dir name="Entity"><file name="Erro.php" hash="e300f8d08ac667f822362b2293fe67f0"/><file name="Payment.php" hash="1c790f608f7d76d7363355596588925a"/><file name="Sonda.php" hash="315ccc8e3beecb40b19cb2622c9f1ded"/></dir><file name="ExpiraPedido.php" hash="6d865bafcceaa5c0ccf292e582b03965"/><file name="IpgPagSeguroDireto.php" hash="3c75f285a46bb8943beb175faaa88bcb"/><dir name="Mysql4"><dir name="Entity"><dir name="Erro"><file name="Collection.php" hash="0a4ed47195a3edbcc58216378fdec781"/></dir><file name="Erro.php" hash="01ab9fdfca19f6393a90f54e5170bad7"/><dir name="Payment"><file name="Collection.php" hash="76dd9a7ded3c61d2b9d0c349984b3db9"/></dir><file name="Payment.php" hash="6e2bca7801e4a06b649ce715ac359ef1"/><dir name="Sonda"><file name="Collection.php" hash="127d63e742a6a1dcbd35a26109399116"/></dir><file name="Sonda.php" hash="0c62edf0d0434e53de4b6a55bca5ee5d"/></dir></dir><file name="Notification.php" hash="eb4cd561c36c7982370b954072762660"/><file name="Observer.php" hash="fbbc7cb56b02127a55ab2bb3d17687d6"/><file name="Payment.php" hash="d5f5acc81961d8239f4c8c5bc82b07a5"/><file name="PaymentMath.php" hash="fee02c75fafaba8309499ac7edd778a9"/><file name="PaymentType.php" hash="02febba3065d7532ff904a053381d3b9"/><dir name="Sales"><dir name="Order"><dir name="Invoice"><dir name="Total"><file name="Discount.php" hash="22d8e39d06bed4c3ac621a6f2ffdd00d"/></dir></dir></dir><dir name="Quote"><dir name="Address"><dir name="Total"><file name="Discount.php" hash="a4d70e5400dfbf203f59bead9975065e"/></dir></dir></dir></dir><file name="ShopPayment.php" hash="05ec7f9e9f48e13570657112b8ae28a8"/><file name="Sonda.php" hash="e49b0d7994558a6c4ac3cf0b7c07c7e3"/><dir name="System"><dir name="Config"><dir name="Source"><file name="AllBoletoMethods.php" hash="6f1c8e07736a48f9f67e202ea581a3b7"/><file name="AllCardMethods.php" hash="ba77a82b2670c96b2cba9ad47fb97ea1"/><file name="AllDebitMethods.php" hash="ca292cf215445f6e01d9872439893070"/></dir></dir></dir></dir><file name="PaymentMode.php" hash="f9582422ec99b86ce30a5254d5d23de8"/><file name="PaymentModeOption.php" hash="b29fb665bf32a0ebc3602e02f28fe309"/><file name="PaymentTypeOption.php" hash="404d6025a5c5c239ba0a63931c0dac03"/><file name="PaymentTypeOptions.php" hash="7ecd40b6c73f9c172d21179d94627c20"/><file name="RuntimeException.php" hash="33bdee50173fed6e9afb192e9644bbe1"/><file name="ShopPayment.php" hash="f221c54377abea43bb6edbfaea7cbd53"/><file name="TypePaymentType.php" hash="436b7dc23ea05eddea6d2b820a43fa41"/><dir name="controllers"><file name="NotificationController.php" hash="5a294f3fccf87f763afb898565a5aaa3"/><file name="PaymentController.php" hash="b63f91168797ddb45276b723f67b391b"/></dir><dir name="etc"><file name="adminhtml.xml" hash="f484829cb4a8c7c6fe26cd3c7fcf3c56"/><file name="config.xml" hash="faa7ed470150e0f5c8d7964165131c89"/><file name="system.xml" hash="175ea6b05548b73ed73ce62e2dc8d6ef"/></dir><dir name="sql"><dir name="ipgpagsegurodireto_setup"><file name="mysql4-install-1.0.0.php" hash="948a5325d45c8bbdf71d8845be1e19ac"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><dir name="ipagare"><file name="ipgbase.xml" hash="811beded4d17f5f1a5d1ab312c7530aa"/><file name="ipgpagsegurodireto.xml" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir></dir><dir name="template"><dir name="ipagare"><dir name="ipgbase"><file name="empty.phtml" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir><dir name="ipgpagsegurodireto"><dir name="payment"><file name="form.phtml" hash="a8de2270eb7abaa9dc056c1e59c49713"/><dir name="info"><file name="default.phtml" hash="dbd57c4bb4f13ffa345efe65774fb56f"/></dir></dir></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><dir name="ipagare"><file name="ipgbase.xml" hash="f74903e99c9db5cce2ea4a8a3cd9b073"/><file name="ipgpagsegurodireto.xml" hash="98284f47fbb4f23d2026e0a94e07a6e4"/></dir></dir><dir name="template"><dir name="ipagare"><dir name="ipgbase"><dir name="erros"><file name="index.phtml" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir><file name="loader.phtml" hash="e935545136a738da832c3a7930613f4d"/></dir><dir name="ipgpagsegurodireto"><dir name="checkout"><file name="success-details.phtml" hash="475c16839dab94eb9ead874ec69559d8"/></dir><dir name="payment"><file name="form.phtml" hash="312ede393892fc6294e8385eee5dccf6"/><dir name="info"><file name="default.phtml" hash="343b7a657f92af7a5ad05f3ef269c423"/></dir><dir name="transferencia"><file name="index.phtml" hash="b9622955084e2ad54036d71741d16fd1"/></dir></dir></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Ipagare_IpgBase.xml" hash="99054ea890bedfa9e57b72a451023cfe"/><file name="Ipagare_IpgPagSeguroDireto.xml" hash="4e615cb6a2fb3a5a7b0281eaed76f47c"/></dir></target><target name="magelocale"><dir name="pt_BR"><file name="Ipagare_IpgBase.csv" hash="6f386bf28f0a68c28085bb00dce2ea3b"/><file name="Ipagare_IpgPagSeguroDireto.csv" hash="7fc99c7f40344c20f457e7190b989a58"/><dir name="template"><dir name="email"><dir name="sales"><file name="ipg_boleto.html" hash="fcef0c603f2b53b8e89e47b595fa208b"/></dir></dir></dir></dir></target><target name="mage"><dir name="js"><dir name="ipagare"><dir name="ipgbase"><dir name="adminhtml"><file name="index.js" hash="e904def09bc449a238ee8569c3dbdef0"/></dir><dir name="frontend"><file name="front.js" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir></dir><dir name="ipgpagsegurodireto"><dir name="adminhtml"><file name="index.js" hash="d41d8cd98f00b204e9800998ecf8427e"/><dir name="sales"><dir name="order"><file name="view.js" hash="5974b72a0ed7113a714e1e9a7c3fbd1f"/></dir></dir></dir><dir name="frontend"><dir name="payment"><file name="pagseguro.directpayment.js" hash="3906d4e849cef663d2febb49b93bfc56"/><dir name="transferencia"><file name="index.js" hash="b47b4ec4bf75295460aac301684f24d5"/></dir></dir></dir></dir><dir name="lib"><file name="checkout.js" hash="c74d2232f703725abca4d053c774b5f4"/><file name="ipagare.js" hash="57611eb8b2f713c3239e7e5bb22cba4e"/><file name="json2.js" hash="708bbfa8d653ed0729fafed243c882ce"/><dir name="prototype"><file name="maskedinput.js" hash="0d3c58da91a93c62401c5d0a41bba5c6"/></dir></dir></dir></dir></target><target name="magelib"><dir name="Ipagare"><dir name="Log4php"><dir name="Appenders"><file name="LoggerAppenderAdodb.php" hash="b31121293d41f6843ca1c6ad01901d44"/><file name="LoggerAppenderConsole.php" hash="2792477e7338029e8cda53481cf98ab1"/><file name="LoggerAppenderDailyFile.php" hash="2b3d418de7e48b21771341f3364cf1c8"/><file name="LoggerAppenderEcho.php" hash="7f45c042382466a154d88fcd491176b1"/><file name="LoggerAppenderFile.php" hash="98a80507f99e14f97c4793fda3abd485"/><file name="LoggerAppenderMail.php" hash="917bd9b6fe510d6c253b6e1e3aaf7138"/><file name="LoggerAppenderMailEvent.php" hash="4342ab5ac479211504ec009644bd05ac"/><file name="LoggerAppenderMongoDB.php" hash="2dde79d71de5e8a1f523bef6ecc72599"/><file name="LoggerAppenderNull.php" hash="e38ebd40974eabae0eb0e762f49cd653"/><file name="LoggerAppenderPDO.php" hash="0f02596bdef5945b53ce5c72f3b95799"/><file name="LoggerAppenderPhp.php" hash="e2aacbc2a1d55fb36f1b711143b6cb9e"/><file name="LoggerAppenderRollingFile.php" hash="464c3b306d7149fc246ac1ad839a195b"/><file name="LoggerAppenderSocket.php" hash="8a025ed5613dea942d9d9d3cab64537a"/><file name="LoggerAppenderSyslog.php" hash="183341424b76299b3fb62d5d5373d786"/></dir><dir name="Configurators"><file name="LoggerConfiguratorBasic.php" hash="5dda01f3426881c4cbe99fbd41504940"/><file name="LoggerConfiguratorIni.php" hash="1161e5ff28324d64815b19598804f0f6"/><file name="LoggerConfiguratorPhp.php" hash="8a65513bb7cc76c0fdd1ac6b5fd1cdd1"/><file name="LoggerConfiguratorXml.php" hash="31c696227cb22fef992af71cd07bacea"/></dir><dir name="Filters"><file name="LoggerFilterDenyAll.php" hash="67ac2b4d1a82d53045e7ec940504d567"/><file name="LoggerFilterLevelMatch.php" hash="3d83fba7c6dc7b606dc72f582e3e75d1"/><file name="LoggerFilterLevelRange.php" hash="a1fbd796594269a9f56b0138f4e8b9e3"/><file name="LoggerFilterStringMatch.php" hash="49b47ffbf483ab1982efdf1ae36c364c"/></dir><dir name="Helpers"><file name="LoggerBasicPatternConverter.php" hash="cb8afd945b3b7b8ee6fbb6bc6682c6ef"/><file name="LoggerCategoryPatternConverter.php" hash="07df9aa9b861a94b0f2bef77d8195f72"/><file name="LoggerClassNamePatternConverter.php" hash="46fcf7e0525c978210959b4c8f99a9c5"/><file name="LoggerDatePatternConverter.php" hash="7879be01afaa81bdada923c694010bad"/><file name="LoggerFormattingInfo.php" hash="7fc68cd37a568bf040240f8d2f5452fe"/><file name="LoggerLiteralPatternConverter.php" hash="7e5f241006afd3726bbec5d42316e800"/><file name="LoggerLocationPatternConverter.php" hash="4ea94ff8e325b9b05700f5f4940324d9"/><file name="LoggerMDCPatternConverter.php" hash="a9faf52d09a9e385776131ee117086a4"/><file name="LoggerNamedPatternConverter.php" hash="780660488d166aaf047b6e765b2851d6"/><file name="LoggerOptionConverter.php" hash="9d8f4ebafbf4bab6ffc5c6f1da19da52"/><file name="LoggerPatternConverter.php" hash="5bd9ff7988942b1aaacebb991541a874"/><file name="LoggerPatternParser.php" hash="79afa5d4659028f856dac3e3546e9887"/></dir><dir name="Layouts"><file name="LoggerLayoutHtml.php" hash="b9dd5e069f47891ae80b4aac718c225d"/><file name="LoggerLayoutPattern.php" hash="531092855338182c1cdc5162579d4900"/><file name="LoggerLayoutSimple.php" hash="e90777249b3d648b948f47349af98a55"/><file name="LoggerLayoutTTCC.php" hash="90b1b1e2ccf178605d3fc10f0ccd45e5"/><file name="LoggerLayoutXml.php" hash="723de37428e27d090320b0265b08cd55"/></dir><file name="Logger.php" hash="cf27a8bdea9ab35d5ed804bb069ec621"/><file name="LoggerAppender.php" hash="1ae439bd84b9b433216b0dfc79e96c99"/><file name="LoggerAppenderPool.php" hash="e02f1242feec0f95cb3239707341825b"/><file name="LoggerConfigurator.php" hash="8813ec1d59384a7943a013cbf5b21637"/><file name="LoggerException.php" hash="8a9b3b2531834d4447a84b36f416258e"/><file name="LoggerFilter.php" hash="a8f7e6a19e5eb91495725ac9707592cd"/><file name="LoggerHierarchy.php" hash="60d36c0e5fc5ef51d233255c065ee338"/><file name="LoggerLayout.php" hash="acf9e61845a5a15ea5f0d108df1cf7d1"/><file name="LoggerLevel.php" hash="4c03c22532dde42ff380db07417c53ca"/><file name="LoggerLocationInfo.php" hash="d4583a76a6099c9ca543ccbed6cfd032"/><file name="LoggerLoggingEvent.php" hash="ac94bf4f76cbc3b432559d0e6da7b030"/><file name="LoggerMDC.php" hash="3834179417c2b0ce3e51a170fda6b155"/><file name="LoggerNDC.php" hash="97fbdaa1ced0f4f0f378a3486b36c0d1"/><file name="LoggerReflectionUtils.php" hash="5eddfb23215addb2c3dc5f80b1da26d1"/><file name="LoggerRoot.php" hash="7c9a9c821d1e0e1d966743138790f0c4"/><file name="LoggerThrowableInformation.php" hash="19df6cdd8568ffb448dbae5b855fb805"/><dir name="Renderers"><file name="LoggerRendererDefault.php" hash="bfaf9fd683fb746f673d462f858f19c0"/><file name="LoggerRendererException.php" hash="3339690dcb0c07af4b871b3c6a3b74b3"/><file name="LoggerRendererMap.php" hash="fbbb4c2bdd727db290c845f70390ca2a"/><file name="LoggerRendererObject.php" hash="b3f4d59f0239b11be7e21729c32ce537"/></dir><dir name="Xml"><file name="log4php.dtd" hash="fb7e60edf02964352b7ddee1f26d8924"/></dir></dir><dir name="PagSeguroDireto"><dir name="Config"><file name="Config.php" hash="2d67c29e984fbee45fc60131ad6e3e3c"/><file name="ConfigFile.php" hash="482a57ef37ca6f5495df68c6e40fdbe8"/></dir><dir name="Domain"><file name="AccountCredentials.php" hash="50d345ffe0dd84b81d84fdbc0e340524"/><file name="Address.php" hash="c9825d7716345dead087f7162a1ae56c"/><file name="Bank.php" hash="d2424594b68a3aabf797b504e8ceeaa9"/><file name="Billing.php" hash="c738d627ee596150ebcddb9afe703939"/><file name="Credentials.php" hash="98f0cb5aaa0d6f1a9aeebb29aeaf223a"/><file name="CreditCardHolder.php" hash="24be41d411bc03cd4b8a1c9490acff20"/><file name="Currencies.php" hash="b98adec3ad0f67225640fcfce5d3667a"/><file name="Document.php" hash="51cab7aa56cc302a7c3be4fc357a53f3"/><file name="Documents.php" hash="a2913d8ef4ad6de3d2158c41609ceb80"/><file name="Error.php" hash="548f8f13ff626606dd5ac2dda8835689"/><file name="HttpStatus.php" hash="a5802f2aceb319e74e015b16ea0d2f89"/><file name="Installment.php" hash="937c9a26ed960fbcdf8da0fd39d95369"/><file name="Item.php" hash="9c01399378937a54d8a04611891d8baf"/><file name="MetaData.php" hash="b2e3f4e022f18790582e414ad48fd091"/><file name="MetaDataItem.php" hash="a3089e56130ca86b6c8df2be1f761d99"/><file name="MetaDataItemKeys.php" hash="3bc1fadb932ca66c7596ee22f5750339"/><file name="NotificationType.php" hash="0609359c301d369dde01cd72954c2fd5"/><file name="Parameter.php" hash="83f3d8f0a855fe0256614968a89adeda"/><file name="ParameterItem.php" hash="042c62c14888640a3c5f874be695b498"/><file name="PaymentMethod.php" hash="922d043b2e5ba863150705c13dc4b589"/><file name="PaymentMethodCode.php" hash="7edda95ffc55fa23dc9c382e823833c2"/><file name="PaymentMethodType.php" hash="a5abb5b93433f10e16d811f25953ce3c"/><file name="PaymentRequest.php" hash="7b5693df62f02369391c74ec9c17b2af"/><file name="PaymentResponse.php" hash="bbdf29cdd577790b0188bd35367527bf"/><file name="Phone.php" hash="20897c7fd7e6cc2370471f2952597dea"/><file name="Sender.php" hash="d96623153d440c35e2a09492f62d0523"/><file name="SenderDocument.php" hash="7418593ca9bbe6e0a2e77c91a640fe11"/><file name="Session.php" hash="b1b6e3656de23af484d0ca7248ad3e2f"/><file name="SessionResponse.php" hash="2641e9dbbc2aaeb6bd309888e78ca9e0"/><file name="Shipping.php" hash="dd005c1fc3ebab16952aaef8d6b8c62a"/><file name="ShippingType.php" hash="5a73a81fa4b9ce225af7a7351074717c"/><file name="Transaction.php" hash="b0923ff9614cbfc170051f24fa373dca"/><file name="TransactionCancellationSource.php" hash="a333c636dfd3418d9b76e470950c8d28"/><file name="TransactionSearchResponse.php" hash="7dc92626c502a33ccc1f3ed6a9d08a77"/><file name="TransactionSearchResult.php" hash="fc75610c4573511433cde926609bb463"/><file name="TransactionStatus.php" hash="efe1e72becf197e4bd8b503594e43ef5"/><file name="TransactionSummary.php" hash="1ffb7de34fa29b35a0255319d032592b"/><file name="TransactionType.php" hash="8557855a5f728aa0b026cd285bfe6b71"/></dir><dir name="Exception"><file name="ServiceException.php" hash="daef1c54c6fd65279fb8c8a44a466580"/></dir><dir name="Helper"><file name="Helper.php" hash="045dc42d8c8257530daa5c399f1923b4"/></dir><file name="Library.php" hash="8ce1afba07bc2b8657ffecc33f4b6ff9"/><dir name="Loader"><file name="AutoLoader.php" hash="7a04b2b246fb6be1f9eb526e9b7ce590"/></dir><dir name="Parser"><file name="PaymentParser.php" hash="531afbb624bea82ea44fee24310d2881"/><file name="PaymentParserData.php" hash="32cbe48ef53496a7082e2e8cfcd8a462"/><file name="ServiceParser.php" hash="7de7d0a3946d7867e7f18b37804c1129"/><file name="SessionParser.php" hash="3aa9d4b781131ae7ca62f97fba1d10f4"/><file name="TransactionParser.php" hash="49cab1482a17b5044f1fa2f980901f46"/></dir><dir name="Resources"><file name="Resources.php" hash="22add0d4ea4b812954fe2bab25998ad1"/><file name="ResourcesFile.php" hash="64f9ecd86948668bafe03993f0e1fed1"/></dir><dir name="Service"><file name="ConnectionData.php" hash="3826872e3fd15473512b268b049c9578"/><file name="NotificationService.php" hash="bc43e2cc0b744e88e6f6b61974cc0aba"/><file name="PaymentService.php" hash="2dac4bdc6f010ac0bd1f46fcb7fa9c9b"/><file name="SessionService.php" hash="90adbe0e5421182cf03dd3ef6c4c318c"/><file name="TransactionSearchService.php" hash="1602f565ba5c155019d67a2ddae69b13"/></dir><dir name="Utils"><file name="HttpConnection.php" hash="f3310fb12e172b8d6c9d30ec3da13386"/><file name="XmlParser.php" hash="7dbbb7a77add0e57816f53b4e6bfd652"/></dir></dir></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="ipgbase"><dir name="css"><dir name="images"><dir name="francybox"><file name="blank.gif" hash="325472601571f31e1bf00674c368d335"/><file name="fancy_close.png" hash="6e2879a324a76e9972ebc98201aae1d8"/><file name="fancy_loading.png" hash="b1d54c240cf06e7f41e372d56919b738"/><file name="fancy_nav_left.png" hash="3f3e406102152cd8236383568a40ba35"/><file name="fancy_nav_right.png" hash="216e4bde5bddeeaa60dc3d692890a68e"/><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="fancy_title_left.png" hash="1582ac2d3bef6a6445bf02ceca2741cd"/><file name="fancy_title_main.png" hash="38dad6c1ed4bdc81c0bec721b2deb8c2"/><file name="fancy_title_over.png" hash="b886fd165d4b7ac77d41fb52d87ffc60"/><file name="fancy_title_right.png" hash="6cbe0c935511e7f9a2555ccb6a7324c4"/><file name="fancybox-x.png" hash="168696d8a694214090ef90e029cdf393"/><file name="fancybox-y.png" hash="36a58859beb9a6b19322a37466b9f78e"/><file name="fancybox.png" hash="11e57e492ee0311540967cc7a1e6e3e2"/></dir></dir><file name="styles.css" hash="2a9cd4aa3ec3134806bf70a6edd568e6"/></dir><dir name="images"><file name="help.png" hash="cc45e0c10b3bc12f6c2c4b8d89ddfd2d"/><file name="logo-ipagare-menu.png" hash="e5b2d6404f5c6819c581505e3d86b9f9"/><file name="logo-ipagare.png" hash="14907bbc308c30264409f6d12cce01f6"/></dir></dir><dir name="ipgpagsegurodireto"><dir name="css"><file name="styles.css" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="ipgbase"><dir name="css"><dir name="checkout"><file name="osc.css" hash="5a6d9a58763b85c51a98584bbc5ce128"/></dir><file name="styles.css" hash="18051a9cb1bd7459e397aa4345fd7a87"/></dir><dir name="images"><file name="ajax-loader-tr.gif" hash="1ae32bc8232ff2527c627e5b38eb319a"/><file name="bkg_btn-close.gif" hash="df3f2332f0bad01e031deb22b81f630c"/><file name="bkg_btn-close2.gif" hash="822457d78fb3c21dc12e9777d83eb4f1"/><file name="boleto.png" hash="5fb45044bd1c9136f8711e28c49f8108"/></dir></dir><dir name="ipgpagsegurodireto"><dir name="css"><file name="cvm.css" hash="d41d8cd98f00b204e9800998ecf8427e"/><file name="opc.css" hash="d41d8cd98f00b204e9800998ecf8427e"/><file name="styles-ie7.css" hash="d41d8cd98f00b204e9800998ecf8427e"/><file name="styles.css" hash="68f9d805bfdd1cdd89e984e6064b6eaa"/></dir><dir name="images"><file name="boleto.png" hash="5fb45044bd1c9136f8711e28c49f8108"/><file name="bubble.png" hash="633d5cc5048f0f7996f037c19ce44a83"/><file name="codigo_bin_1.png" hash="8f74e05f4868275b2aa4aba7f5830a1c"/><file name="codigo_bin_2.png" hash="56aae6868f83a53131226803d3ecebe3"/><file name="cvv.gif" hash="9a9eccd9f0f137c13323816b92b43d22"/><file name="padlock_clean.png" hash="f8358258d72e3b8f9ef29bfd68fa4fbb"/><file name="padlock_closed.png" hash="b42020410a6e2d992790b35cc97e1db1"/><file name="pagseguro.png" hash="fa319cc6d61fda11ba06f8f5499b1dcb"/><file name="pagseguro.pxm" hash="4a78a49f87dfd787ff8e80843100b5e7"/><file name="pagseguro.pxm.sb-cd4c37b0-h3WR13" hash="2548c76ac14a4e385fdb632e3b1aa928"/></dir></dir></dir></dir></dir></target><target name="magemedia"><dir name="ipagare"><dir name="ipgbase"><dir name="images"><file name="imprimir_boleto.png" hash="8936fa0871a0d2b62f4efc522e1504e3"/></dir></dir><dir name="ipgpagsegurodireto"><dir name="bandeiras"><dir name="101"><file name="10x.gif" hash="4a55ee1bf3afbbf86877e6db4587fdc1"/><file name="11x.gif" hash="5520afac3745af1afac2c48b0b401638"/><file name="12x.gif" hash="be3fa56848763d1a2cde6358674872d4"/><file name="1x.gif" hash="c5c0ff6368122c177335f862f9bedf6c"/><file name="2x.gif" hash="7e557dabe2080890f6053426be87d956"/><file name="3x.gif" hash="42451c7680825e87f74ef4ee5eff76db"/><file name="4x.gif" hash="d22cdd50884e8ebb2deaf26ea267bcdb"/><file name="5x.gif" hash="08758844e3dbe3ba29f7026ea83d77e4"/><file name="6x.gif" hash="14fbaeb0032f2711e7cf9582f50448a0"/><file name="7x.gif" hash="74423a7a5147c8b71055e70ac55c8d1a"/><file name="8x.gif" hash="83869f8ea5a893dafd9587ed4da39580"/><file name="9x.gif" hash="70dfbd10cd17c2dab2dba4894346ee9e"/></dir><dir name="102"><file name="10x.gif" hash="19bccb8d0fa48ec5937ecb1a0b8f6640"/><file name="11x.gif" hash="8a75bc6e6f5655dd0b48818e72b4c712"/><file name="12x.gif" hash="59890c5e572f6ad22142ce4966e35789"/><file name="1x.gif" hash="2f88255a1115f54ff49ca16b975f04b7"/><file name="2x.gif" hash="49e00e9419cf2938eb499c705c3ee9f6"/><file name="3x.gif" hash="4c7972ee6c3060847790844b611ca000"/><file name="4x.gif" hash="983fc72685e10267042ffdb371507814"/><file name="5x.gif" hash="5dd1457d491797f3b7df79b520ed8ab7"/><file name="6x.gif" hash="df3d279dc56bd2660d65e39169a0cc8c"/><file name="7x.gif" hash="90367aaa1665bdcafde8f62fce42ad7c"/><file name="8x.gif" hash="d83ffff382049265218394f86e38f675"/><file name="9x.gif" hash="9ad51c1fee98c44e10182dcea2a2ecb5"/></dir><dir name="103"><file name="10x.gif" hash="59ff1f8555c4c560296cb95e2966c8ed"/><file name="11x.gif" hash="76e8ded47cce82b1aa3ba102e8dcfadb"/><file name="12x.gif" hash="298e11d0383a51d4bac4ce985e9dd3c9"/><file name="13x.gif" hash="fbcea53d5a947b6650709867639b1a24"/><file name="14x.gif" hash="cf2324c3ee974f52999f53ff3dab1da0"/><file name="15x.gif" hash="ae4bfe2d705c5c07af949d4fed44a0e7"/><file name="1x.gif" hash="709b03a6b2f9be75340d333023e769ab"/><file name="2x.gif" hash="206624b949c47bb12b5a8cdc39ba61ce"/><file name="3x.gif" hash="7c0c93b4c4a964150fca6bf55b256424"/><file name="4x.gif" hash="a6a38febfdfe79d26994435a501b59bf"/><file name="5x.gif" hash="d5cf7cafaed90a576943ce4ef77539f1"/><file name="6x.gif" hash="2ecf07e99ce028332bb01aab2c03006c"/><file name="7x.gif" hash="7f9339559c680fa624b8d268f8e9dac2"/><file name="8x.gif" hash="a1e8ca9ac0c1862f4e5e70933374757f"/><file name="9x.gif" hash="8ab11eb6a5fc51b1d542f5815e588025"/></dir><dir name="104"><file name="10x.gif" hash="29f045c1880865c8c7b0077eac12df9c"/><file name="11x.gif" hash="acd550840a00ca856f1cba278c6da8fc"/><file name="12x.gif" hash="37a8f20918e522a3b45ae8a2d77f0749"/><file name="1x.gif" hash="6a8d41031c5913512387776e5dd1b7dd"/><file name="2x.gif" hash="2ed918382deece4b1d00351179143491"/><file name="3x.gif" hash="ff3e844f8bcefe47efee512bbf1a21d5"/><file name="4x.gif" hash="dd41efb9a3672e2d5f9f977f51328242"/><file name="5x.gif" hash="fd8c0e2be926fd6179a9ea2e57abaffe"/><file name="6x.gif" hash="5a960d3aa0be054c240a2910a4b5281a"/><file name="7x.gif" hash="61493b39eca1a607c315b09b37ab870a"/><file name="8x.gif" hash="38b53c64eb0d66484e9b03544b1e5e04"/><file name="9x.gif" hash="6c5cbdbcbbb070b2fbd3c9f289f50a69"/></dir><dir name="105"><file name="10x.gif" hash="8e4db22b31a32514e33bd4700f559e1a"/><file name="11x.gif" hash="1212d4ba1a7367055aad009ee3cc686e"/><file name="12x.gif" hash="da3ecd1c88aaddfffdaf5d1a4db84654"/><file name="1x.gif" hash="2ad6d1df9bf66b830c9750103c798043"/><file name="2x.gif" hash="43a4f5941a3a6a176149fa5877add2d2"/><file name="3x.gif" hash="9577a96941f96cfe6d9c3145f6ded0fb"/><file name="4x.gif" hash="3f31ef5194e3ff90e71be0c4e2a9243a"/><file name="5x.gif" hash="1aae0a4acd331a35e6233c5eeafada72"/><file name="6x.gif" hash="2fc9a55a96a4c68caf21dc9938c4d6f3"/><file name="7x.gif" hash="b9737e8f76795cd57e4f66c3f8382c44"/><file name="8x.gif" hash="236d05bdf07fec69951789abdb1fd876"/><file name="9x.gif" hash="032680d27205555b186c18e7a43ef163"/></dir><dir name="106"><file name="10x.gif" hash="420e04abec83946ecf9274098a280b0b"/><file name="11x.gif" hash="2c677142e20148cc7bab3a38b61a25c5"/><file name="12x.gif" hash="d2357ca986409a6cadd9309796b26a87"/><file name="13x.gif" hash="34cae59a3a80aef42f3ce3c89d2853f1"/><file name="14x.gif" hash="bf81e6e640401067ea6310c0a120e489"/><file name="15x.gif" hash="07676277749dfa4b68431e2c9b7abe9d"/><file name="16x.gif" hash="2806876fdb82c0b5e2d1b3932738a575"/><file name="17x.gif" hash="660b480066354c427ae4873c194b67cf"/><file name="18x.gif" hash="69683207398c3358e66efb60c9b4739f"/><file name="1x.gif" hash="d1c3d9370fbc0adb9cedd3c835566748"/><file name="2x.gif" hash="35df30ef065194029712ef2ae946d8d9"/><file name="3x.gif" hash="5afcdb8abf8ba8f9042db37d3df1560e"/><file name="4x.gif" hash="000ee5bf97aec9e8faf7c05af694fdb8"/><file name="5x.gif" hash="956b0ea766647e90e2182532aa177528"/><file name="6x.gif" hash="c52f9e2e723bf87773f9275a17553bf1"/><file name="7x.gif" hash="3e222ec179cc12e84eca242413137ec9"/><file name="8x.gif" hash="b8508ac2137f353da778ef08a62a1126"/><file name="9x.gif" hash="87796b31bca3a82ad7ec157a9d89b135"/></dir><dir name="107"><file name="10x.gif" hash="e16c1f55a33529ec4dd175860c4f6338"/><file name="11x.gif" hash="d4559737c6bc6af60e5fe91fb8d31c4d"/><file name="12x.gif" hash="ad4573e93be74fb8416e1affd5a729e7"/><file name="1x.gif" hash="332549954dee04569ea4577a2220d24f"/><file name="2x.gif" hash="7cdefb9f0c24d4895f960cc328ba8504"/><file name="3x.gif" hash="3d4e2001a00acbee7973437e190fe5a7"/><file name="4x.gif" hash="d1f5d76c7565f55eeab4d25bcd0f826e"/><file name="5x.gif" hash="8bac322e17535f5a02516c3a9b8add3a"/><file name="6x.gif" hash="38cd876b372a12ad4059328cc4123523"/><file name="7x.gif" hash="a24a91ae6175d16f1517fcff821e1ec8"/><file name="8x.gif" hash="48f39ffb0a5295917f9d3581045d4296"/><file name="9x.gif" hash="45963f41deb37ed7ba9116f5a53328f8"/></dir><dir name="108"><file name="10x.gif" hash="2138de6dbf95059632ce0b58f0ed2084"/><file name="11x.gif" hash="9535bfbc62013599ecc5cd42702a632f"/><file name="12x.gif" hash="b8f95f59209950208ae3e5b32985a5a3"/><file name="1x.gif" hash="f72a78109c746f0fb7364b57706ad3d0"/><file name="2x.gif" hash="5f4476382b35572baac19d74008e0555"/><file name="3x.gif" hash="293fa94977e7b8b9f969d5a8ba831bb3"/><file name="4x.gif" hash="bfbbe55eb0082c097b0e21656603990b"/><file name="5x.gif" hash="4eea2441dceb6cfbf79a5eee33eccde8"/><file name="6x.gif" hash="30bd668b490be8d164af6f4553620e5d"/><file name="7x.gif" hash="208919abcb116d52373e0f171468a5ab"/><file name="8x.gif" hash="d3c98e0e6f5c086b003543893677ba94"/><file name="9x.gif" hash="8aec644baf163b8f661d6d5ae0d02fce"/></dir><dir name="109"><file name="10x.gif" hash="f7e44949748b22e5d28bb9e0d12dfb57"/><file name="11x.gif" hash="278b5dac10ba228f7751922ec4a1cb4a"/><file name="12x.gif" hash="bbd92898ce39e3a70a1373c7370210cb"/><file name="1x.gif" hash="6997f0bd017aafdbfd8e05ac2a91d0d3"/><file name="2x.gif" hash="4c995c76b4f2886087c1a90e5a282e71"/><file name="3x.gif" hash="082ea40638d99e7c863ab8daad2c7edc"/><file name="4x.gif" hash="949ab5e13a3f443073a39f5a12e5634b"/><file name="5x.gif" hash="6f15cf163cc2430099168a369a0eef7c"/><file name="6x.gif" hash="7f758876fd04ef050229707ef0f640da"/><file name="7x.gif" hash="e2965e9a11acf711da88e1dbe49cf95a"/><file name="8x.gif" hash="8d25dbed06a16801fa859bc5dc06efe6"/><file name="9x.gif" hash="d97e73212de7ea3c6139f88428b51225"/></dir><dir name="110"><file name="10x.gif" hash="64094c8751c82fed9e3e96c74c984911"/><file name="11x.gif" hash="a2a0e930f893afc612959e2044965a93"/><file name="12x.gif" hash="c7727dd4938575bb8d62ec6440ee893e"/><file name="1x.gif" hash="745e605a964b7fa0211ae350e5dda8d7"/><file name="2x.gif" hash="af4980bc29f336ee08f5cdbaad846be2"/><file name="3x.gif" hash="2a1af54bd8a0b83271495265cde4a31e"/><file name="4x.gif" hash="81f047b79389d1c90c4dbaaa9b1ae47b"/><file name="5x.gif" hash="8deae8c778dbb57218f823c9181ce3d8"/><file name="6x.gif" hash="d5de238b8c43580f44194d7dbddf1679"/><file name="7x.gif" hash="bd87aee2798ab59edade92286c6ec178"/><file name="8x.gif" hash="cccdb843316b3635e1abb405e062ec2e"/><file name="9x.gif" hash="26f649edd6401aceace857453b9767cf"/></dir><dir name="111"><file name="10x.gif" hash="60e9805557f5011ecebbccbff9ae6ca9"/><file name="11x.gif" hash="0c05c409b809c366780863ebb3868048"/><file name="12x.gif" hash="db8c015828f68146b47740a9ef1ed6c1"/><file name="1x.gif" hash="e81b4492a6867ea8fb9c91052d533973"/><file name="2x.gif" hash="4735c01a28b6112264f0bd0a732296dc"/><file name="3x.gif" hash="cf5eb35d623c2f0436162eb140336c02"/><file name="4x.gif" hash="2b409b591e8b6c6228ad1a37d932fcf3"/><file name="5x.gif" hash="75d16ba244560661ed1ca0d1fafd682d"/><file name="6x.gif" hash="6a87720368b08dc3915bfbec5919980e"/><file name="7x.gif" hash="7af1499bc7e2ad68d3154a3172828148"/><file name="8x.gif" hash="5f17c4f3dcffeb2e22c02514e5f7847d"/><file name="9x.gif" hash="1ddf17a2b8b377c4c0eeae87824a855e"/></dir><dir name="112"><file name="10x.gif" hash="cbdeb934626284d6397f67cded17291c"/><file name="11x.gif" hash="cd219544bfd9f854e9f52f4fdb4c95d3"/><file name="12x.gif" hash="eb5bfe89b8f4815428e4fc8e97ff5b21"/><file name="1x.gif" hash="2a89cc173675ee3a907d7c35f24469b3"/><file name="2x.gif" hash="0e30496e56ad8282d6d9f9a21c850c69"/><file name="3x.gif" hash="be5676bdc1d01ca11a571c76da422940"/><file name="4x.gif" hash="6f5af9555eb4634326b9bbdbd8401484"/><file name="5x.gif" hash="1deb41ce24d8558569ba704afa9cf1f9"/><file name="6x.gif" hash="e2951307912c939e5516965a1baff1dc"/><file name="7x.gif" hash="3af1077a9f1a56237c555eeee80ae80a"/><file name="8x.gif" hash="cb234a96f2b03a0fb1566d966c4f5daa"/><file name="9x.gif" hash="533d695670b8dd8bca7ad049d05525b6"/></dir><dir name="113"><file name="10x.gif" hash="200d31ad1dc1bdc0b2fa6127e5c59b5c"/><file name="11x.gif" hash="79277d891e5bd45ee74446280af32b56"/><file name="12x.gif" hash="2ae388d024b586bea264ae1a90c53735"/><file name="1x.gif" hash="ebc1787bb30dd005ca9634d23b3b5080"/><file name="2x.gif" hash="7daff19f0323e4f9cda19c879496c952"/><file name="3x.gif" hash="38752b476cdf7b452a32df37071c9776"/><file name="4x.gif" hash="f97f8db04756ea534ca3ec00e1212241"/><file name="5x.gif" hash="7ba28706c80512dbd99fd0e7b0d2136e"/><file name="6x.gif" hash="ed6b0c9945fa6c75151d868330090ff0"/><file name="7x.gif" hash="fbc8d61b57a24b14c904b5867ba6a1fc"/><file name="8x.gif" hash="caed87f745d6a43812529ff630a808bb"/><file name="9x.gif" hash="5ba0166bdad7b47ed44c547499ab826d"/></dir><dir name="114"><file name="10x.gif" hash="a366c82e3217f0a326943f56617a8aef"/><file name="11x.gif" hash="c9f2532e008108cb722baa17059021f3"/><file name="12x.gif" hash="494c83118f467839572252e2073e7bf5"/><file name="1x.gif" hash="d321337c74805e74648f2f2d7e01e2bf"/><file name="2x.gif" hash="b8d2021e42d9a40cd058b0c1fa6c19c2"/><file name="3x.gif" hash="941b1d22b2a978e0fdf12b382c0864c2"/><file name="4x.gif" hash="5a1f55104aad8d5a17ef2458db13a5cc"/><file name="5x.gif" hash="e89510054be6e00acba9117871269815"/><file name="6x.gif" hash="a2f24186dfe55ee2bdcc50e5f393327f"/><file name="7x.gif" hash="d49c8fbf3142d7fe0b1df3ffe18b5ba0"/><file name="8x.gif" hash="7576060a368fccb643a8b0905e9b61a3"/><file name="9x.gif" hash="8c5af3cd070903e1b76740d458ef5a4e"/></dir><dir name="115"><file name="1x.gif" hash="04fa63c67caad86494393209d28ac923"/><file name="2x.gif" hash="3c524fa472f7709ad5508f45c47f7f56"/><file name="3x.gif" hash="cffeb44639fb3bc2ceddb5f54766e38b"/></dir><dir name="116"><file name="10x.gif" hash="9c402b6dbd31a380b2c3588eba9a9a66"/><file name="11x.gif" hash="281208ec6a979441bdc928c52dd65b55"/><file name="12x.gif" hash="0fcae55b2d02ac3ea533a9c545648375"/><file name="1x.gif" hash="c69cc955eb768c91ecf6b6084b44740e"/><file name="2x.gif" hash="0fa13f4551fbea7a015f9dfc43b7fb17"/><file name="3x.gif" hash="a0b1fc1700c4797feb1e5c87d7cd2053"/><file name="4x.gif" hash="f83935899bd6b52f01674b677151a78e"/><file name="5x.gif" hash="889270be485eac5d7caa272708651694"/><file name="6x.gif" hash="937144d56773dacef4961277f3004f5c"/><file name="7x.gif" hash="78054c2966272923d25b27e8c0e945ed"/><file name="8x.gif" hash="de996a62976834da191250fa990295c4"/><file name="9x.gif" hash="f54a6f7faeb02bd9a6123610beba0824"/></dir><dir name="117"><file name="10x.gif" hash="443be829514c7e6e7518888677615f41"/><file name="11x.gif" hash="001deb7ea075caccb5cdf8fc4e8fa6b1"/><file name="12x.gif" hash="d4599dd49b386e3a74730bcb21e3929c"/><file name="1x.gif" hash="d0265b00ada4928b8a3c3bc4b97d4676"/><file name="2x.gif" hash="4829bd3c0ce9db1deba3b6c808a201b4"/><file name="3x.gif" hash="df7bca14f403791c148b087a77fa3596"/><file name="4x.gif" hash="26345d22a1d07268a243842f4f0f4cb3"/><file name="5x.gif" hash="43ad89d3b7ac910187f746539e5c3c56"/><file name="6x.gif" hash="3b3838700e3d8fcb95c8bdef4bfc9a89"/><file name="7x.gif" hash="181cdc54a453e4b05991a145fd536480"/><file name="8x.gif" hash="e18e686d624251c88ba9b56e9a7fe709"/><file name="9x.gif" hash="e7e4985001269bbfd622c5238aaba996"/></dir><dir name="118"><file name="1x.gif" hash="f55227222ca8e47eb1679c4afb2ba680"/><file name="2x.gif" hash="90223b8794f6874c291880dfdf530135"/><file name="3x.gif" hash="795b4271728eed5b43281f746d2a3255"/><file name="4x.gif" hash="1d4ec9b9d3feba9268dafc1d822b6034"/><file name="5x.gif" hash="800dace856d7f61082793fbf3dfc3b7f"/><file name="6x.gif" hash="90bcacb3e0e0fffa08bfe4703ffd6136"/></dir><dir name="119"><file name="10x.gif" hash="053c0ab6930a26f25ddb13c5f617d0b1"/><file name="11x.gif" hash="8844e8ab115b6e144a699b0a7a51364b"/><file name="12x.gif" hash="cbdedfb1faddd7fc298577865555db76"/><file name="1x.gif" hash="a46c11d4a1aa59ba3757f851b46e1c8d"/><file name="2x.gif" hash="0fdbc41482038ce7a2e913f96ab394e9"/><file name="3x.gif" hash="eb5d05eb95d66515a9dd815898224c4a"/><file name="4x.gif" hash="97369c1d24851a298effcab4ece21ac8"/><file name="5x.gif" hash="ee660e427087741daaba6d465433cc33"/><file name="6x.gif" hash="2fe2c7cb4313ae7b636cf7d481a773a0"/><file name="7x.gif" hash="07ad79ff61400357720824edad77e192"/><file name="8x.gif" hash="cd1cea43cb0a4c1faa5e45e5d5c93656"/><file name="9x.gif" hash="478345790146f4014d7aaa3e0b8018e6"/></dir><dir name="202"><file name="1x.gif" hash="9c9d9237fd11ce7768b63014e588d1e6"/></dir><dir name="301"><file name="1x.gif" hash="2f2781a5859a71d8591852fc3f87e05d"/></dir><dir name="302"><file name="1x.gif" hash="f5a345bce7660baa7120d37e7a3f135c"/></dir><dir name="304"><file name="1x.gif" hash="b0c7a90a2062595916ff50f1d7ce041f"/></dir><dir name="306"><file name="1x.gif" hash="8e22d13bfdd55a19f534148507655f53"/></dir><dir name="307"><file name="1x.gif" hash="9e34ca3a26163dcf1c7877ac01e8b51b"/></dir></dir><dir name="images"><file name="logo_pagseguro.png" hash="152171c2f59670f4b0dfbd7e8166cec6"/><file name="logo_pagseguro_.png" hash="d8dc8c1cdbaed742bb6f5d0bb65d9ab6"/></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.0</min><max>5.6.0</max></php></required></dependencies>
|
18 |
</package>
|