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/9pzvtwnpzq1s/plugin/10/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AdCDqVv5IeoDMVOpC-_k4GqdafMtC88i69InyVRUg5HXK2v7kJ29YLQZebblUMcjfBaTbt212204Fupd");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiMDg1OTdjZWQ2OGY5MmEzMmNmOWY5ZWE1N2YwOTMyZTEwZmU2ZmJkZDc3YTlmNTk2OGFhYjNlODg5Nzg4NDA0YnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDYtMDFUMTM6MjE6MDMuMTU1WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5jX3FfM3RVcjBpUGN6OG1ndHVsM3ZLYXZmRDMyNDMwUWt2V3RDYnhaTXlNT1c3SDVyRzc5eWZIRFd2UTFQMlpTel9BMExPWDZmWXZsMnEySlpMT2RVdmZsd2d3In19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('6478a8a4c175d', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('6478a8a4c175d', 'paypal', 'buynow', 'rect', 'gold');
});
}