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/orvp45ucbg2g/plugin/7/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AYt8-Lw9wKXU1CCN3AlpKvpKbPO2bRgWb3rCGa2JeKdjejgklS3luoynigNYDRUbQ7JiOYeDCkgJmJq2");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiNDdhOWZiZjM0ODJmNGY3YmY5MmM0ZjFiMzY0ZWIyYWM2NzUwYWQxMjhkM2FiOGExZWFjZTE4ZTU0YzY1YzcwOXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDktMDVUMDc6NTU6MTEuNTUxWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQVBVNFk4VmtlNHpuaVpqWXRlWGZQYS1oV09WS1QtV3BYaU4yMWF6enBrZmg0WmtsbFN5eXNMc0JBTGlXbzM4d3Fxb3pDejdMMzhFeEg3SnotYTFmWDgxNWtIQTd3In19");
script.setAttribute("data-append-trailing-slash", "true");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('64f6eb4723d28', 'paylater', 'paypal', 'pill', 'blue');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('64f6eb4723d28', 'paylater', 'paypal', 'pill', 'blue');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('64f6eb4723d28', 'paypal', 'buynow', 'pill', 'blue');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('64f6eb4723d28', 'paypal', 'buynow', 'pill', 'blue');
});
}