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/76kjn530wnk2/plugin/1/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "ASABi4WnJBZJMdipzAdwe_ciWWNF3Ja91XuoXvH_m4i1S4tV7F5gtWSIzL-hH_2inzMcpiu_2UIkIT-b");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiYjMzMTVhN2I5MThiYmI5NGJhNTEzYzEzN2UwMDJiM2NlMjhkNjgzODZiYTg0ZjkzNDhiOTU3YzAxNjMxMTQ0OHxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjItMDgtMDlUMTY6NTE6NDcuNTMyWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQVBHeGhFU255X1h0aEV1NG9uQ2l1QVp4X0VnQWVZS3A4REZIQmxEdXhUM2s2VG5od085cVowaWpDVGFoNWlqbURrV1hESU5abjNsaUpGbWM5alpQY0VQbzVRYXR3In19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('62f296050ac11', 'paylater', 'paypal', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('62f296050ac11', 'paylater', 'paypal', 'rect', 'gold');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('62f296050ac11', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('62f296050ac11', 'paypal', 'buynow', 'rect', 'gold');
});
}