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/1ukve4rrx6jg/plugin/4/paypal/js/smartPaymentScript.js";
    script.setAttribute("data-client-id", "AS5n1jir4nNulxh-C6QhuePhvHQu5mBSouDUxVfH9BPUhNDSleUF_BH-a98RyLRVgLBDai8SZyt4Mb8o");
    script.setAttribute("data-currency", "EUR");
    script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiZjJkNmY3NDAwNTE1MTAyNzZmMmNhZTM3YTRiNjhmMGIwYTBkMzcyNTc3N2FiNjU4M2VhODU4YzJkMjFkYjIwNXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjUtMDgtMjBUMTI6MDk6MDYuODYxMjYzNDc1WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU05V2tGWHEyeUxBd29Xbml3X2hHQWw4TkdzSEE5dEE5bU5zcFh3UWE1VjE1X2dkalkxN1pZX3ZrTlVqU2VqVzIwMmxXN21CTlAySldtX085Zzd3SjVCQ2JVQ2JRIn19");
    script.setAttribute("data-append-trailing-slash", "");
    script.setAttribute("data-locale", "en_GB");
    document.body.appendChild(script);
    } else {
        var script = document.getElementById('paypal-smart-payment-script');
        script.setAttribute("data-client-id", "AS5n1jir4nNulxh-C6QhuePhvHQu5mBSouDUxVfH9BPUhNDSleUF_BH-a98RyLRVgLBDai8SZyt4Mb8o");
        script.setAttribute("data-currency", "EUR");
        script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiZjJkNmY3NDAwNTE1MTAyNzZmMmNhZTM3YTRiNjhmMGIwYTBkMzcyNTc3N2FiNjU4M2VhODU4YzJkMjFkYjIwNXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjUtMDgtMjBUMTI6MDk6MDYuODYxMjYzNDc1WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU05V2tGWHEyeUxBd29Xbml3X2hHQWw4TkdzSEE5dEE5bU5zcFh3UWE1VjE1X2dkalkxN1pZX3ZrTlVqU2VqVzIwMmxXN21CTlAySldtX085Zzd3SjVCQ2JVQ2JRIn19");
        script.setAttribute("data-append-trailing-slash", "");
        script.setAttribute("data-locale", "en_GB");
    }
    
                    if(typeof renderPayPalButtons === 'function') {
                renderPayPalButtons('68a5c1fada68f', 'paylater', 'paypal', 'rect', 'gold');
            } else {
                document.addEventListener('payPalScriptInitialized', () => {
                    renderPayPalButtons('68a5c1fada68f', 'paylater', 'paypal', 'rect', 'gold');
                });
            }
                    if(typeof renderPayPalButtons === 'function') {
                renderPayPalButtons('68a5c1fada68f', 'paypal', 'buynow', 'rect', 'gold');
            } else {
                document.addEventListener('payPalScriptInitialized', () => {
                    renderPayPalButtons('68a5c1fada68f', 'paypal', 'buynow', 'rect', 'gold');
                });
            }