JEMBOT MAWOT Bypass Shell

Current Path : /home/c/i/n/cinepatreb/billetterie/modules/mollie/views/js/front/
Upload File :
Current File : /home/c/i/n/cinepatreb/billetterie/modules/mollie/views/js/front/mollie_error_handle.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 () {
    var hasHashTag = document.URL.indexOf('#');
    if (hasHashTag >= 0) {
        var hashTag = document.URL.substr(document.URL.indexOf('#')+1);
        parent.location.hash = '';
        $.ajax({
            url: ajaxUrl,
            method: 'GET',
            data: {
                'hashTag': hashTag,
                ajax: 1,
                action: 'displayCheckoutError'
            },
            success: function (response) {
                $('#checkout-payment-step').prepend(response);
            }
        })
    }
});

xxxxx1.0, XXX xxxx