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", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiNGNlNzAxZjJmZTAzMTAyMTQzZjc3YjBjZmM0N2E2M2VmMWQ5Yjk5MWUyZDljNDRjN2MzOGUxZWE1NWIxYTMyNHxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDItMDJUMjE6MjQ6NDIuMTYzWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU1KT3NGSXFvb0hmNWJCemhFTWhvM3N2bWlWcHU1YlVlblUyTnZGcVg0RjFydUViM0FCcTNIcHpPMlRGT0tqRFNIQldPMlEtNm1Zei1SYmVuX3RmNS0tWGdmNXp3In19");
script.setAttribute("data-append-trailing-slash", "true");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('63dc2f1718c4f', 'paylater', 'paypal', 'pill', 'blue');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('63dc2f1718c4f', 'paylater', 'paypal', 'pill', 'blue');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('63dc2f1718c4f', 'paypal', 'pay', 'pill', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('63dc2f1718c4f', 'paypal', 'pay', 'pill', 'gold');
});
}