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/m16m8icxiam3/plugin/37/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AQ1r0BdlRUcog1igNZtM8rKob8hXhUnAzcZ4T2GNe_UQ1y6gWR7fKaqDzBAbzjG6IZZjzhRCSvmqIQ-x");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiNmM5Yjc5OTg5YmI1NTU5OTFlNGFjMjljMmQ3ZmFkMmY2ZjA5ZDAyZjJhYWJjY2RjZWM4YTJlZjYxYmU4ZDQzNnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjUtMDktMTdUMTM6MDc6NTcuNTM2Nzk3ODY2WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5FdFRRR21rMjFpM3BtajNkSGJtWnNWdWZmaEwtVnFhTlZJN2hoSGRzVWRUN2UwTFRmVnQtQmc0bzQxb18xZi1fNnpkVlI3R2Rsdk13b0dqcDNzb2F3d0x6MEVBIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('68cab31b5278a', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('68cab31b5278a', 'paypal', 'buynow', 'rect', 'gold');
});
}