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