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/n0t16grl1cx6/plugin/1/paypal/js/smartPaymentScript.js";
    script.setAttribute("data-client-id", "ARTVRfFmKdSrnO2YJodSV6uH1dCOZuwQZEF5Hn-dSwMnnE14JOskqMvxkLMuuTSm0lsTf6RI4HgNg-bH");
    script.setAttribute("data-currency", "EUR");
    script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiNDI1Mzk1ZjJlMWQzMzE1ZTZmNzcxNzgxYzUwOTdiOTRhNjlhODBkNjFiMDZhMDllMWE1MmU3YTZiYTIwYjc2MnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjUtMDgtMjZUMDc6NDg6MTUuMzA5NjQwMzM2WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5zbXRMY296MXFWaHlqbGVDTkpPREhOZFRKY2xXRm83N214UzlFYmo5dk1qSmZRTDVLdlNVZlN0Q0hCOGNIUkN3dzdjSW1IVGw2RW5GNEx6cnVud19hZGZxWklBIn19");
    script.setAttribute("data-append-trailing-slash", "true");
    script.setAttribute("data-locale", "de_DE");
    document.body.appendChild(script);
    } else {
        var script = document.getElementById('paypal-smart-payment-script');
        script.setAttribute("data-client-id", "ARTVRfFmKdSrnO2YJodSV6uH1dCOZuwQZEF5Hn-dSwMnnE14JOskqMvxkLMuuTSm0lsTf6RI4HgNg-bH");
        script.setAttribute("data-currency", "EUR");
        script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiNDI1Mzk1ZjJlMWQzMzE1ZTZmNzcxNzgxYzUwOTdiOTRhNjlhODBkNjFiMDZhMDllMWE1MmU3YTZiYTIwYjc2MnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjUtMDgtMjZUMDc6NDg6MTUuMzA5NjQwMzM2WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5zbXRMY296MXFWaHlqbGVDTkpPREhOZFRKY2xXRm83N214UzlFYmo5dk1qSmZRTDVLdlNVZlN0Q0hCOGNIUkN3dzdjSW1IVGw2RW5GNEx6cnVud19hZGZxWklBIn19");
        script.setAttribute("data-append-trailing-slash", "true");
        script.setAttribute("data-locale", "de_DE");
    }
    
                    if(typeof renderPayPalButtons === 'function') {
                renderPayPalButtons('68ad6793aedf9', 'paylater', 'paypal', 'rect', 'gold');
            } else {
                document.addEventListener('payPalScriptInitialized', () => {
                    renderPayPalButtons('68ad6793aedf9', 'paylater', 'paypal', 'rect', 'gold');
                });
            }
                    if(typeof renderPayPalButtons === 'function') {
                renderPayPalButtons('68ad6793aedf9', 'paypal', 'buynow', 'rect', 'gold');
            } else {
                document.addEventListener('payPalScriptInitialized', () => {
                    renderPayPalButtons('68ad6793aedf9', 'paypal', 'buynow', 'rect', 'gold');
                });
            }