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/xvefhbwkvzrj/plugin/50/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AeIvXIfUqIjW18KVmLdfgK3Ka0OOTpFZwm8yv99ew7Np-EGX1IPFNEhxUgs779qIhjgJjSgqjkYVoUqS");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiOWQ0MDA3NGNiMDRhZWIxZWY1YTk4YTU0MWQ5N2JjZGE1YzUxZDgxOGJkYmVkMWI4NWNkYmNlYTk5NzBiM2MxYnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjUtMDItMTJUMTY6MDY6MjAuMDUyNjY3ODQ1WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQVBCdjcwaXNDcmNQZXZtMWlubXN3eWZtSzhpYVBjNFBScTduSzBOYkl5YTVUU19xSFA0c0d4ZDc1R3RvMmJJNlNiY3VBaDNKU1lvRFFyTW5ta2hUT2lwQ1NkVUdBIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('67acd212d8951', 'paylater', 'paypal', 'pill', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('67acd212d8951', 'paylater', 'paypal', 'pill', 'gold');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('67acd212d8951', 'paypal', 'pay', 'pill', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('67acd212d8951', 'paypal', 'pay', 'pill', 'gold');
});
}