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/7eij19swhegt/plugin/1/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AaHrE0G2IeOhqKW0gZGudJGOtJBDHf2E-wtk66ADo9WKxqs3jNFeh4oivsJ74g8z7xfnR6mm4sgjQxC8");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiZjM3NTVlM2IwZGEzM2IwMGZhMjM0NmUyYzE5YmZlZTBjZDg5ZDBkNzE4YzFjNTc1MjBkYzJjMGQ4MjY1Mjc0MXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMTItMDlUMjA6MTQ6MTAuNzY0WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5pYW4zcW43WGpMWTh5WXNXM1dvUGhnVGluS01QN0pEWk1BZFBwZDVZWjI2OFM4NzlaZ1VGc2ZlbjRlMVU4c3hXYlY3dUgtZTZ4dW05cTF6c1EwbDBkSFg3Y0lnIn19");
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", "AaHrE0G2IeOhqKW0gZGudJGOtJBDHf2E-wtk66ADo9WKxqs3jNFeh4oivsJ74g8z7xfnR6mm4sgjQxC8");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiZjM3NTVlM2IwZGEzM2IwMGZhMjM0NmUyYzE5YmZlZTBjZDg5ZDBkNzE4YzFjNTc1MjBkYzJjMGQ4MjY1Mjc0MXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMTItMDlUMjA6MTQ6MTAuNzY0WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5pYW4zcW43WGpMWTh5WXNXM1dvUGhnVGluS01QN0pEWk1BZFBwZDVZWjI2OFM4NzlaZ1VGc2ZlbjRlMVU4c3hXYlY3dUgtZTZ4dW05cTF6c1EwbDBkSFg3Y0lnIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('6574d05ca56ab', 'paylater', 'paypal', 'pill', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('6574d05ca56ab', 'paylater', 'paypal', 'pill', 'gold');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('6574d05ca56ab', 'paypal', 'checkout', 'pill', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('6574d05ca56ab', 'paypal', 'checkout', 'pill', 'gold');
});
}