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/ev1aa1qvawae/plugin/92/paypal/js/smartPaymentScript.min.js";
script.setAttribute("data-client-id", "AeRP8hynTM3Ug1zPxE_LU7mWRres_XPqLo9SQZZ2rQCarnvmcNZyW930vvi6Y0qlD5Tm17XhK0YkhXrA");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiODU0NDYwMThkYWMzN2EzNTU5YjFiMTE0YmRkYjc4NmVhNDIxZjRkNGI4N2UzYmVmNmQyYTczMmY2YTBkNWU4M3xtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDktMjBUMDQ6MzA6MDguMjQzWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU82akx3eHA4S1VKVmdoeVBvMXMxck5hSGx5TFZaWUtfSFBELW1UQ002RGtheDJRalZDSlBxX1p5X3o2VW1nZFcxOXBnNEFUV095RGhQdzRmNXhVNUlna2E1SDVnIn19");
script.setAttribute("data-append-trailing-slash", "true");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
} else {
var script = document.getElementById('paypal-smart-payment-script');
script.setAttribute("data-client-id", "AeRP8hynTM3Ug1zPxE_LU7mWRres_XPqLo9SQZZ2rQCarnvmcNZyW930vvi6Y0qlD5Tm17XhK0YkhXrA");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiODU0NDYwMThkYWMzN2EzNTU5YjFiMTE0YmRkYjc4NmVhNDIxZjRkNGI4N2UzYmVmNmQyYTczMmY2YTBkNWU4M3xtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDktMjBUMDQ6MzA6MDguMjQzWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU82akx3eHA4S1VKVmdoeVBvMXMxck5hSGx5TFZaWUtfSFBELW1UQ002RGtheDJRalZDSlBxX1p5X3o2VW1nZFcxOXBnNEFUV095RGhQdzRmNXhVNUlna2E1SDVnIn19");
script.setAttribute("data-append-trailing-slash", "true");
script.setAttribute("data-locale", "de_DE");
}
if (typeof paypal_plenty_sdk === 'undefined' || typeof renderPayPalButtons !== 'function') {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('650a77c297e72', 'paypal', 'buynow', 'rect', 'gold');
});
} else {
renderPayPalButtons('650a77c297e72', 'paypal', 'buynow', 'rect', 'gold');
}