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/75gc8x4cwdif/plugin/12/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AbPx8b-aYxRoODCt1QwHLdbNfmL7FacwgxToFQyUgRLWp1X059PlZXvj2j_jCWgsetTs9_6q-N1oGbmA");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiMGY2ZWVhZTVmOWEwMDYwOTg2M2MzNTEwYzc2OWYwMzQ2OTE1NmI5MzJmOTRjM2EzYmZkN2E0OWZkYTVlZTBkNnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjQtMTAtMTJUMTA6NDA6MTkuMjY4WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU1qeVo1Mmd4dnFIbnl2cEFQVlFwUi1oZ0taYnphUHZ1UGVXTUdtQ2RMekc1QmcwVjQxRW9rQW1Kb1VSTVlENEpjUWpjMTV0c3VoWVJmRS14WUU1RWJqekU3cjNnIn19");
script.setAttribute("data-append-trailing-slash", "true");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('670a5320c8e32', 'paylater', 'paypal', 'pill', 'black');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('670a5320c8e32', 'paylater', 'paypal', 'pill', 'black');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('670a5320c8e32', 'paypal', 'buynow', 'pill', 'black');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('670a5320c8e32', 'paypal', 'buynow', 'pill', 'black');
});
}