Skip to content

Cardform already instantiated. Returning existing instance #28

Discussion options

You must be logged in to vote

Fala @NissiusRibas, tudo bem?

É possível reproduzir este comportamento da seguinte maneira:

        // função que simula a mudança de valores (no seu caso, do frete)
        // O primeiro valor a retornar será de 100, e depois de 200
        function* getAmount() {
            yield '100'
            yield '200'
        }
        const amount = getAmount();

        // deixamos a variável cardForm fora da função, para podermos reatribuir-la mais tarde
        let cardForm;

        const mp = new MercadoPago('YOUR_PUBLIC_KEY');

        // função responsável por fazer o mount do cardForm
        function mountCardForm() {
            cardForm = mp.cardForm({
                amount: amount.n…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@NissiusRibas
Comment options

@Marbemoreno
Comment options

@pinky-rembre
Comment options

Answer selected by NissiusRibas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants