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/9pzvtwnpzq1s/plugin/10/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AdCDqVv5IeoDMVOpC-_k4GqdafMtC88i69InyVRUg5HXK2v7kJ29YLQZebblUMcjfBaTbt212204Fupd");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiZjU3ZWQyNzQyNjgzYzc1NmI2ZWMyYWZlMmY3ODlmNWMyZWMwMzgzMTM0MjI4Y2Q0YWNjZGNhMmM5NmE4NmZiNHxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDItMDNUMTE6MjA6MzcuOTY3WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU1UU05BeXR0S3JleXZQbVk1ZVdTc0prTk1UbVU3bzA2R2Z2N1k2VE1YOG5qMFZlWFBfemtfMVpJOERMUVZMelRCWXhXSDZidlY3RHZlN0JIeGxiQXNLbkVnUlZBIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('63dcf4e75a821', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('63dcf4e75a821', 'paypal', 'buynow', 'rect', 'gold');
});
}