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/od92vimwt5i5/plugin/1/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AfqQEuqbGeYZ4Ryjaw_fihtBnDCTfUzkC8hq14p793j2MHxche8ANwLUw85yo45r8CWRg4nmGpYGHMli");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiOGM5YTI1ZTBkYzRjMmExNDZlN2M3MzgyMjQ1NzEyZDNlNWRjODgzODA4ZDBlODcxYzhhOTQ0YTBiMTNmMmZiNXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDMtMzFUMTE6Mjk6NDEuNjk0WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5CcjhYa3V4X2JEcWtheGRPLW00eUhwclcwWTFhU0w3SHliNzJ2Q0dSWmx2MUVpMTNLR3lqQld4Z2NPQ1pNdUhQZlh2aGpqTjlRUHZ3NEFfU0MySHJKV0gxMGdBIn19");
script.setAttribute("data-append-trailing-slash", "true");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('6426c68716cff', 'paylater', 'paypal', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('6426c68716cff', 'paylater', 'paypal', 'rect', 'gold');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('6426c68716cff', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('6426c68716cff', 'paypal', 'buynow', 'rect', 'gold');
});
}