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/mfa1qocjwyob/plugin/4/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AZG4aP1W0lp4Sl7eP-rMcO1T4YllPlSoVTlEi7vxvyemOQdRKnepzxmZsYjbTqAYsTpxhrZ4BT3hS1V1");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiNWFmMTY1YWE1OTdmMWIwOTUyYzFhN2I1YTQ3MDk3YWRmYTk4ZGU4MGQ1YzAyODRiY2NkNmZmMTlhODJiNmY2NXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDUtMjdUMDQ6Mzk6MzYuODU2WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQVBBdGpfUHY4ZnAwQ0FMbTh6RHNwdVFCZ3BNMWZ4YnJtSlZ2MG9NVWFWMVlJbEZIV0hpM01tYVMxRjFVT3NRNGlfTE5JM01ic2V3dkpZMVNwd1llUUUwNExoRUNBIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('647189887e09f', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('647189887e09f', 'paypal', 'buynow', 'rect', 'gold');
});
}