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/tz3npe0yiq4v/plugin/17/paypal/js/smartPaymentScript.js";
    script.setAttribute("data-client-id", "ASEPCrZQVEgMZa5av0Teq0b6UY8Lw8XUrfj6y-BTj-pPI2nhNZZco84aunl2zSTfao3mAL4TWuoIxd0J");
    script.setAttribute("data-currency", "EUR");
    script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiZDFjZjUxZDZlNGZlNDcxOWFjNTBkZDYxZDNmOTZjZTAwOWU4N2Q4MDM0MjlmZjVmMjAxZjhlMzZmNjM3OTBjMXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjUtMTAtMzFUMTQ6NTY6MTEuNzY4OTI4ODQ1WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU9Ob2gxc2dVTTVSaXB1SVYtby1PY3VkcHhwYUtTczlpZm53OG8zNFV5NnRTTEtYLWVWWE5NWEpNcUo3eFlrZlBZOTFEMVo2c3hObkY1bzZUSmxlcUI2eE9kdVpnIn19");
    script.setAttribute("data-append-trailing-slash", "true");
    script.setAttribute("data-locale", "de_DE");
    document.body.appendChild(script);
    }
    
                    if(typeof renderPayPalButtons === 'function') {
                renderPayPalButtons('6904d45fb27d1', 'paylater', 'paypal', 'rect', 'gold');
            } else {
                document.addEventListener('payPalScriptInitialized', () => {
                    renderPayPalButtons('6904d45fb27d1', 'paylater', 'paypal', 'rect', 'gold');
                });
            }
                    if(typeof renderPayPalButtons === 'function') {
                renderPayPalButtons('6904d45fb27d1', 'paypal', 'buynow', 'rect', 'gold');
            } else {
                document.addEventListener('payPalScriptInitialized', () => {
                    renderPayPalButtons('6904d45fb27d1', 'paypal', 'buynow', 'rect', 'gold');
                });
            }