Changelog

Mercado Pago for Merx Changelog

1.1.6 Latest

Sep 14, 2022

Plugin repository name changed.

1.1.5

Sep 11, 2022
  • Updated dependencies

1.1.4

Jan 28, 2022
  • Updated dependencies
  • Dropped PHP 7.3 support

1.1.3

Sep 17, 2021
  • qrcode added for non-instant payments

1.1.2

Sep 14, 2021
  • Improved webhook

1.1.1

Sep 14, 2021
  • Fixed webhook type

1.1.0

Sep 14, 2021
  • Newwebhooksoption that process real-time status updates

1.0.2

Sep 12, 2021
  • Show error messages before payment redirection

1.0.1

Sep 9, 2021

- New `paymentMethods` option

<?php

// /site/config/config.php
return [
    'owebstudio.merx-mercadopago' => [
        'accessToken' => 'PROD_ACCESS_TOKEN',
        'paymentMethods' => [
            // excludes by specific payment methods
            'excluded_payment_types' => [
                ['id' => 'ticket']
            ],
            // maximum number of installments
            'installments' => 1
        ]
    ]
];

1.0.0

Sep 8, 2021

Initial version