if(!document.getElementById('paypal-smart-payment-script'))
    {
    var script = document.createElement("script");
    script.type = "module";
    script.id = "paypal-smart-payment-script";
    script.src = "https://cdn03.plentymarkets.com/qukgxm80lunn/plugin/11/paypal/js/smartPaymentScript.min.js";
    script.setAttribute("data-client-id", "AXcSmvXMhCJsCGuQcZ1SQJ7R4nzzl2-j3cws5VahnBWOBT0-q-pfj46nsVo7YD9j4t-9enfWwAnOyNGa");
    script.setAttribute("data-currency", "PHP");
    script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiODM3OGZmMGRjNmM4YmExNDEzMmE2NDdiYjY1YjVmMTg2MTBiYTg0ZDZmYWZiZDc4YTE2N2Q1OTc0N2IzNzUwNnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjUtMTAtMjJUMTM6NTE6NTUuMDIwNjQ0MjY0WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU9JTi1SZWpiX2pHUTRvOWRpMWJhRFpyOVBpYkU0N3VndVo5ejQyMHExcmVKeU5UMGJ4U19oZTJjUlh6MG9kSjhDRkxrNElURENqcW1oc0tJczNpajlZaDhYTXNBIn19");
    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", "AXcSmvXMhCJsCGuQcZ1SQJ7R4nzzl2-j3cws5VahnBWOBT0-q-pfj46nsVo7YD9j4t-9enfWwAnOyNGa");
        script.setAttribute("data-currency", "PHP");
        script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiODM3OGZmMGRjNmM4YmExNDEzMmE2NDdiYjY1YjVmMTg2MTBiYTg0ZDZmYWZiZDc4YTE2N2Q1OTc0N2IzNzUwNnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjUtMTAtMjJUMTM6NTE6NTUuMDIwNjQ0MjY0WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU9JTi1SZWpiX2pHUTRvOWRpMWJhRFpyOVBpYkU0N3VndVo5ejQyMHExcmVKeU5UMGJ4U19oZTJjUlh6MG9kSjhDRkxrNElURENqcW1oc0tJczNpajlZaDhYTXNBIn19");
        script.setAttribute("data-append-trailing-slash", "");
        script.setAttribute("data-locale", "de_DE");
    }
    
                    if (typeof paypal_plenty_sdk === 'undefined' || typeof renderPayPalButtons !== 'function') {
                document.addEventListener('payPalScriptInitialized', () => {
                    renderPayPalButtons('68f8eb371636a', 'paypal', 'buynow', 'rect', 'gold');
                });
            } else {
                renderPayPalButtons('68f8eb371636a', 'paypal', 'buynow', 'rect', 'gold');
            }