<script>
    var wpwlOptions = {
        locale: "<?= $GLOBALS['TL_LANGUAGE'] ?>"
    }
</script>
<script async src="<?= $this->base ?>/v1/paymentWidgets.js?checkoutId=<?= $this->checkoutId ?>"></script>
<form action="<?= \Environment::get('base') . $this->action ?>" class="paymentWidgets"<?php if ($this->brands): ?> data-brands="<?= $this->brands ?>"<?php endif; ?>></form>
