Version Notes
Versão 0.1.0
- Primeira versão liberada do TrayCheckout
Versão 0.2.0
- Correção no envio do número de telefone.
- Melhorias no envio dos dados.
Versão 0.3.0
- Correções de integração com a API de Simulação de Parcelamento.
- Envio de um valor padrão ao finalizar por boleto e transferência online.
- Ajuste no envio das requisições para as APIs do TrayCheckout.
- Incrementado log personalizado no módulo.
Versão 0.4.0
- Ajustes nas URLs de integração com o TrayCheckout.
Versão 0.5.0
- Melhorias no código de integração com o TrayCheckout
Versão 0.6.0
- Melhorias na exibição das bandeiras de cartão de crédito
- Melhorias na exibição dos dados de parcelamento
Versão 0.7.0
- Melhorias no NAS (Notificação Automática de Status).
Versão 0.8.0
- Ajuste na validação dos campos enviados na integração.
Versão 0.9.0
- Ajustes no NAS (Notificação Automática de Status).
Versão 1.1.0
- Melhoria nos dados capturados para realização da análise de risco.
Versão 1.1.1
- Ajuste na captura e atualização dos dados do pedido
Versão 1.1.2
- Ajuste na exibição do link de pagamento (Detalhes do Pedido)
Versão 1.1.3
- Segregar meios de pagamento (à vista / à prazo
- Cancelamento de transação pelo painel administrativo da loja
- Seleção automática das bandeiras de cartão.
- Adicionada as Bandeiras Hiper / Hipercard
- Adicionado o pagamento por HSBC
Versão 1.1.4
- Ajustes no botão de configuração.
- Melhorias no script de finger print.
Versão 1.1.5
- Ajustes na exibição da forma de pagamento nos detalhes do pedido.
- Correção para exibir o botão de efetuar pagamento HSBC na finalização de compra.
- Exibindo a imagem da bandeira de cartão.
Versão 1.1.6
- Ajustes na exibição do parcelamento consultando direto das configurações da conta no TrayCheckout.
- Ajustes no retorno automático para atualização de status.
Versão 1.1.7
- Ajustes no envio dos dados.
Versão 1.1.8
- Ajustes na requisição de parcelamento para HTTPS
Versão 1.1.9
- Ajustes na requisição de configuração no ADMIN para HTTPS
Versão 1.1.10
- Ajustes no cancelamento do pedido devido falha na configuração.
Versão 1.1.11
- Ajustes na parte de recarregar as configs no retorno automático.
- Ajustes no campo de cartão de crédito para retirar espaços em branco para a validação do cartão.
Versão 1.1.12
- Ajustes nos registros de log.
- Melhorias no sistema de envio de produtos.
Versão 1.2.0
- Melhorias no sistema de cancelamento de transação.
- Integração do envio do código de rastreio automático.
Versão 1.2.1
- Ajuste na atualização automática de status.
Versão 1.2.2
- Ajuste nos dados de cartão quando utilizado mascara.
- Adaptação do valor de meio de pagamento para evitar envio duplicado de campo devido falha contida no módulo OnePageCheckout.
Versão 1.2.3
- Ajuste nos dados de o comprador (IP) para análise.
Versão 1.2.4
- Ajuste nas configurações e exibição dos dados de cartão.
Versão 1.2.5
- Ajuste na URL de Notificação.
Versão 1.2.6
- Ajuste na URL de consulta de parcelas (remove ___SID=S).
Versão 1.3.0
- Ajuste para requisição com TLS 1.1 e TLS 1.2
Release Info
Developer | TrayCheckout |
Extension | Tray_CheckoutApi |
Version | 1.3.0 |
Comparing to | |
See all releases |
Code changes from version 1.2.6 to 1.3.0
- app/code/community/Tray/CheckoutApi/Block/Adminhtml/System/Config/Fieldset/Hidden.php +0 -0
- app/code/community/Tray/CheckoutApi/Block/Adminhtml/System/Config/Fieldset/Label.php +0 -0
- app/code/community/Tray/CheckoutApi/Block/Config.php +0 -0
- app/code/community/Tray/CheckoutApi/Block/Error.php +0 -0
- app/code/community/Tray/CheckoutApi/Block/Form/Bankslip.php +0 -0
- app/code/community/Tray/CheckoutApi/Block/Form/Onlinetransfer.php +0 -0
- app/code/community/Tray/CheckoutApi/Block/Form/Standard.php +0 -0
- app/code/community/Tray/CheckoutApi/Block/Info/Bankslip.php +0 -0
- app/code/community/Tray/CheckoutApi/Block/Info/Onlinetransfer.php +0 -0
- app/code/community/Tray/CheckoutApi/Block/Info/Standard.php +0 -0
- app/code/community/Tray/CheckoutApi/Block/Link.php +0 -0
- app/code/community/Tray/CheckoutApi/Block/Payment.php +0 -0
- app/code/community/Tray/CheckoutApi/Block/Return.php +0 -0
- app/code/community/Tray/CheckoutApi/Helper/Adress.php +0 -0
- app/code/community/Tray/CheckoutApi/Helper/Data.php +0 -0
- app/code/community/Tray/CheckoutApi/Model/Auth.php +0 -0
- app/code/community/Tray/CheckoutApi/Model/Bankslip.php +0 -0
- app/code/community/Tray/CheckoutApi/Model/Config.php +0 -0
- app/code/community/Tray/CheckoutApi/Model/Mysql4/Setup.php +0 -0
- app/code/community/Tray/CheckoutApi/Model/Observer.php +0 -0
- app/code/community/Tray/CheckoutApi/Model/Onlinetransfer.php +0 -0
- app/code/community/Tray/CheckoutApi/Model/Payment.php +0 -0
- app/code/community/Tray/CheckoutApi/Model/Request.php +1 -2
- app/code/community/Tray/CheckoutApi/Model/Resource/Payment.php +0 -0
- app/code/community/Tray/CheckoutApi/Model/Source/Country.php +0 -0
- app/code/community/Tray/CheckoutApi/Model/Source/Payment.php +0 -0
- app/code/community/Tray/CheckoutApi/Model/Source/Paymentmethods.php +0 -0
- app/code/community/Tray/CheckoutApi/Model/Source/Qtdsplit.php +0 -0
- app/code/community/Tray/CheckoutApi/Model/Source/Specificcountries.php +0 -0
- app/code/community/Tray/CheckoutApi/Model/Source/Tefpaymentmethods.php +0 -0
- app/code/community/Tray/CheckoutApi/Model/Standard.php +1 -4
- app/code/community/Tray/CheckoutApi/controllers/StandardController.php +1 -2
- app/code/community/Tray/CheckoutApi/etc/adminhtml.xml +0 -0
- app/code/community/Tray/CheckoutApi/etc/config.xml +1 -1
- app/code/community/Tray/CheckoutApi/etc/system.xml +0 -0
- app/code/community/Tray/CheckoutApi/sql/checkoutapi_setup/mysql4-install-0.1.0.php +0 -0
- app/code/community/Tray/CheckoutApi/sql/checkoutapi_setup/mysql4-install-0.2.0.php +0 -0
- app/code/community/Tray/CheckoutApi/sql/checkoutapi_setup/mysql4-install-0.3.0.php +0 -0
- app/code/community/Tray/CheckoutApi/sql/checkoutapi_setup/mysql4-install-0.4.0.php +0 -0
- app/code/community/Tray/CheckoutApi/sql/checkoutapi_setup/mysql4-install-1.1.2.php +0 -0
- app/code/community/Tray/CheckoutApi/sql/checkoutapi_setup/mysql4-install-1.1.3.php +0 -0
- app/code/community/Tray/CheckoutApi/sql/checkoutapi_setup/mysql4-install-1.1.4.php +0 -0
- app/code/community/Tray/CheckoutApi/sql/checkoutapi_setup/mysql4-install-1.1.5.php +0 -0
- app/code/community/Tray/CheckoutApi/sql/checkoutapi_setup/mysql4-install-1.1.6.php +0 -0
- app/code/community/Tray/CheckoutApi/sql/checkoutapi_setup/mysql4-upgrade-0.1.0-0.2.0.php +0 -0
- app/code/community/Tray/CheckoutApi/sql/checkoutapi_setup/mysql4-upgrade-0.2.0-0.3.0.php +0 -0
- app/code/community/Tray/CheckoutApi/sql/checkoutapi_setup/mysql4-upgrade-0.3.0-0.4.0.php +0 -0
- app/design/adminhtml/default/default/layout/tray_checkoutapi.xml +1 -1
- app/design/adminhtml/default/default/template/tray/checkoutapi/form/bankslip.phtml +0 -0
- app/design/adminhtml/default/default/template/tray/checkoutapi/form/onlinetransfer.phtml +0 -0
- app/design/adminhtml/default/default/template/tray/checkoutapi/form/standard.phtml +0 -0
- app/design/adminhtml/default/default/template/tray/checkoutapi/getbaseurl.phtml +0 -0
- app/design/adminhtml/default/default/template/tray/checkoutapi/info/standard.phtml +0 -0
- app/design/frontend/base/default/layout/tray_checkoutapi.xml +1 -1
- app/design/frontend/base/default/template/tray/checkoutapi/error.phtml +0 -0
- app/design/frontend/base/default/template/tray/checkoutapi/form/bankslip.phtml +0 -0
- app/design/frontend/base/default/template/tray/checkoutapi/form/images/overlay.png +0 -0
- app/design/frontend/base/default/template/tray/checkoutapi/form/onlinetransfer.phtml +0 -0
- app/design/frontend/base/default/template/tray/checkoutapi/form/standard.phtml +6 -0
- app/design/frontend/base/default/template/tray/checkoutapi/head.phtml +0 -0
- app/design/frontend/base/default/template/tray/checkoutapi/info/bankslip.phtml +0 -0
- app/design/frontend/base/default/template/tray/checkoutapi/info/onlinetransfer.phtml +0 -0
- app/design/frontend/base/default/template/tray/checkoutapi/info/standard.phtml +0 -0
- app/design/frontend/base/default/template/tray/checkoutapi/overlay.phtml +0 -0
- app/design/frontend/base/default/template/tray/checkoutapi/payment.phtml +0 -0
- app/design/frontend/base/default/template/tray/checkoutapi/return.phtml +0 -0
- app/etc/modules/Tray_CheckoutApi.xml +0 -0
- js/tray/checkoutapi/js/traycheckout.js +1 -1
- package.xml +10 -5
- skin/adminhtml/default/default/tray/checkoutapi/css/magentomodal.css +0 -0
- skin/adminhtml/default/default/tray/checkoutapi/images/btn_bg.gif +0 -0
- skin/adminhtml/default/default/tray/checkoutapi/images/content_bg.gif +0 -0
- skin/adminhtml/default/default/tray/checkoutapi/images/top_bg.gif +0 -0
- skin/adminhtml/default/default/tray/checkoutapi/images/window_close.png +0 -0
- skin/adminhtml/default/default/tray/checkoutapi/js/modal.js +0 -0
- skin/frontend/base/default/tray/checkoutapi/css/styles.css +0 -0
- skin/frontend/base/default/tray/checkoutapi/images/BannerTrayCheckout890px.png +0 -0
- skin/frontend/base/default/tray/checkoutapi/images/american-express-flag.svg +0 -0
- skin/frontend/base/default/tray/checkoutapi/images/aura-flag.svg +0 -0
- skin/frontend/base/default/tray/checkoutapi/images/banner_comlogo_formas.jpg +0 -0
- skin/frontend/base/default/tray/checkoutapi/images/banner_semlogo_formas.jpg +0 -0
- skin/frontend/base/default/tray/checkoutapi/images/banner_semlogo_formas.png +0 -0
- skin/frontend/base/default/tray/checkoutapi/images/bb-flag.svg +0 -0
- skin/frontend/base/default/tray/checkoutapi/images/boleto-flag.svg +0 -0
- skin/frontend/base/default/tray/checkoutapi/images/bradesco-flag.svg +0 -0
- skin/frontend/base/default/tray/checkoutapi/images/close.png +0 -0
- skin/frontend/base/default/tray/checkoutapi/images/diners-club-international-flag.svg +0 -0
- skin/frontend/base/default/tray/checkoutapi/images/discover-flag.svg +0 -0
- skin/frontend/base/default/tray/checkoutapi/images/elo-flag.svg +0 -0
- skin/frontend/base/default/tray/checkoutapi/images/hiper-flag.svg +0 -0
- skin/frontend/base/default/tray/checkoutapi/images/hipercard-flag.svg +0 -0
- skin/frontend/base/default/tray/checkoutapi/images/hsbc-flag.svg +0 -0
- skin/frontend/base/default/tray/checkoutapi/images/itau-flag.svg +0 -0
- skin/frontend/base/default/tray/checkoutapi/images/jcb-flag.svg +0 -0
- skin/frontend/base/default/tray/checkoutapi/images/mastercard-flag.svg +0 -0
- skin/frontend/base/default/tray/checkoutapi/images/overlay.png +0 -0
- skin/frontend/base/default/tray/checkoutapi/images/paymentFlags1.png +0 -0
- skin/frontend/base/default/tray/checkoutapi/images/paymentFlagsTc.png +0 -0
- skin/frontend/base/default/tray/checkoutapi/images/peela-flag.svg +0 -0
- skin/frontend/base/default/tray/checkoutapi/images/visa-flag.svg +0 -0
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -41,8 +41,7 @@ class Tray_CheckoutApi_Model_Request extends Varien_Object
|
|
41 |
curl_setopt ( $ch, CURLOPT_POST, 1 );
|
42 |
curl_setopt ( $ch, CURLOPT_RETURNTRANSFER, 1 );
|
43 |
curl_setopt ( $ch, CURLOPT_POSTFIELDS, $dataRequest);
|
44 |
-
curl_setopt ( $ch,
|
45 |
-
curl_setopt ( $ch, CURLOPT_SSL_VERIFYHOST, FALSE );
|
46 |
|
47 |
|
48 |
if (!($responseData = curl_exec($ch))) {
|
41 |
curl_setopt ( $ch, CURLOPT_POST, 1 );
|
42 |
curl_setopt ( $ch, CURLOPT_RETURNTRANSFER, 1 );
|
43 |
curl_setopt ( $ch, CURLOPT_POSTFIELDS, $dataRequest);
|
44 |
+
curl_setopt ( $ch, CURLOPT_SSLVERSION, CURL_SSLVERSION_TLSv1_2 );
|
|
|
45 |
|
46 |
|
47 |
if (!($responseData = curl_exec($ch))) {
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -605,10 +605,7 @@ class Tray_CheckoutApi_Model_Standard extends Mage_Payment_Model_Method_Abstract
|
|
605 |
curl_setopt ( $ch, CURLOPT_POST, 1 );
|
606 |
curl_setopt ( $ch, CURLOPT_RETURNTRANSFER, 1 );
|
607 |
curl_setopt ( $ch, CURLOPT_POSTFIELDS, $params);
|
608 |
-
curl_setopt ( $ch,
|
609 |
-
curl_setopt ( $ch, CURLOPT_SSL_VERIFYHOST, FALSE );
|
610 |
-
//curl_setopt ( $ch, CURLOPT_FORBID_REUSE, 1 );
|
611 |
-
//curl_setopt ( $ch, CURLOPT_HTTPHEADER, array ('Connection: Close' ) );
|
612 |
|
613 |
|
614 |
if (!($res = curl_exec($ch))) {
|
605 |
curl_setopt ( $ch, CURLOPT_POST, 1 );
|
606 |
curl_setopt ( $ch, CURLOPT_RETURNTRANSFER, 1 );
|
607 |
curl_setopt ( $ch, CURLOPT_POSTFIELDS, $params);
|
608 |
+
curl_setopt ( $ch, CURLOPT_SSLVERSION, CURL_SSLVERSION_TLSv1_2 );
|
|
|
|
|
|
|
609 |
|
610 |
|
611 |
if (!($res = curl_exec($ch))) {
|
@@ -233,8 +233,7 @@ class Tray_CheckoutApi_StandardController extends Mage_Core_Controller_Front_Act
|
|
233 |
curl_setopt ( $ch, CURLOPT_POST, 1 );
|
234 |
curl_setopt ( $ch, CURLOPT_RETURNTRANSFER, 1 );
|
235 |
curl_setopt ( $ch, CURLOPT_POSTFIELDS, $dataRequest);
|
236 |
-
curl_setopt ( $ch,
|
237 |
-
curl_setopt ( $ch, CURLOPT_SSL_VERIFYHOST, FALSE );
|
238 |
|
239 |
|
240 |
if (!($resposta = curl_exec($ch))) {
|
233 |
curl_setopt ( $ch, CURLOPT_POST, 1 );
|
234 |
curl_setopt ( $ch, CURLOPT_RETURNTRANSFER, 1 );
|
235 |
curl_setopt ( $ch, CURLOPT_POSTFIELDS, $dataRequest);
|
236 |
+
curl_setopt ( $ch, CURLOPT_SSLVERSION, CURL_SSLVERSION_TLSv1_2 );
|
|
|
237 |
|
238 |
|
239 |
if (!($resposta = curl_exec($ch))) {
|
File without changes
|
@@ -21,7 +21,7 @@
|
|
21 |
<config>
|
22 |
<modules>
|
23 |
<Tray_CheckoutApi>
|
24 |
-
<version>1.
|
25 |
</Tray_CheckoutApi>
|
26 |
</modules>
|
27 |
<global>
|
21 |
<config>
|
22 |
<modules>
|
23 |
<Tray_CheckoutApi>
|
24 |
+
<version>1.3.0</version>
|
25 |
</Tray_CheckoutApi>
|
26 |
</modules>
|
27 |
<global>
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -18,7 +18,7 @@
|
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
*/
|
20 |
-->
|
21 |
-
<layout version="1.
|
22 |
<adminhtml_system_config_edit>
|
23 |
<reference name="head">
|
24 |
<action method="addItem">
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
*/
|
20 |
-->
|
21 |
+
<layout version="1.3.0">
|
22 |
<adminhtml_system_config_edit>
|
23 |
<reference name="head">
|
24 |
<action method="addItem">
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -18,7 +18,7 @@
|
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
*/
|
20 |
-->
|
21 |
-
<layout version="1.
|
22 |
<default>
|
23 |
<reference name="head">
|
24 |
<action method="addJs">
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
*/
|
20 |
-->
|
21 |
+
<layout version="1.3.0">
|
22 |
<default>
|
23 |
<reference name="head">
|
24 |
<action method="addJs">
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -23,6 +23,9 @@
|
|
23 |
$_standardPD = Mage::getSingleton('checkoutapi/standard');
|
24 |
|
25 |
$totals = Mage::getSingleton('checkout/session')->getQuote()->collectTotals();
|
|
|
|
|
|
|
26 |
//$shippingAmount = Mage::getSingleton('checkout/session')->getQuote()->getShippingAddress()->getShippingAmount();
|
27 |
$strTcPaymentMethods = $_standardPD->getConfigData("tcPaymentMethods");
|
28 |
|
@@ -110,6 +113,9 @@
|
|
110 |
<label for="<?php echo $_code ?>_cc_number"><?php echo Mage::helper('payment')->__('Credit Card Number') ?> <span class="required">*</span></label><br/>
|
111 |
<input type="text" id="<?php echo $_code ?>_cc_number" name="payment[cc_number]" title="<?php echo Mage::helper('payment')->__('Credit Card Number') ?>" class="required-entry input-text validate-cc-number" value="<?php echo $this->getInfoData('cc_number')?>" onkeyup="identifyCreditCardTc(this.value.replace(/ /g,''))" onblur="getSplitValues('<?php echo number_format((float)$totals->grand_total, 2, '.',''); ?>',document.getElementById('tcPaymentMethod').value,'<?php echo (Mage::app()->getStore()->isFrontUrlSecure())?Mage::getUrl(''):Mage::getBaseUrl();?>')"/>
|
112 |
</div>
|
|
|
|
|
|
|
113 |
</li>
|
114 |
<li>
|
115 |
<div class="input-box">
|
23 |
$_standardPD = Mage::getSingleton('checkoutapi/standard');
|
24 |
|
25 |
$totals = Mage::getSingleton('checkout/session')->getQuote()->collectTotals();
|
26 |
+
Mage::log('########################### Inicio Total Cart Data ###########################', null, 'traycheckout.log');
|
27 |
+
Mage::log(Mage::getSingleton('checkout/session')->getQuote()->collectTotals()->getData(), null, 'traycheckout.log');
|
28 |
+
Mage::log('########################### Fim Total Cart Data ###########################', null, 'traycheckout.log');
|
29 |
//$shippingAmount = Mage::getSingleton('checkout/session')->getQuote()->getShippingAddress()->getShippingAmount();
|
30 |
$strTcPaymentMethods = $_standardPD->getConfigData("tcPaymentMethods");
|
31 |
|
113 |
<label for="<?php echo $_code ?>_cc_number"><?php echo Mage::helper('payment')->__('Credit Card Number') ?> <span class="required">*</span></label><br/>
|
114 |
<input type="text" id="<?php echo $_code ?>_cc_number" name="payment[cc_number]" title="<?php echo Mage::helper('payment')->__('Credit Card Number') ?>" class="required-entry input-text validate-cc-number" value="<?php echo $this->getInfoData('cc_number')?>" onkeyup="identifyCreditCardTc(this.value.replace(/ /g,''))" onblur="getSplitValues('<?php echo number_format((float)$totals->grand_total, 2, '.',''); ?>',document.getElementById('tcPaymentMethod').value,'<?php echo (Mage::app()->getStore()->isFrontUrlSecure())?Mage::getUrl(''):Mage::getBaseUrl();?>')"/>
|
115 |
</div>
|
116 |
+
<?php
|
117 |
+
print_r($totals->grand_total);
|
118 |
+
?>
|
119 |
</li>
|
120 |
<li>
|
121 |
<div class="input-box">
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -127,7 +127,7 @@ function getSplitValues(pPrice, pMethod, pathM){
|
|
127 |
optionSplit += "<option value='"+key+"'>"+jsonObj[key]+"</option>";
|
128 |
}
|
129 |
document.getElementById('traycheckoutapi_split').innerHTML = optionSplit;
|
130 |
-
|
131 |
}
|
132 |
}
|
133 |
|
127 |
optionSplit += "<option value='"+key+"'>"+jsonObj[key]+"</option>";
|
128 |
}
|
129 |
document.getElementById('traycheckoutapi_split').innerHTML = optionSplit;
|
130 |
+
document.getElementById('traycheckoutapi_split_value').value = jsonObj[1].replace(/.*R\$/,'').replace(/\,/,'.');
|
131 |
}
|
132 |
}
|
133 |
|
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Tray_CheckoutApi</name>
|
4 |
-
<version>1.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
@@ -145,11 +145,16 @@ Versão 1.2.5
|
|
145 |

|
146 |
Versão 1.2.6
|
147 |

|
148 |
-
- Ajuste na URL de consulta de parcelas (remove ___SID=S)
|
|
|
|
|
|
|
|
|
|
|
149 |
<authors><author><name>TrayCheckout</name><user>traycheckout</user><email>integracao@traycheckout.com.br</email></author></authors>
|
150 |
-
<date>
|
151 |
-
<time>
|
152 |
-
<contents><target name="magecommunity"><dir name="Tray"><dir name="CheckoutApi"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Fieldset"><file name="Hidden.php" hash="be5282cf3b72a35f2c7c808093bd2373"/><file name="Label.php" hash="32609059ab761629064c8788d4cb9054"/></dir></dir></dir></dir><file name="Config.php" hash="1a8bf5141909c4329a8cee867faadee6"/><file name="Error.php" hash="a3a8aa9edb5c7718b7941e85421f0aa2"/><dir name="Form"><file name="Bankslip.php" hash="2a274dde3529a37888169d8b9b6e2c3a"/><file name="Onlinetransfer.php" hash="9fd9a1d28fab6d56b5b796e302da0cb0"/><file name="Standard.php" hash="e1fc731119385f07e0b92d02611c6502"/></dir><dir name="Info"><file name="Bankslip.php" hash="aeff5e716c8276e1f20cfc7cde6b49a6"/><file name="Onlinetransfer.php" hash="b1156534ef56fecf6bfc55807e650f0f"/><file name="Standard.php" hash="001cb928fdf7c652c2d64d888da34985"/></dir><file name="Link.php" hash="06ad7cb8eb1a52c7f130caacc0921657"/><file name="Payment.php" hash="be531180440dc9ebe575a847a812e8d1"/><file name="Return.php" hash="6b5700113c184160ee447d1c6116b1c0"/></dir><dir name="Helper"><file name="Adress.php" hash="6064f62a723b2075290964e3e980d92b"/><file name="Data.php" hash="9a1da0d7564539c0b2fc307fc815b4ea"/></dir><dir name="Model"><file name="Auth.php" hash="570d4182c7879864dc1519b90f71c44d"/><file name="Bankslip.php" hash="a53cae20a4952eaf1bc1d43c166eb0d6"/><file name="Config.php" hash="7377296737b655ad3c01b3ae6081b507"/><dir name="Mysql4"><file name="Setup.php" hash="8a42c69f5c1a1be59d99985982a3703b"/></dir><file name="Observer.php" hash="377547b9e450523408ab5f57ed287450"/><file name="Onlinetransfer.php" hash="2b40cf76d653a9d1573df3c0e6c538a4"/><file name="Payment.php" hash="73d4ed6ffac89dc49d1dd908455cd4d8"/><file name="Request.php" hash="
|
153 |
<compatible/>
|
154 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><package><name>Mage_Core_Modules</name><channel>community</channel><min>1.6.0.0</min><max>1.7</max></package></required></dependencies>
|
155 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Tray_CheckoutApi</name>
|
4 |
+
<version>1.3.0</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
145 |

|
146 |
Versão 1.2.6
|
147 |

|
148 |
+
- Ajuste na URL de consulta de parcelas (remove ___SID=S).
|
149 |
+

|
150 |
+

|
151 |
+
Versão 1.3.0
|
152 |
+

|
153 |
+
- Ajuste para requisição com TLS 1.1 e TLS 1.2</notes>
|
154 |
<authors><author><name>TrayCheckout</name><user>traycheckout</user><email>integracao@traycheckout.com.br</email></author></authors>
|
155 |
+
<date>2017-04-17</date>
|
156 |
+
<time>17:50:39</time>
|
157 |
+
<contents><target name="magecommunity"><dir name="Tray"><dir name="CheckoutApi"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Fieldset"><file name="Hidden.php" hash="be5282cf3b72a35f2c7c808093bd2373"/><file name="Label.php" hash="32609059ab761629064c8788d4cb9054"/></dir></dir></dir></dir><file name="Config.php" hash="1a8bf5141909c4329a8cee867faadee6"/><file name="Error.php" hash="a3a8aa9edb5c7718b7941e85421f0aa2"/><dir name="Form"><file name="Bankslip.php" hash="2a274dde3529a37888169d8b9b6e2c3a"/><file name="Onlinetransfer.php" hash="9fd9a1d28fab6d56b5b796e302da0cb0"/><file name="Standard.php" hash="e1fc731119385f07e0b92d02611c6502"/></dir><dir name="Info"><file name="Bankslip.php" hash="aeff5e716c8276e1f20cfc7cde6b49a6"/><file name="Onlinetransfer.php" hash="b1156534ef56fecf6bfc55807e650f0f"/><file name="Standard.php" hash="001cb928fdf7c652c2d64d888da34985"/></dir><file name="Link.php" hash="06ad7cb8eb1a52c7f130caacc0921657"/><file name="Payment.php" hash="be531180440dc9ebe575a847a812e8d1"/><file name="Return.php" hash="6b5700113c184160ee447d1c6116b1c0"/></dir><dir name="Helper"><file name="Adress.php" hash="6064f62a723b2075290964e3e980d92b"/><file name="Data.php" hash="9a1da0d7564539c0b2fc307fc815b4ea"/></dir><dir name="Model"><file name="Auth.php" hash="570d4182c7879864dc1519b90f71c44d"/><file name="Bankslip.php" hash="a53cae20a4952eaf1bc1d43c166eb0d6"/><file name="Config.php" hash="7377296737b655ad3c01b3ae6081b507"/><dir name="Mysql4"><file name="Setup.php" hash="8a42c69f5c1a1be59d99985982a3703b"/></dir><file name="Observer.php" hash="377547b9e450523408ab5f57ed287450"/><file name="Onlinetransfer.php" hash="2b40cf76d653a9d1573df3c0e6c538a4"/><file name="Payment.php" hash="73d4ed6ffac89dc49d1dd908455cd4d8"/><file name="Request.php" hash="2a678d0fc64c498c41ec6e5c2e932c8e"/><dir name="Resource"><file name="Payment.php" hash="74c257a6afb7ca7ff9ce96954dac64c0"/></dir><dir name="Source"><file name="Country.php" hash="153d0153071b72f23ac2a1c4fee93c24"/><file name="Payment.php" hash="7872c2c8b2f0a489876cea0fdaa89ce1"/><file name="Paymentmethods.php" hash="81e4a99bd6e132332f938c000501c52d"/><file name="Qtdsplit.php" hash="1273ee53626482898aefd7a3d31ebaea"/><file name="Specificcountries.php" hash="e41658287e6c68041d3f0042130f7db3"/><file name="Tefpaymentmethods.php" hash="efa55a28f959f252195134753b16a05c"/></dir><file name="Standard.php" hash="b028661c9205269910acc97215a62c8d"/></dir><dir name="controllers"><file name="StandardController.php" hash="bb02b6d2f7661949c8de683ad70af3d7"/></dir><dir name="etc"><file name="adminhtml.xml" hash="2b0114a2ffbce1930787f7a4e20ce73b"/><file name="config.xml" hash="be3410b78d0ef51676025b8099d0bff8"/><file name="system.xml" hash="dab854a4fbcadb5828517ece100e6af1"/></dir><dir name="sql"><dir name="checkoutapi_setup"><file name="mysql4-install-0.1.0.php" hash="8eb2972ea2fcdd38306041ed37665902"/><file name="mysql4-install-0.2.0.php" hash="bb4ecef6ed4cb724d3fd505ad36acc4d"/><file name="mysql4-install-0.3.0.php" hash="8eb2972ea2fcdd38306041ed37665902"/><file name="mysql4-install-0.4.0.php" hash="8eb2972ea2fcdd38306041ed37665902"/><file name="mysql4-install-1.1.2.php" hash="8eb2972ea2fcdd38306041ed37665902"/><file name="mysql4-install-1.1.3.php" hash="8eb2972ea2fcdd38306041ed37665902"/><file name="mysql4-install-1.1.4.php" hash="8eb2972ea2fcdd38306041ed37665902"/><file name="mysql4-install-1.1.5.php" hash="8eb2972ea2fcdd38306041ed37665902"/><file name="mysql4-install-1.1.6.php" hash="8eb2972ea2fcdd38306041ed37665902"/><file name="mysql4-upgrade-0.1.0-0.2.0.php" hash="1020462cfb124528fb590922eadfb74a"/><file name="mysql4-upgrade-0.2.0-0.3.0.php" hash="1020462cfb124528fb590922eadfb74a"/><file name="mysql4-upgrade-0.3.0-0.4.0.php" hash="1020462cfb124528fb590922eadfb74a"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="tray"><dir name="checkoutapi"><file name="error.phtml" hash="9e07c1164917e9118c3b21d5bf8c864b"/><dir name="form"><file name="bankslip.phtml" hash="b013e40a0a2bbb083ab06f68fc2259ff"/><dir name="images"><file name="overlay.png" hash="143d209e15051311fdae758b295036b5"/></dir><file name="onlinetransfer.phtml" hash="a1d2c28f5e2caece7dd510bda1c1970b"/><file name="standard.phtml" hash="740a90ab8e3595fb91a16e3c6ac0928d"/></dir><file name="head.phtml" hash="750d167a7a10ef1f56a73262f918dca5"/><dir name="info"><file name="bankslip.phtml" hash="0cd67cea7447ac3d7fcd33bf57bec7dd"/><file name="onlinetransfer.phtml" hash="0cd67cea7447ac3d7fcd33bf57bec7dd"/><file name="standard.phtml" hash="64cc0fb344ae0fe105fe1f5b3d6d68b2"/></dir><file name="overlay.phtml" hash="d4ee4dbb85f9a7a350c6e8d5f59a9978"/><file name="payment.phtml" hash="99d950355a4e208c4fd3cf74bbf3f9ec"/><file name="return.phtml" hash="47d5e3e1c3bda47721573e9639a54ca6"/></dir></dir></dir><dir name="layout"><file name="tray_checkoutapi.xml" hash="3b7c5812990ec21f7288014592054caf"/></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="tray"><dir name="checkoutapi"><dir name="form"><file name="bankslip.phtml" hash="f543bfd1254908764362a07bcb943116"/><file name="onlinetransfer.phtml" hash="6b185db6587e9089dd0032aceb4554fc"/><file name="standard.phtml" hash="591e95574d2653f139763929b22bc3fd"/></dir><file name="getbaseurl.phtml" hash="05fba34637bc8da3958d1342f54c0ed4"/><dir name="info"><file name="standard.phtml" hash="1e9ba28c30b9a88c3fd6a53420ae8419"/></dir></dir></dir></dir><dir name="layout"><file name="tray_checkoutapi.xml" hash="bf5ca62d72b2ea6518bbffc92ad1ffdb"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="tray"><dir name="checkoutapi"><dir name="css"><file name="styles.css" hash="5d09463e234fd2f20622f63795019be6"/></dir><dir name="images"><file name="BannerTrayCheckout890px.png" hash="535d5a4a4f190d03df38664dcb6463f8"/><file name="american-express-flag.svg" hash="5e8f075abba7baa0bf6612ad7257b7af"/><file name="aura-flag.svg" hash="5108ae0c1ffcf5e8ade452971fab86e3"/><file name="banner_comlogo_formas.jpg" hash="e02a16c32109746786c24db177ddad3a"/><file name="banner_semlogo_formas.jpg" hash="4f13591f17ed96347f136eab09343121"/><file name="banner_semlogo_formas.png" hash="84a82c3d7ed9a42ade9660b8dd16511d"/><file name="bb-flag.svg" hash="1f975352db9858164953c239c0f48b15"/><file name="boleto-flag.svg" hash="349465678cab30e15fc915cbb20f70c0"/><file name="bradesco-flag.svg" hash="922871bd31002207cd21fb4c83ab2bf9"/><file name="close.png" hash="6e2879a324a76e9972ebc98201aae1d8"/><file name="diners-club-international-flag.svg" hash="6654d0a49c0bda41e37f09b204299719"/><file name="discover-flag.svg" hash="cc3c7a7a645c1c2b9ff45d35ec3d6ba4"/><file name="elo-flag.svg" hash="6aea17a57eb7f333bff577132846f6db"/><file name="hiper-flag.svg" hash="a42c6023c50d0a25e00072c4d9c1f382"/><file name="hipercard-flag.svg" hash="1f48be23788b90411c22ff2569b48f74"/><file name="hsbc-flag.svg" hash="4dec610798ad69cb53e32037d4bc9eee"/><file name="itau-flag.svg" hash="5eed9a56cbb9e313bce6c272a180275d"/><file name="jcb-flag.svg" hash="72c3cb6f8ccec48734422c5258e6d706"/><file name="mastercard-flag.svg" hash="6f8393b3588046c3bb17ffb26eb8c726"/><file name="overlay.png" hash="143d209e15051311fdae758b295036b5"/><file name="paymentFlags1.png" hash="2a1724b718bf2ff7a1b25b53acc0cefd"/><file name="paymentFlagsTc.png" hash="6dd7df4802b30ea61b96ad5752bab4ed"/><file name="peela-flag.svg" hash="59f1259c52ad40afaee0943ff1e64791"/><file name="visa-flag.svg" hash="98ec94a1fa4bcb73effc3e5f3506c08b"/></dir></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="tray"><dir name="checkoutapi"><dir name="css"><file name="magentomodal.css" hash="2c6dd38e421f644475a121b8d6c96503"/></dir><dir name="images"><file name="btn_bg.gif" hash="37c51a4d48a92da9648dcd3ca011039f"/><file name="content_bg.gif" hash="21278ea0da2d4256f4ced96b6080ba2e"/><file name="top_bg.gif" hash="26f28090de87d64f9b01bf624f89bfe2"/><file name="window_close.png" hash="3af14f053f360bf31f8ba2df73ec7f1e"/></dir><dir name="js"><file name="modal.js" hash="a1021b9d952418ab46053fb0af03efac"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Tray_CheckoutApi.xml" hash="c95a8f82fd3200b98898f0b9712ea0c8"/></dir></target><target name="mage"><dir name="js"><dir name="tray"><dir name="checkoutapi"><dir><dir name="js"><file name="traycheckout.js" hash="8c786528a475ba55c574d7fe723a9d3e"/></dir></dir></dir></dir></dir></target></contents>
|
158 |
<compatible/>
|
159 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><package><name>Mage_Core_Modules</name><channel>community</channel><min>1.6.0.0</min><max>1.7</max></package></required></dependencies>
|
160 |
</package>
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|