if(!document.getElementById('paypal-smart-payment-script'))
{
var script = document.createElement("script");
script.type = "module";
script.id = "paypal-smart-payment-script";
script.src = "https://cdn09.plentymarkets.com/m16m8icxiam3/plugin/19/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AQ1r0BdlRUcog1igNZtM8rKob8hXhUnAzcZ4T2GNe_UQ1y6gWR7fKaqDzBAbzjG6IZZjzhRCSvmqIQ-x");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiZjk1YzViZGE0OGI3MDI3YWQyOTAzZGJiZDY1MGIwYjY3YTY3MmRjMjkxNWViMTVkNjc1ZWJjNjU2NjdlZmI5OXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjQtMTEtMjBUMjE6NTA6MzMuNzYxWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU12bkpydWp4VUF1LUllc3gyQmNqbGhDQ29iR3liR1BUOVNKMGFGc3ppYm9OS0lodnFvVmd3WmNRRVRvMFM0VGI0cFlzVlJxZ2E5T2VKNEVFdHQyQXN2TDZEUVFBIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('673e6001b8141', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('673e6001b8141', 'paypal', 'buynow', 'rect', 'gold');
});
}