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", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiYzJiM2I0MGM4NmRjNjBkYTNjOTY2ODc1NTE4YjE2MGM5Njk3ZTljOGQzMzU4NDA2YzAzNjA5NDg2MmMxZThjNHxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDktMTRUMDY6MTk6MjcuNDAxWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU1JY2VLa24xNGhUMVlsN2NwYURRYUJPZ05BUVB6OVNnLS1DczVPanQ1aURxcjNTNW1wbG90ejFPY2NOTFZDOXo4LS1aWE9ZWktvTkJlSHhtTklzUE16aWtqUzZRIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('6502acc04d574', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('6502acc04d574', 'paypal', 'buynow', 'rect', 'gold');
});
}