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/2ibmq9cykoef/plugin/4/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AWuJ0IL8f4ouSVyiSoanLpENLz1zU-mMuviiLsPAUG3o7URzDoLu9i2mqIDU04cQk1iBove3arrzqu4Z");
script.setAttribute("data-currency", "XCD");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiZTExMjdkZDA3MWU0Y2NhYmNmMzAwYTBjZDBkY2M0MTBlZGI3MTc0YmE2YjIwNjg4M2NlMDM2OGFiZjJkOGFhM3xtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDktMjRUMTM6MjE6NTguNjgxWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU9nb21XbWlSQURHZ2Y0OXR4ZUxCZVYzZmFfMk1TVGFvTl9TWGNhdTU0UW1hTDBsUldwN0tvTHkwQzV4R054cng1STNJRVQ3LV9Tc3lfX1dfeWd2Z3BrMmhOa1F3In19");
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", "AWuJ0IL8f4ouSVyiSoanLpENLz1zU-mMuviiLsPAUG3o7URzDoLu9i2mqIDU04cQk1iBove3arrzqu4Z");
script.setAttribute("data-currency", "XCD");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiZTExMjdkZDA3MWU0Y2NhYmNmMzAwYTBjZDBkY2M0MTBlZGI3MTc0YmE2YjIwNjg4M2NlMDM2OGFiZjJkOGFhM3xtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDktMjRUMTM6MjE6NTguNjgxWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU9nb21XbWlSQURHZ2Y0OXR4ZUxCZVYzZmFfMk1TVGFvTl9TWGNhdTU0UW1hTDBsUldwN0tvTHkwQzV4R054cng1STNJRVQ3LV9Tc3lfX1dfeWd2Z3BrMmhOa1F3In19");
script.setAttribute("data-append-trailing-slash", "true");
script.setAttribute("data-locale", "de_DE");
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('65103be688ae0', 'paypal', 'checkout', 'rect', 'blue');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('65103be688ae0', 'paypal', 'checkout', 'rect', 'blue');
});
}