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/f98508atthbb/plugin/2/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AfmZi9Sse0QWALJcaWVoLNNPEYOD69P82pX0G4Ti_OdqFSFjpOH4ffNja1TZ5s35NWDLjp3ZCncP75jc");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiMGFlNTFkMmYxNjMzMDM5NDI4MTY3ZTk0M2ZiZjViNjc2YThjYmQ1YjQ3MDcxZjBiOGRlNjdkMjQ2NTVlZWZjNXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDMtMTRUMTY6MDA6NTguMzI5WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5oYl9sM3NJdU5xczF3OVlyRDhEV1paeXB4UV9sS0J4c2R5V3A0a1ZjMjNKbGlPN05jWnVlb2p4dE5jNGdWV0NPcDA2YnZtbWFNbHVxUmhUbkFEUVU3M3FRWUZRIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
} else {
var script = document.getElementById('paypal-smart-payment-script');
script.setAttribute("data-client-id", "AfmZi9Sse0QWALJcaWVoLNNPEYOD69P82pX0G4Ti_OdqFSFjpOH4ffNja1TZ5s35NWDLjp3ZCncP75jc");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiMGFlNTFkMmYxNjMzMDM5NDI4MTY3ZTk0M2ZiZjViNjc2YThjYmQ1YjQ3MDcxZjBiOGRlNjdkMjQ2NTVlZWZjNXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDMtMTRUMTY6MDA6NTguMzI5WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5oYl9sM3NJdU5xczF3OVlyRDhEV1paeXB4UV9sS0J4c2R5V3A0a1ZjMjNKbGlPN05jWnVlb2p4dE5jNGdWV0NPcDA2YnZtbWFNbHVxUmhUbkFEUVU3M3FRWUZRIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('6410a4a4a320f', 'card', 'buynow', 'rect', 'black');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('6410a4a4a320f', 'card', 'buynow', 'rect', 'black');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('6410a4a4a320f', 'paylater', 'paypal', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('6410a4a4a320f', 'paylater', 'paypal', 'rect', 'gold');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('6410a4a4a320f', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('6410a4a4a320f', 'paypal', 'buynow', 'rect', 'gold');
});
}