Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suporte ao One Step Checkout da Ahead #11

Open
andreustimm opened this issue Dec 26, 2019 · 0 comments
Open

Suporte ao One Step Checkout da Ahead #11

andreustimm opened this issue Dec 26, 2019 · 0 comments

Comments

@andreustimm
Copy link

andreustimm commented Dec 26, 2019

Eu precisaria submeter uma correção ao módulo de vocês, será que aprova rápido?

Após a primeira compra, o radio button vem selecionado, mas não dá tempo serem carregados os dados, em então eu forço um click para que seja recarregado corretamente a opção de cartão já existente ou cartão novo, por padrão está vindo oculto na tela (hide).

js/esmart/paypalbrasil/Esmart_PaypalBrasilPrototype.events.aheadworks.js

//aqui precisa de um tempo a mais pois o objeto ainda não carrou em tela.
window.onload = function() {
    var valChecker = 0;
    var timerPaypal = setInterval(function(timer) {
        if ($('p_method_paypal_plus').checked) {
            console.log('Checked');

            $('p_method_paypal_plus').click();

            clearInterval(timerPaypal);

            return true;
        }

        if (valChecker == 30) {
            console.log('Auto Clean');
            clearInterval(timerPaypal);
        }

        valChecker++;

        return false;
    }, 1000);
};

Tenho outras ainda não para mandar após essa.

andreustimm pushed a commit to andreustimm/paypal-magento-module that referenced this issue Dec 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant