if(!document.getElementById('paypal-smart-payment-script'))
{
var script = document.createElement("script");
script.type = "module";
script.id = "paypal-smart-payment-script";
script.src = "https://cdn03.plentymarkets.com/zvgco3wwt139/plugin/22/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "Adfz9iVKyeSY04_alS3JormiHPp9l6595k5NnKKkfmrBG3kCJwnZSRaW4d2wNPlBjlC3biG0LqreIQeV");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiMDIzZmQ0ZGUwNzBmMzExZjJiOThiMzI2ZTY5NzAzODA3MTIwZjNiMTdjOGE3YzU4MmQ2OTExMTZlNGE5M2ZmMXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDItMDhUMTg6MDI6NDkuMDE5WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU9La1hBQ2tXVUFRT3hYNTFoSWo1U2VSWjFFWU5jbUlRNHdGNG05SjVDSE1PWU5xQlkwWFJiZGlUMW84XzhnNWJWb09rRS1aUDVvRUhBUVFwaGxzNlNIZGJPVGFnIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('63e3e3c934800', 'paylater', 'paypal', 'rect', 'silver');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('63e3e3c934800', 'paylater', 'paypal', 'rect', 'silver');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('63e3e3c934800', 'paypal', 'buynow', 'rect', 'silver');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('63e3e3c934800', 'paypal', 'buynow', 'rect', 'silver');
});
}