if(!document.getElementById('paypal-smart-payment-script'))
    {
    var script = document.createElement("script");
    script.type = "module";
    script.id = "paypal-smart-payment-script";
    script.src = "https://cdn02.plentymarkets.com/a018wp6dam26/plugin/2/paypal/js/smartPaymentScript.js";
    script.setAttribute("data-client-id", "AdJngWaBd8AohIvCIbVDQrHIvFhjKgQAW3DOWDlRFDwd_5FzrYr_3-aZGQ9G0q315G0ru14suGGxhoC4");
    script.setAttribute("data-currency", "EUR");
    script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiZGFjYzRmNTgxNjJjY2FlYTk1NDg1ZjQ3NzIzNDJiY2QyOTBkYmExOGQ0YjQ4ZmRmMWJkMGYwYTdlYWQ4MTk0ZnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjUtMTAtMTdUMDY6MjQ6MjUuOTA3MzE0MTQxWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQVBqN3Y3M21ZYTQzdFZndDN0M0NUY05ERXFGOXpCX09YSEsyaWw4Wnd2eW1qSzRIcy1Ga0UwUXFiTTZpWlJDbkpqMks4RnFqSXdzSE9xU2RxWFlid2ZFY1ZzcmZnIn19");
    script.setAttribute("data-append-trailing-slash", "true");
    script.setAttribute("data-locale", "de_DE");
    document.body.appendChild(script);
    }
    
                    if(typeof renderPayPalButtons === 'function') {
                renderPayPalButtons('68f1e31cbb30a', 'paylater', 'paypal', 'rect', 'gold');
            } else {
                document.addEventListener('payPalScriptInitialized', () => {
                    renderPayPalButtons('68f1e31cbb30a', 'paylater', 'paypal', 'rect', 'gold');
                });
            }
                    if(typeof renderPayPalButtons === 'function') {
                renderPayPalButtons('68f1e31cbb30a', 'paypal', 'paypal', 'rect', 'silver');
            } else {
                document.addEventListener('payPalScriptInitialized', () => {
                    renderPayPalButtons('68f1e31cbb30a', 'paypal', 'paypal', 'rect', 'silver');
                });
            }