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/a2knzigdwtru/plugin/16/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "ASMWLUA1dj4cucEOQ5EYa76c-6S73CBKnkyVk5ny3yUersz2lgfO4gkIee6pb0Cf4LDqs1RcjgAn5mLi");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiZDhlNmU0MzdkZjJlMDkyZTZkYjQzMjJhNTMwMjllY2MxYzIzOWE4YmU1MDY3OGY1NDAzMDFmY2ZkY2I5NTYzNHxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjItMDgtMTNUMTE6NDE6NTIuMjkyWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQVBVTndmb2h5X0ozUUt6djk0cUo0cTl3OUU3S1Z0WEdVWW1uUVZweGxtdUw2dWZSbzdnc0JUQ0x4X0EwOWR0SWtqSUZ6bUUwMEpwSGVrQzdQbnduRnRqWTlvRzZ3In19");
script.setAttribute("data-append-trailing-slash", "true");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('62f79418b23f8', 'paylater', 'paypal', 'pill', 'blue');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('62f79418b23f8', 'paylater', 'paypal', 'pill', 'blue');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('62f79418b23f8', 'paypal', 'pay', 'pill', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('62f79418b23f8', 'paypal', 'pay', 'pill', 'gold');
});
}