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/51qt7ldaagpe/plugin/9/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AaZjWBFHJRDuIOQjB3DC-ExiZfxiLRCsJEu8_48IYlEmf5jb6sH-_JoLA0bwbB2VjPbLWl6mOs2_xS2Z");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiNDRmYWQ4MDRkMTRhN2IxN2IwYTY1YTdhZmRmZjIxMjVkYjU0YWI2M2M4YjhhMmIwZDQzZTU3NzVhYzg5NWRiZnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDktMzBUMDQ6NTQ6MzAuODg5WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU9JRElCVnVjYXJiN0xZT2ZHRGpVcC0xNWE3YWU1a0VONDdRcWFOM21GUFY5OGRUX2VjQ25WX3I1Q3VjM24yNzVXRG1HWFFkb3F1UUN6aWd2aWVtLU1wejlQVm13In19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('6517b49857889', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('6517b49857889', 'paypal', 'buynow', 'rect', 'gold');
});
}