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/50j1t84he5zu/plugin/12/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "Ad6yHc1ypNFQxDuK71kmbpne8LmMuxR29UcjLB8ob90ssoEEj7Op1H0u69Z_FfB6hUr96MfotVXtIHnZ");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiYmJlZmE2YTFiZTkxZWJhMmI4ZTU4YWY5OGEwY2I5ODdmYjBjMjA5M2NkNjhhZGMzMzQxYWUzZTQ4ZDE4Mzg0Y3xtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDMtMTVUMDU6MjA6MDUuNTM4WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU83dUVRMG90eDc2Tzk2R1BZSktjRHJRaW5BYVcwNTdqelVfbzBhdmZIaTNiTENZREpXZDVEelAzLTFUZm5wWExCaFlGZzBhcnowNnlocjAzZDBvXzc4QkI0TkhBIn19");
script.setAttribute("data-append-trailing-slash", "true");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('64115716e9c90', 'paylater', 'paypal', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('64115716e9c90', 'paylater', 'paypal', 'rect', 'gold');
});
}