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/ha6nm7qz4245/plugin/18/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AUcRhLOs5B8_rGQ0IUawKCER3vuF_Jh-ewQ6vfsNsca1GuDGhZVfADcjwH01OMdZm9v3uBmC5JE77puV");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiN2U3MTJhYzg2YjI0MTM4NzQ1YWQxNTgyNWQ2NmY0MmUwM2Y5M2U1ZDdiYTE2MzFhMDRmYjQyY2I4NTNkMzM4ZnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDItMDJUMjA6Mjg6MDcuNjYyWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU1RU2ljS3Izc0pUX2xWMTdjdzJ5T1FfVkNTVFBxbTA1R2dnbWVkczF6VGlCUmY5aUZLUnRpWmZUWWNCUk5LY0liVVl6d3I5djk1NkJ3aGtILS12WmJZbUtfTXRnIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('63dc1d4f5876e', 'paylater', 'paypal', 'rect', 'white');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('63dc1d4f5876e', 'paylater', 'paypal', 'rect', 'white');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('63dc1d4f5876e', 'paypal', 'pay', 'rect', 'white');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('63dc1d4f5876e', 'paypal', 'pay', 'rect', 'white');
});
}