JEMBOT MAWOT Bypass Shell

Current Path : /home/c/i/n/cinepatreb/billetterie/modules/mollie/views/js/admin/
Upload File :
Current File : /home/c/i/n/cinepatreb/billetterie/modules/mollie/views/js/admin/api_key_test.js

/**
 * Mollie       https://www.mollie.nl
 *
 * @author      Mollie B.V. <info@mollie.nl>
 * @copyright   Mollie B.V.
 * @license     https://github.com/mollie/PrestaShop/blob/master/LICENSE.md
 *
 * @see        https://github.com/mollie/PrestaShop
 * @codingStandardsIgnoreStart
 */

$(document).ready(function () {
    $('button.js-test-api-keys').on('click', testApiKeys);

    function testApiKeys() {
        var testKey = $('#MOLLIE_API_KEY_TEST').val();
        var liveKey = $('#MOLLIE_API_KEY').val();
        $.ajax(ajaxUrl, {
                method: 'POST',
                data: {
                    'testKey': testKey,
                    'liveKey': liveKey,
                    'action': 'testApiKeys',
                    'ajax': 1
                },
                success: function (response) {
                    response = JSON.parse(response);
                    var $apiKeyTestButtonGroup = $('.js-api-key-test');
                    $('.js-api-test-results').remove();
                    $apiKeyTestButtonGroup.after(response.template);
                }
            }
        )
    }
});

xxxxx1.0, XXX xxxx