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/l15fxo25pv7b/plugin/22/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AQRHEFTQKZjFmTAHnkvR-gJmDYiW5ZxZev0rqYYyTHGM_7BW-WoWFvpIp5coJ0fYLhyjwmmc7NOyjru-");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiOTJhNGY1YjgzMGE4MmIwNzgyYzlmY2NkMzY0ZDE1ZDkyZjcwNTBlNDY0ZDliMzk3YTRhMDAzOTU3OTQyMTVmM3xtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjItMDUtMjhUMjM6Mjg6MzEuNDExWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU44b2NfWG9VZm1Ydy1VTnFBMlQ5RjdLNmJnSmd4NDI5Q29jdkVwWWNYbUtVUG0xTFlWQ3h1endkZzUwZjhKb0FKRUU5MVJWa3p0MGg5bVVrbmp2eG4tWG1CQ1d3In19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('6292b01f0be09', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('6292b01f0be09', 'paypal', 'buynow', 'rect', 'gold');
});
}