MercadoPagoTransparent - Version 0.0.2

Version Notes

fix function that takes the value of the product (final value)

Download this release

Release Info

Developer Developers MercadoPago Brasil
Extension MercadoPagoTransparent
Version 0.0.2
Comparing to
See all releases


Code changes from version 0.0.1 to 0.0.2

Files changed (68) hide show
  1. app/code/community/MercadoPago/.DS_Store +0 -0
  2. app/code/community/MercadoPago/Standard/Block/Form.php +0 -0
  3. app/code/community/MercadoPago/Standard/Block/Info.php +0 -0
  4. app/code/community/MercadoPago/Standard/Helper/Data.php +0 -0
  5. app/code/community/MercadoPago/Standard/Model/Checkout.php +1 -1
  6. app/code/community/MercadoPago/Standard/Model/Observer.php +0 -0
  7. app/code/community/MercadoPago/Standard/Model/Source/CategoryId.php +0 -0
  8. app/code/community/MercadoPago/Standard/Model/Source/Country.php +0 -0
  9. app/code/community/MercadoPago/Standard/Model/Source/Installments.php +0 -0
  10. app/code/community/MercadoPago/Standard/Model/Source/PaymentMethods.php +0 -0
  11. app/code/community/MercadoPago/Standard/Model/Source/TypeCheckout.php +0 -0
  12. app/code/community/MercadoPago/Standard/controllers/NotificationController.php +0 -0
  13. app/code/community/MercadoPago/Standard/controllers/PayController.php +0 -0
  14. app/code/community/MercadoPago/Standard/etc/config.xml +0 -0
  15. app/code/community/MercadoPago/Standard/etc/system.xml +0 -0
  16. app/code/community/MercadoPago/Transparent/.DS_Store +0 -0
  17. app/code/community/MercadoPago/Transparent/Block/.DS_Store +0 -0
  18. app/code/community/MercadoPago/Transparent/Block/Form.php +0 -0
  19. app/code/community/MercadoPago/Transparent/Block/Info.php +0 -0
  20. app/code/community/MercadoPago/Transparent/Block/Success.php +0 -0
  21. app/code/community/MercadoPago/Transparent/Helper/Data.php +0 -0
  22. app/code/community/MercadoPago/Transparent/Model/.DS_Store +0 -0
  23. app/code/community/MercadoPago/Transparent/Model/Resource/Setup.php +0 -0
  24. app/code/community/MercadoPago/Transparent/Model/Source/CategoryId.php +0 -0
  25. app/code/community/MercadoPago/Transparent/Model/Transparent.php +0 -0
  26. app/code/community/MercadoPago/Transparent/controllers/NotificacaoController.php +0 -0
  27. app/code/community/MercadoPago/Transparent/controllers/PayController.php +0 -0
  28. app/code/community/MercadoPago/Transparent/etc/config.xml +0 -0
  29. app/code/community/MercadoPago/Transparent/etc/system.xml +0 -0
  30. app/code/community/MercadoPago/TransparentTicket/Block/Form.php +0 -0
  31. app/code/community/MercadoPago/TransparentTicket/Block/Info.php +0 -0
  32. app/code/community/MercadoPago/TransparentTicket/Helper/Data.php +0 -0
  33. app/code/community/MercadoPago/TransparentTicket/Model/Transparent.php +0 -0
  34. app/code/community/MercadoPago/TransparentTicket/etc/config.xml +0 -0
  35. app/code/community/MercadoPago/TransparentTicket/etc/system.xml +0 -0
  36. app/design/adminhtml/default/default/template/mercadopago/standard/info.phtml +0 -0
  37. app/design/adminhtml/default/default/template/mercadopago/transparent/info.phtml +0 -0
  38. app/design/adminhtml/default/default/template/mercadopago/transparent_boleto/info.phtml +0 -0
  39. app/design/adminhtml/default/default/template/mercadopago/transparent_ticket/info.phtml +0 -0
  40. app/design/frontend/base/default/layout/mercadopago.xml +0 -0
  41. app/design/frontend/base/default/template/mercadopago/clean_page.phtml +0 -0
  42. app/design/frontend/base/default/template/mercadopago/standard/form.phtml +0 -0
  43. app/design/frontend/base/default/template/mercadopago/standard/info.phtml +0 -0
  44. app/design/frontend/base/default/template/mercadopago/standard/pay.phtml +0 -0
  45. app/design/frontend/base/default/template/mercadopago/transparent/form.phtml +0 -0
  46. app/design/frontend/base/default/template/mercadopago/transparent/info.phtml +0 -0
  47. app/design/frontend/base/default/template/mercadopago/transparent/success.phtml +0 -0
  48. app/design/frontend/base/default/template/mercadopago/transparent/sucesso.phtml +0 -0
  49. app/design/frontend/base/default/template/mercadopago/transparent_boleto/form.phtml +0 -0
  50. app/design/frontend/base/default/template/mercadopago/transparent_boleto/info.phtml +0 -0
  51. app/design/frontend/base/default/template/mercadopago/transparent_ticket/form.phtml +0 -0
  52. app/design/frontend/base/default/template/mercadopago/transparent_ticket/info.phtml +0 -0
  53. app/etc/modules/MercadoPago_Standard.xml +0 -0
  54. app/etc/modules/MercadoPago_Transparent.xml +0 -0
  55. app/etc/modules/MercadoPago_TransparentBoleto.xml +0 -9
  56. app/etc/modules/MercadoPago_TransparentTicket.xml +0 -0
  57. app/locale/es_AR/mercadopago.csv +0 -0
  58. app/locale/es_CO/mercadopago.csv +0 -0
  59. app/locale/es_ES/mercadopago.csv +0 -0
  60. app/locale/es_MX/mercadopago.csv +0 -0
  61. app/locale/pt_BR/mercadopago.csv +0 -120
  62. js/mercadopago/jquery-1.11.0.min.js +0 -0
  63. js/mercadopago/mercadopago.js +0 -0
  64. lib/mercadopago/mercadopago.php +0 -0
  65. package.xml +12 -13
  66. skin/frontend/base/default/mercadopago/.DS_Store +0 -0
  67. skin/frontend/base/default/mercadopago/css/style.css +0 -0
  68. skin/frontend/base/default/mercadopago/images/loading.gif +0 -0
app/code/community/MercadoPago/.DS_Store CHANGED
File without changes
app/code/community/MercadoPago/Standard/Block/Form.php CHANGED
File without changes
app/code/community/MercadoPago/Standard/Block/Info.php CHANGED
File without changes
app/code/community/MercadoPago/Standard/Helper/Data.php CHANGED
File without changes
app/code/community/MercadoPago/Standard/Model/Checkout.php CHANGED
@@ -114,7 +114,7 @@ class MercadoPago_Standard_Model_Checkout extends Mage_Payment_Model_Method_Abst
114
  "picture_url" => $imagem,
115
  "category_id" => Mage::getStoreConfig('payment/mercadopago_configuration/category_id'),
116
  "quantity" => (int) number_format($item->getQtyOrdered(), 0, '.', ''),
117
- "unit_price" => (float) number_format($prod->getPrice(), 2, '.', '')
118
  );
119
 
120
  }
114
  "picture_url" => $imagem,
115
  "category_id" => Mage::getStoreConfig('payment/mercadopago_configuration/category_id'),
116
  "quantity" => (int) number_format($item->getQtyOrdered(), 0, '.', ''),
117
+ "unit_price" => (float) number_format($prod->getFinalPrice(), 2, '.', '')
118
  );
119
 
120
  }
app/code/community/MercadoPago/Standard/Model/Observer.php CHANGED
File without changes
app/code/community/MercadoPago/Standard/Model/Source/CategoryId.php CHANGED
File without changes
app/code/community/MercadoPago/Standard/Model/Source/Country.php CHANGED
File without changes
app/code/community/MercadoPago/Standard/Model/Source/Installments.php CHANGED
File without changes
app/code/community/MercadoPago/Standard/Model/Source/PaymentMethods.php CHANGED
File without changes
app/code/community/MercadoPago/Standard/Model/Source/TypeCheckout.php CHANGED
File without changes
app/code/community/MercadoPago/Standard/controllers/NotificationController.php CHANGED
File without changes
app/code/community/MercadoPago/Standard/controllers/PayController.php CHANGED
File without changes
app/code/community/MercadoPago/Standard/etc/config.xml CHANGED
File without changes
app/code/community/MercadoPago/Standard/etc/system.xml CHANGED
File without changes
app/code/community/MercadoPago/Transparent/.DS_Store CHANGED
File without changes
app/code/community/MercadoPago/Transparent/Block/.DS_Store CHANGED
File without changes
app/code/community/MercadoPago/Transparent/Block/Form.php CHANGED
File without changes
app/code/community/MercadoPago/Transparent/Block/Info.php CHANGED
File without changes
app/code/community/MercadoPago/Transparent/Block/Success.php CHANGED
File without changes
app/code/community/MercadoPago/Transparent/Helper/Data.php CHANGED
File without changes
app/code/community/MercadoPago/Transparent/Model/.DS_Store CHANGED
File without changes
app/code/community/MercadoPago/Transparent/Model/Resource/Setup.php CHANGED
File without changes
app/code/community/MercadoPago/Transparent/Model/Source/CategoryId.php CHANGED
File without changes
app/code/community/MercadoPago/Transparent/Model/Transparent.php CHANGED
File without changes
app/code/community/MercadoPago/Transparent/controllers/NotificacaoController.php CHANGED
File without changes
app/code/community/MercadoPago/Transparent/controllers/PayController.php CHANGED
File without changes
app/code/community/MercadoPago/Transparent/etc/config.xml CHANGED
File without changes
app/code/community/MercadoPago/Transparent/etc/system.xml CHANGED
File without changes
app/code/community/MercadoPago/TransparentTicket/Block/Form.php CHANGED
File without changes
app/code/community/MercadoPago/TransparentTicket/Block/Info.php CHANGED
File without changes
app/code/community/MercadoPago/TransparentTicket/Helper/Data.php CHANGED
File without changes
app/code/community/MercadoPago/TransparentTicket/Model/Transparent.php CHANGED
File without changes
app/code/community/MercadoPago/TransparentTicket/etc/config.xml CHANGED
File without changes
app/code/community/MercadoPago/TransparentTicket/etc/system.xml CHANGED
File without changes
app/design/adminhtml/default/default/template/mercadopago/standard/info.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/mercadopago/transparent/info.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/mercadopago/transparent_boleto/info.phtml CHANGED
File without changes
app/design/adminhtml/default/default/template/mercadopago/transparent_ticket/info.phtml CHANGED
File without changes
app/design/frontend/base/default/layout/mercadopago.xml CHANGED
File without changes
app/design/frontend/base/default/template/mercadopago/clean_page.phtml CHANGED
File without changes
app/design/frontend/base/default/template/mercadopago/standard/form.phtml CHANGED
File without changes
app/design/frontend/base/default/template/mercadopago/standard/info.phtml CHANGED
File without changes
app/design/frontend/base/default/template/mercadopago/standard/pay.phtml CHANGED
File without changes
app/design/frontend/base/default/template/mercadopago/transparent/form.phtml CHANGED
File without changes
app/design/frontend/base/default/template/mercadopago/transparent/info.phtml CHANGED
File without changes
app/design/frontend/base/default/template/mercadopago/transparent/success.phtml CHANGED
File without changes
app/design/frontend/base/default/template/mercadopago/transparent/sucesso.phtml CHANGED
File without changes
app/design/frontend/base/default/template/mercadopago/transparent_boleto/form.phtml CHANGED
File without changes
app/design/frontend/base/default/template/mercadopago/transparent_boleto/info.phtml CHANGED
File without changes
app/design/frontend/base/default/template/mercadopago/transparent_ticket/form.phtml CHANGED
File without changes
app/design/frontend/base/default/template/mercadopago/transparent_ticket/info.phtml CHANGED
File without changes
app/etc/modules/MercadoPago_Standard.xml CHANGED
File without changes
app/etc/modules/MercadoPago_Transparent.xml CHANGED
File without changes
app/etc/modules/MercadoPago_TransparentBoleto.xml DELETED
@@ -1,9 +0,0 @@
1
- <?xml version="1.0"?>
2
- <config>
3
- <modules>
4
- <MercadoPago_TransparentBoleto>
5
- <active>true</active>
6
- <codePool>community</codePool>
7
- </MercadoPago_TransparentBoleto>
8
- </modules>
9
- </config>
 
 
 
 
 
 
 
 
 
app/etc/modules/MercadoPago_TransparentTicket.xml CHANGED
File without changes
app/locale/es_AR/mercadopago.csv CHANGED
File without changes
app/locale/es_CO/mercadopago.csv CHANGED
File without changes
app/locale/es_ES/mercadopago.csv CHANGED
File without changes
app/locale/es_MX/mercadopago.csv CHANGED
File without changes
app/locale/pt_BR/mercadopago.csv DELETED
@@ -1,120 +0,0 @@
1
- "Enabled", "Ativo"
2
-
3
- "MercadoPago - Configuration", "MercadoPago - Configurações"
4
- "Credit Card - MercadoPago", "Cartões de Credito - MercadoPago"
5
-
6
- "MercadoPago Transparent - Credit Card", "MercadoPago Transparente - Cartão de Crédito"
7
- "Payment Title", "Titulo"
8
- "Category of your store", "Categoria da Loja"
9
- "Choose the status of approved orders", "Escolha o status dos pedidos para pagamentos Aprovados"
10
- "Choose the status of refunded orders", "Escolha o status dos pedidos para pagamentos Devolvidos"
11
- "Choose the status when payment is pending", "Escolha o status dos pedidos para pagamentos Pendentes"
12
- "Choose the status when client open a mediation", "Escolha o status dos pedidos para pagamentos que estão em Disputa"
13
- "Choose the status when payment was reject", "Escolha o status dos pedidos para pagamentos Rejeitados"
14
- "Choose the status when payment was canceled", "Escolha o status dos pedidos para pagamentos Cancelados"
15
- "Checkout Position", "Posição no Checkout"
16
- "To manage the status available go to System > Order Statuses", "Para gerenciar os status disponíveis vá até System > Order Statuses"
17
-
18
- "MercadoPago Transparent - Ticket", "MercadoPago Transparente - Boleto"
19
-
20
- "MercadoPago Standard - Credit Card, Ticket and Account Money", "MercadoPago Standard - Cartão, Boleto e Dinheiro em Conta"
21
- "Country", "País"
22
- "Type Checkout", "Tipo de Checkout"
23
- "Auto Redirect","Auto-Redirecionar"
24
- "Exclude Payment Methods","Excluir Meios de Pagamento"
25
- "Maximum number of accepted installments","Numero maximo de parcelas"
26
- "Width Checkout Iframe","Largura do Checkout Iframe (Width)"
27
- "Height Checkout Iframe","Altura do Checkout Iframe (Height)"
28
- "Auto-redirect the buyer when finishing the payment.","Auto-Redirecionar o comprador ao finalizar o pagamento."
29
- "Select payment methods not accepted","Selecione os meios de pagamento não aceitos"
30
- "For the operation of the Checkout Transparent Ticket is necessary to configure the Credentials 'CLIENT_ID' and 'CLIENT_SECRET' in 'MercadoPago - Configuration'","Para o funcionamento do Checkout Transparente Boleto é necessário configurar as Credenciais 'CLIENT_ID' e 'CLIENT_SECRET' em 'MercadoPago - Configurações'"
31
- "For the operation of the Checkout Standard is necessary to configure the Credentials 'CLIENT_ID' and 'CLIENT_SECRET' in 'MercadoPago - Configuration'","Para o funcionamento do Checkout Standard é necessário configurar as Credenciais 'CLIENT_ID' e 'CLIENT_SECRET' em 'MercadoPago - Configurações'"
32
-
33
- "Card Number", "Número do cartão"
34
- "Month", "Mês de vencimento"
35
- "Year", "Ano de vencimento"
36
- "Card Holder Name", "Titular do cartão"
37
- "Document Number", "CPF"
38
- "CVV", "Código de segurança"
39
- "Installments", "Parcelas"
40
- "Banks", "Bancos"
41
-
42
- "Enter the card number", "Digite o numero do cartão"
43
- "Validating Data", "Validando dados"
44
- "An error has occurred. Please refresh the page.", "Ocorreu um erro. Por favor, atualize a pagina."
45
- "Card number is invalid.", "Numero do Cartão inválido."
46
- "CVV is invalid.", "Código de Segurança inválido."
47
- "Card Holder Name is invalid.", "Nome do titular do cartão inválido."
48
- "Document Number is invalid.", "CPF inválido."
49
- "Year is invalid.", "Ano inválido."
50
- "Month is invalid.", "Mês inválido."
51
- "Please validate your data.", "Dados incorretos, valide os dados. Por favor."
52
-
53
- "Card Number: %s", "Número do cartão: %s"
54
- "Card Holder Name: %s", "Titular do cartão: %s"
55
- "Payment Method: %s", "Método de Pagamento: %s"
56
- "Expiration Date: %s", "Data de expiração: %s"
57
- "Installments: %s", "Parcelas: %s"
58
- "Statement Descriptor: %s", "Identificação na Fatura: %s"
59
- "Payment Id (MercadoPago): %s", "Numero de Pagamento (MercadoPago): %s"
60
- "Payment Status: %s (%s)", "Status de Pagamento: %s (%s)"
61
-
62
- "Click on the link to generate the ticket", "Clique no link para gerar o boleto"
63
- "Generate Ticket", "Gerar Boleto"
64
-
65
- "Payment Method", "Método de Pagamento"
66
-
67
- "Generate the ticket and pay it wherever you want.", "Gere o boleto e pague-o onde quiser."
68
- "Will be approved within 2 business days.","Será aprovado até 2 dias úteis."
69
-
70
- "Done, your payment was accredited!", "O seu pagamento foi aprovado!"
71
- "We are processing the payment.", "Estamos processando o pagamento."
72
- "In less than 2 business days we will tell you by e-mail if it is accredited or if we need more information.", "Em menos de 2 dias úteis você será avisado por e-mail se foi creditado ou se precisarmos de mais informações."
73
- "In less than an hour we will send you by e-mail the result.", "Em menos de 1 hora, nós enviaremos o resultado por e-mail."
74
-
75
- "Check the card number.", "Verifique o número do cartão."
76
- "Check the expiration date.", "Verifique a data de validade."
77
- "Check the data.", "Verifique os dados."
78
- "Check the security code.", "Verifique o código de segurança."
79
- "We could not process your payment.", "Não foi possível processar o pagamento."
80
- "You must authorize to %s the payment of $ %s to MercadoPago.", "Você precisa autorizar com a %s o pagamento de R$ %s ao MercadoPago."
81
- "Call %s to activate your card.<br/>The phone is on the back of your card.", "Ligue para %s e ative o seu cartão.<br/>O telefone está no verso do seu cartão de crédito."
82
- "We could not process your payment.", "Não foi possível processar o pagamento."
83
- "You already made a payment by that value.<br/>If you need to repay, use another card or other payment method.", "Você já fez o pagamento deste valor.<br/>Se você precisa pagar novamente use outro cartão ou outro meio de pagamento."
84
- "Your payment was rejected.<br/>Choose another payment method, we recommend cash methods.", "O seu pagamento foi recusado.<br/>Recomendamos que você pague com outro dos meios de pagamento oferecidos, preferencialmente à vista."
85
- "Your %s do not have sufficient funds.", "O seu %s não tem limite suficiente."
86
- "%s does not process payments in %s installments.", "%s não processa pagamentos em %s parcelas."
87
- "You have got to the limit of allowed attempts.<br/>Choose another card or another payment method.", "Você atingiu o limite de tentativas permitidas.<br/>Use outro cartão ou outro meio de pagamento."
88
- "%s did not process the payment.", "%s não processou o pagamento."
89
-
90
- "You can not make payments to users in other countries.", "Você não pode fazer pagamentos para usuários em outros países."
91
- "Payment Method selected does not process payments in installments selected. Choose another card or another payment method.", "O meio de pagamento selecionado não processa pagamentos as parcelas selecionadas. Use outro cartão ou outro meio de pagamento."
92
- "We could not process your payment. Error code: 126.", "Não foi possível processar o pagamento. Erro de numero: 126."
93
- "Payment Method selected does not process payments for the selected amount. Choose another card or another payment method.", "O meio de pagamento selecionado não processa pagamentos do valor selecionado. Use outro cartão ou outro meio de pagamento."
94
- "We could not process your payment. Error code: 145.", "Não foi possível processar o pagamento. Erro de numero: 145."
95
- "You can not make payments. Error code: 150.", "Você não pode fazer pagamentos. Erro de numero: 150."
96
- "You can not make payments.", "Você não pode fazer pagamentos com esse meio de pagamento."
97
- "We could not process your payment. Error code: 160.", "Não foi possível processar o pagamento. Erro de numero: 160."
98
- "Payment Method selected is not available at this time. Choose another card or another payment method.", "O meio de pagamento selecionado não está disponível neste momento. Use outro cartão ou outro meio de pagamento."
99
- "You made a similar payment moments ago. Try again in a few minutes.", "Você realizou um pagamento similar há pouco tempo. Tente novamente em alguns minutos."
100
- "We could not process your payment. %s", "Não foi possível processar o pagamento. %s"
101
-
102
- "Verify the form data or wait until the validation of the payment data", "Verifique os dados do formulario ou aguarde a validação dos dados de pagamento."
103
-
104
-
105
- "Automatic notification of the MercadoPago: The payment was approved.", "Notificação automática do MercadoPago: O pagamento foi aprovado."
106
- "Automatic notification of the MercadoPago: The payment was refunded.", "Notificação automática do MercadoPago: O pagamento foi devolvido."
107
- "Automatic notification of the MercadoPago: The payment is being processed.", "Notificação automática do MercadoPago: O pagamento está sendo processado."
108
- "Automatic notification of the MercadoPago: The payment is being processed. Will be approved within 2 business days.", "Notificação automática do MercadoPago: O pagamento está sendo processado. Em até 2 dias úteis o pagamento será analisado."
109
- "Automatic notification of the MercadoPago: The payment is in the process of Dispute, check the graphic account of the MercadoPago for more information.", "Notificação automática do MercadoPago: O pagamento está em processo de Disputa, verifique a conta gráfica do MercadoPago para maiores informações."
110
- "Automatic notification of the MercadoPago: The payment was cancelled.", "Notificação automática do MercadoPago: O pagamento foi cancelado."
111
- "Automatic notification of the MercadoPago: The payment was rejected.", "Notificação automática do MercadoPago: O pagamento foi rejeitado."
112
- "<br/> Payment id: %s", "<br/> Numero do Pagamento: %s"
113
- "<br/> Status: %s", "<br/> Status: %s"
114
- "<br/> Status Detail: %s", "<br/> Detalhe do Status: %s"
115
-
116
- "Order # %s in store %s","Pedido # %s realizado na loja %s"
117
-
118
- "$", "R$"
119
- "Choice", "Escolha"
120
- "Default issuer", "Qualquer Banco"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
js/mercadopago/jquery-1.11.0.min.js CHANGED
File without changes
js/mercadopago/mercadopago.js CHANGED
File without changes
lib/mercadopago/mercadopago.php CHANGED
File without changes
package.xml CHANGED
@@ -1,26 +1,25 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>MercadoPagoTransparent</name>
4
- <version>0.0.1</version>
5
  <stability>stable</stability>
6
  <license>OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
- <summary>Checkout Transparente e Standard (Cart&#xE3;o de credito, Boleto e dinheiro em conta) usando MercadoPago.</summary>
10
- <description>MercadoPago.com &#xE9; o maior facilitador de pagamentos pela Internet de origem latino-americana com mais de 99,5 milh&#xF5;es de usu&#xE1;rios certificados, registrados e ativos em sua plataforma. Com dez anos de trajet&#xF3;ria na Am&#xE9;rica Latina, &#xE9; uma empresa do Grupo MercadoLivre, com a&#xE7;&#xF5;es negociadas na Nasdaq (NASDAQ:MELI).&#xD;
 
11
  &#xD;
12
- A plataforma foi desenvolvida com a tecnologia mais avan&#xE7;ada em seguran&#xE7;a na Internet por uma equipe de especialistas em finan&#xE7;as, tecnologia e seguran&#xE7;a da informa&#xE7;&#xE3;o, com ampla experi&#xEA;ncia no desenvolvimento de servi&#xE7;os financeiros online. MercadoPago.com est&#xE1; presente em seis pa&#xED;ses: Argentina, Brasil, Chile, Col&#xF4;mbia, M&#xE9;xico e Venezuela.&#xD;
 
13
  &#xD;
14
- Checkout Transparente dispon&#xED;vel para: Brasil, Argentina e Mexico.&#xD;
15
- &#xD;
16
- Checkout Standard dispon&#xED;vel para: Brasil, Argentina, Mexico, Venezuela e Colombia.</description>
17
- <notes>Checkout Transparente dispon&#xED;vel para: Brasil, Argentina e Mexico.&#xD;
18
- &#xD;
19
- Checkout Standard dispon&#xED;vel para: Brasil, Argentina, Mexico, Venezuela e Colombia.</notes>
20
  <authors><author><name>Developers MercadoPago Brasil</name><user>developers_mercadopago</user><email>developers@mercadopago.com.br</email></author></authors>
21
- <date>2015-03-10</date>
22
- <time>17:40:20</time>
23
- <contents><target name="magecommunity"><dir name="MercadoPago"><dir name="Standard"><dir name="Block"><file name="Form.php" hash="9bdf1f52cf6a679b44f3722caec66f6a"/><file name="Info.php" hash="21aac16dbe66bc09af3a9de47f76a1b5"/></dir><dir name="Helper"><file name="Data.php" hash="710ec99ea6abea4cf734aa914c85b85b"/></dir><dir name="Model"><file name="Checkout.php" hash="470d89d12e726393078c2eccb9b6d0e9"/><file name="Observer.php" hash="cb21534771553ef3aed3ea3e2de26f27"/><dir name="Source"><file name="CategoryId.php" hash="5f3ff392848a53c2fa6603c963ae82b5"/><file name="Country.php" hash="c16df06c2007393db005ea79213ee05e"/><file name="Installments.php" hash="2fae68dbabad4c1eef8b834c90dd0b96"/><file name="PaymentMethods.php" hash="ab8008e14838f77491db3b8d15f50ef3"/><file name="TypeCheckout.php" hash="d8b1d8eed83a019a6c21a417fb05ce6a"/></dir></dir><dir name="controllers"><file name="NotificationController.php" hash="99de23a5c9aa3badf03c239686696061"/><file name="PayController.php" hash="e8493b2ef86bd99ef86989861e82ba86"/></dir><dir name="etc"><file name="config.xml" hash="44f0473a9ecb35d9ba6e4f7a0232cbc9"/><file name="system.xml" hash="4227fb788f898b1785d0fb15da65b2fe"/></dir></dir><dir name="Transparent"><dir name="Block"><file name="Form.php" hash="2d74865fe22dba4437209181af6858a1"/><file name="Info.php" hash="32adfbd59dc2f7b8a97a5a778e2c66d5"/><file name="Success.php" hash="a85361ea7af2adf623ea967d297d1545"/><file name=".DS_Store" hash="2074c5a443aba7e611980b76135fd198"/></dir><dir name="Helper"><file name="Data.php" hash="93f79cb3b534e05e8d4576916aaba2e0"/></dir><dir name="Model"><dir name="Resource"><file name="Setup.php" hash="0878b25e586a30e84d308b45e3b82af4"/></dir><dir name="Source"><file name="CategoryId.php" hash="d62071499f4815e3e4244c851aad8fbe"/></dir><file name="Transparent.php" hash="52973d870c2c8df0c3206438bedda707"/><file name=".DS_Store" hash="beeba7d5cb9298ed5ca24b7cb3b6f70a"/></dir><dir name="controllers"><file name="NotificacaoController.php" hash="fcc18d169285346a7548e3a79de84ee0"/><file name="PayController.php" hash="a0b0b0b9695581e2011f29b6767b26b3"/></dir><dir name="etc"><file name="config.xml" hash="4dc111452c4403c22e2d5e2be6b276e6"/><file name="system.xml" hash="52b4e773795bc29f7588aaf2b1343155"/></dir><file name=".DS_Store" hash="16eff6348e7c6882d4e9c990c14eb34a"/></dir><dir name="TransparentTicket"><dir name="Block"><file name="Form.php" hash="c7332ee1427371d7ec6495b8e7d2ea55"/><file name="Info.php" hash="3fad7f5cf0e9f3e2c45cb3084e9abf0c"/></dir><dir name="Helper"><file name="Data.php" hash="0cb47ec830a90247ab08a55c2826698d"/></dir><dir name="Model"><file name="Transparent.php" hash="524b905aba91c740b833b4f6055a42b6"/></dir><dir name="etc"><file name="config.xml" hash="ed7b309497f8bd92220776e6c093ae9f"/><file name="system.xml" hash="1829c574575e26926738e7447cef735e"/></dir></dir><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="mercadopago"><dir name="standard"><file name="info.phtml" hash="bbf59a7a5da905777001128af6c62fb5"/></dir><dir name="transparent"><file name="info.phtml" hash="5df93a3c76af32912fd0806035e758f4"/></dir><dir name="transparent_boleto"><file name="info.phtml" hash="e02cd75cf7831044c1ba4f123418d692"/></dir><dir name="transparent_ticket"><file name="info.phtml" hash="42b77943bbc3e159d9208fbdf47e8243"/></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="mercadopago"><file name="clean_page.phtml" hash="1f45b4c91be19a384591cb04b2d11805"/><dir name="standard"><file name="form.phtml" hash="804a6cf27cb502749ba71e2ae48507e6"/><file name="info.phtml" hash="a5d8b4ecf65495c12579027a38148368"/><file name="pay.phtml" hash="13091e8ed10cafa4e9de391e1285a234"/></dir><dir name="transparent"><file name="form.phtml" hash="9f9aad246f1767c024c4bbd6579c35e4"/><file name="info.phtml" hash="5df93a3c76af32912fd0806035e758f4"/><file name="success.phtml" hash="62b670733cfedc11dd280c63be1a7161"/><file name="sucesso.phtml" hash="fbfa9d4f2c32a43d301cac7d1418dd40"/></dir><dir name="transparent_boleto"><file name="form.phtml" hash="4dca920aea45d0b211bbf5ee65d95f4e"/><file name="info.phtml" hash="64a3f25e28237be5eaf77c277547da42"/></dir><dir name="transparent_ticket"><file name="form.phtml" hash="17e3ea654229c5f96940f7e7748ca1a8"/><file name="info.phtml" hash="972315ee71242cd527d468e537c2f3f7"/></dir></dir></dir><dir name="layout"><file name="mercadopago.xml" hash="69e3f318b680d1332ea226887ae3ad40"/></dir></dir></dir></dir></target><target name="magelib"><dir name="mercadopago"><file name="mercadopago.php" hash="7d4620c0f68bda77bde9790a7f566ff4"/></dir></target><target name="magelocale"><dir name="es_AR"><file name="mercadopago.csv" hash="db2db0c4f635fda9efde0eceea20597d"/></dir><dir name="es_CO"><file name="mercadopago.csv" hash="096ca1c8dd9ed626f9b9eb7b9dcbc00c"/></dir><dir name="es_ES"><file name="mercadopago.csv" hash="04187abbece8cea73b6d113e952d5592"/></dir><dir name="es_MX"><file name="mercadopago.csv" hash="838605dee2f14e4a79a0f7ca0f622263"/></dir><dir name="pt_BR"><file name="mercadopago.csv" hash="183d1bc3cd99714f97c8bcddf950a0dc"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="mercadopago"><dir name="css"><file name="style.css" hash="5b44c857924de425d6a5942d98880b89"/></dir><dir name="images"><file name="loading.gif" hash="5c43434f066c2fbc4714c768b8f83853"/></dir><file name=".DS_Store" hash="fc730dea33a1da421ae6af1247e8468d"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="MercadoPago_TransparentTicket.xml" hash="cccc9919309346b38b754582bc1526e7"/><file name="MercadoPago_TransparentBoleto.xml" hash="535bef7519e395c6fd274832e55d0c77"/><file name="MercadoPago_Transparent.xml" hash="fb32c46f0b74fa2b5722b59bd627c621"/><file name="MercadoPago_Standard.xml" hash="4f582192168ac08a0dedf19b049503f9"/></dir></target><target name="mageweb"><dir name="js"><dir name="mercadopago"><file name="jquery-1.11.0.min.js" hash="52d16e147b5346147d0f3269cd4d0f80"/><file name="mercadopago.js" hash="c9fd0b5b94ad9c9234c8fa6827ff223b"/></dir></dir></target></contents>
24
  <compatible/>
25
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
26
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>MercadoPagoTransparent</name>
4
+ <version>0.0.2</version>
5
  <stability>stable</stability>
6
  <license>OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
+ <summary>MercadoPago payment extension for Magento: receive payments with our customizable checkout</summary>
10
+ <description>Credit Card Customized Checkout&#xD;
11
+ This feature will allow merchants to have a customized checkout for credit card payment. Thus, it will be possible to customize its look and feel, customers won&#x2019;t be redirected away to complete the payment, and it will also reduce the checkout steps improving conversion rates.&#xD;
12
  &#xD;
13
+ Customized Bar Code Payment&#xD;
14
+ This feature will allow merchants to have a customized bar code payment. It reduces the checkout steps improving conversion rates. The bar code payment will have merchant's logo.&#xD;
15
  &#xD;
16
+ Standard checkout&#xD;
17
+ This feature will allow merchants to have a standard checkout. It includes all payment methods (i.e. all credit cards, bar code payment, account money) and all window types (i.e. redirect, iframe and modal). Customization is not allowed.</description>
18
+ <notes>fix function that takes the value of the product (final value)</notes>
 
 
 
19
  <authors><author><name>Developers MercadoPago Brasil</name><user>developers_mercadopago</user><email>developers@mercadopago.com.br</email></author></authors>
20
+ <date>2015-04-27</date>
21
+ <time>18:42:38</time>
22
+ <contents><target name="magecommunity"><dir name="MercadoPago"><dir name="Standard"><dir name="Block"><file name="Form.php" hash="9bdf1f52cf6a679b44f3722caec66f6a"/><file name="Info.php" hash="21aac16dbe66bc09af3a9de47f76a1b5"/></dir><dir name="Helper"><file name="Data.php" hash="710ec99ea6abea4cf734aa914c85b85b"/></dir><dir name="Model"><file name="Checkout.php" hash="2b097c85c5098d9ff1f4b9cd326c0fb8"/><file name="Observer.php" hash="cb21534771553ef3aed3ea3e2de26f27"/><dir name="Source"><file name="CategoryId.php" hash="5f3ff392848a53c2fa6603c963ae82b5"/><file name="Country.php" hash="c16df06c2007393db005ea79213ee05e"/><file name="Installments.php" hash="2fae68dbabad4c1eef8b834c90dd0b96"/><file name="PaymentMethods.php" hash="ab8008e14838f77491db3b8d15f50ef3"/><file name="TypeCheckout.php" hash="d8b1d8eed83a019a6c21a417fb05ce6a"/></dir></dir><dir name="controllers"><file name="NotificationController.php" hash="99de23a5c9aa3badf03c239686696061"/><file name="PayController.php" hash="e8493b2ef86bd99ef86989861e82ba86"/></dir><dir name="etc"><file name="config.xml" hash="44f0473a9ecb35d9ba6e4f7a0232cbc9"/><file name="system.xml" hash="4227fb788f898b1785d0fb15da65b2fe"/></dir></dir><dir name="Transparent"><dir name="Block"><file name="Form.php" hash="2d74865fe22dba4437209181af6858a1"/><file name="Info.php" hash="32adfbd59dc2f7b8a97a5a778e2c66d5"/><file name="Success.php" hash="a85361ea7af2adf623ea967d297d1545"/><file name=".DS_Store" hash="2074c5a443aba7e611980b76135fd198"/></dir><dir name="Helper"><file name="Data.php" hash="93f79cb3b534e05e8d4576916aaba2e0"/></dir><dir name="Model"><dir name="Resource"><file name="Setup.php" hash="0878b25e586a30e84d308b45e3b82af4"/></dir><dir name="Source"><file name="CategoryId.php" hash="d62071499f4815e3e4244c851aad8fbe"/></dir><file name="Transparent.php" hash="52973d870c2c8df0c3206438bedda707"/><file name=".DS_Store" hash="beeba7d5cb9298ed5ca24b7cb3b6f70a"/></dir><dir name="controllers"><file name="NotificacaoController.php" hash="fcc18d169285346a7548e3a79de84ee0"/><file name="PayController.php" hash="a0b0b0b9695581e2011f29b6767b26b3"/></dir><dir name="etc"><file name="config.xml" hash="4dc111452c4403c22e2d5e2be6b276e6"/><file name="system.xml" hash="52b4e773795bc29f7588aaf2b1343155"/></dir><file name=".DS_Store" hash="16eff6348e7c6882d4e9c990c14eb34a"/></dir><dir name="TransparentTicket"><dir name="Block"><file name="Form.php" hash="c7332ee1427371d7ec6495b8e7d2ea55"/><file name="Info.php" hash="3fad7f5cf0e9f3e2c45cb3084e9abf0c"/></dir><dir name="Helper"><file name="Data.php" hash="0cb47ec830a90247ab08a55c2826698d"/></dir><dir name="Model"><file name="Transparent.php" hash="524b905aba91c740b833b4f6055a42b6"/></dir><dir name="etc"><file name="config.xml" hash="ed7b309497f8bd92220776e6c093ae9f"/><file name="system.xml" hash="1829c574575e26926738e7447cef735e"/></dir></dir><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="mercadopago"><dir name="standard"><file name="info.phtml" hash="bbf59a7a5da905777001128af6c62fb5"/></dir><dir name="transparent"><file name="info.phtml" hash="5df93a3c76af32912fd0806035e758f4"/></dir><dir name="transparent_boleto"><file name="info.phtml" hash="e02cd75cf7831044c1ba4f123418d692"/></dir><dir name="transparent_ticket"><file name="info.phtml" hash="42b77943bbc3e159d9208fbdf47e8243"/></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="mercadopago"><file name="clean_page.phtml" hash="1f45b4c91be19a384591cb04b2d11805"/><dir name="standard"><file name="form.phtml" hash="804a6cf27cb502749ba71e2ae48507e6"/><file name="info.phtml" hash="a5d8b4ecf65495c12579027a38148368"/><file name="pay.phtml" hash="13091e8ed10cafa4e9de391e1285a234"/></dir><dir name="transparent"><file name="form.phtml" hash="9f9aad246f1767c024c4bbd6579c35e4"/><file name="info.phtml" hash="5df93a3c76af32912fd0806035e758f4"/><file name="success.phtml" hash="62b670733cfedc11dd280c63be1a7161"/><file name="sucesso.phtml" hash="fbfa9d4f2c32a43d301cac7d1418dd40"/></dir><dir name="transparent_boleto"><file name="form.phtml" hash="4dca920aea45d0b211bbf5ee65d95f4e"/><file name="info.phtml" hash="64a3f25e28237be5eaf77c277547da42"/></dir><dir name="transparent_ticket"><file name="form.phtml" hash="17e3ea654229c5f96940f7e7748ca1a8"/><file name="info.phtml" hash="972315ee71242cd527d468e537c2f3f7"/></dir></dir></dir><dir name="layout"><file name="mercadopago.xml" hash="69e3f318b680d1332ea226887ae3ad40"/></dir></dir></dir></dir></target><target name="magelib"><dir name="mercadopago"><file name="mercadopago.php" hash="7d4620c0f68bda77bde9790a7f566ff4"/></dir></target><target name="magelocale"><dir name="es_AR"><file name="mercadopago.csv" hash="db2db0c4f635fda9efde0eceea20597d"/></dir><dir name="es_CO"><file name="mercadopago.csv" hash="096ca1c8dd9ed626f9b9eb7b9dcbc00c"/></dir><dir name="es_ES"><file name="mercadopago.csv" hash="04187abbece8cea73b6d113e952d5592"/></dir><dir name="es_MX"><file name="mercadopago.csv" hash="838605dee2f14e4a79a0f7ca0f622263"/></dir><dir name="es_BR"><file name="mercadopago.csv" hash=""/></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="mercadopago"><dir name="css"><file name="style.css" hash="5b44c857924de425d6a5942d98880b89"/></dir><dir name="images"><file name="loading.gif" hash="5c43434f066c2fbc4714c768b8f83853"/></dir><file name=".DS_Store" hash="fc730dea33a1da421ae6af1247e8468d"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="MercadoPago_Standard.xml" hash="4f582192168ac08a0dedf19b049503f9"/><file name="MercadoPago_Transparent.xml" hash="fb32c46f0b74fa2b5722b59bd627c621"/><file name="MercadoPago_TransparentTicket.xml" hash="cccc9919309346b38b754582bc1526e7"/></dir></target><target name="mageweb"><dir name="js"><dir name="mercadopago"><file name="jquery-1.11.0.min.js" hash="52d16e147b5346147d0f3269cd4d0f80"/><file name="mercadopago.js" hash="c9fd0b5b94ad9c9234c8fa6827ff223b"/></dir></dir></target></contents>
23
  <compatible/>
24
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
25
  </package>
skin/frontend/base/default/mercadopago/.DS_Store CHANGED
File without changes
skin/frontend/base/default/mercadopago/css/style.css CHANGED
File without changes
skin/frontend/base/default/mercadopago/images/loading.gif CHANGED
File without changes