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/0wdm5k6cdxq8/plugin/3/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AWRNlYPKnJvJBBXZyjjY_MWRR3x15KaSixjcKygrOLuE41E5MXJ-gEZR4nZy7Rf8WP_-hi7TSfwgo3iM");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiZWZhODM1Yjk0ODE0NTQ1YjU1NzcxYmQ2MjU1YjA3OTVkNjU1YTczMTlmYjlkYmFjZTEwMTU5ZTU0MDg1NTQwOXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDMtMjRUMTc6MTY6MzEuNjAwWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5DSzNiaWdiYUJlNTZkaDhSV0ZKRGk2RzRiUnZTU3hVMy1oWkJ5RFk4c2Z5TG1fbmRBUENob1VtVHdwMDdvZktPcGRCWE9TRzR6UTFoaUhwVFR0UGJ4Q3RnNTFRIn19");
script.setAttribute("data-append-trailing-slash", "true");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('641de6d98f764', 'paylater', 'paypal', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('641de6d98f764', 'paylater', 'paypal', 'rect', 'gold');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('641de6d98f764', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('641de6d98f764', 'paypal', 'buynow', 'rect', 'gold');
});
}