Skip to content

Form render overload #16

@s-yagues

Description

@s-yagues

Hello,

We've detected an issue with the form rendering. The integration has a problem and it's overloading the CPU.

The issue is here (line 105):

jQuery("#payzenwcssubscription_rest_wrapper").html(fields);
}
KR.renderElements();
var payzenFormConfig = { language: PAYZEN_LANGUAGE, formToken: formToken };
if (PAYZEN_HIDE_SINGLE_BUTTON == true) {

The call to KR.renderElements is unnecessary and causing this issue. More info in the ticket.

Thank you very much :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions