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/1sa4votya23v/plugin/4/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AZm1GNUnujzE1rMUPvWgoXt3kfHcyNMu8nTCfYFHfp_heyvTTaSmcVRUioISWn-7ttBn0VOx1sA9SvIS");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiYjA2ZDg0ZTQ0NjdiMzQ3MTU0ODllMWE1YmFmMTY5NjNjY2Q4OTBlY2M1OGRhNTFmY2E3MTA5ZWM2OGY1YWNjMHxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMTEtMjlUMTc6NDk6NTguNzQ4WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5JcjUzOXRPeVdhSUVha21yNjgxS0N0ZzdGaWZucGRCTE9kbE0tN0JxWDBONWxKdGN2Z3ZaQ3FEV1puN3paWDJMTDIxVWdINUxmaF9FQ1RnT0YzaTY3WV9lZW5BIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('6567859c448af', 'card', 'buynow', 'rect', 'black');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('6567859c448af', 'card', 'buynow', 'rect', 'black');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('6567859c448af', 'paylater', 'paypal', 'rect', 'blue');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('6567859c448af', 'paylater', 'paypal', 'rect', 'blue');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('6567859c448af', 'paypal', 'paypal', 'rect', 'blue');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('6567859c448af', 'paypal', 'paypal', 'rect', 'blue');
});
}