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/0r8irkj4dv4p/plugin/3/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AW_u1fU71lz0NzE-VWeB70TpwZ3IkMidZKFFGjKWjAWtTsCFxdlI6oWp-1YQydUBpNjRtavW7UItMf3z");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiNjA0NTU3YjBhZTU5Y2Y0NTg0ZWY4NDRjNjJhOGMyZGUwNzQ1YWIyYmUxODg3OWMzODc1MGU3M2FiYmVhNGZjN3xtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDktMTFUMDY6MzI6MTUuMDI4WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU1Yd0VLZG1WbzVEYm9fTFNIb0c1SXhtRFh0VWh1YWI1cmx0ZVVrdmdLVWxWNFhEM2VIbFpseWJLVGxfU1JMaEFQMlBNZFJMcXFjeFRJYzBOWGFZMUlub3FqUkJ3In19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('64feb46e8f812', 'paypal', 'buynow', 'pill', 'silver');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('64feb46e8f812', 'paypal', 'buynow', 'pill', 'silver');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('64feb46e8f812', 'paylater', 'paypal', 'pill', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('64feb46e8f812', 'paylater', 'paypal', 'pill', 'gold');
});
}