if(!document.getElementById('paypal-smart-payment-script'))
{
var script = document.createElement("script");
script.type = "module";
script.id = "paypal-smart-payment-script";
script.src = "https://cdn03.plentymarkets.com/lalw3ryuzzik/plugin/3/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AeCDXq3NzooBLAjeJo1cgojEze4QSX7a8hnl5jvAdrkq3F9LfU7v-1YRHbmQw78pZb1TpbMMSuXS2p02");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiNGQ0YTcyZDFmZDFiNmQ4OWYyNGQ4NDQxZmYxNjQ5Yjk3ODhhNTgzYzc1MmM5ZTI3ZGNlNjA4ZmJhYTNhOTkzZXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjItMDctMDZUMDU6MTU6MTIuNDUyWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQVAzZ1FlSnB0UFBjem5qTXA1ZG8xeHB6cFlacmFJU0JZajhLb1c0VHZtY2swQ3BVUm9QUjk4Q1hOUUk5WTFiWHpsM1FQdTFOT1NBU2FkdGRjWC10eWFxY3l5QS1RIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('62c51a600986d', 'paylater', 'paypal', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('62c51a600986d', 'paylater', 'paypal', 'rect', 'gold');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('62c51a600986d', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('62c51a600986d', 'paypal', 'buynow', 'rect', 'gold');
});
}