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.plentyone.com/dewypljtlmt3/plugin/9/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AVfNnml1cb7eCc8uxe0tM4Fc6pb_F9QWYeup1MRauPeGa3QJUD1y5TpEDPKVh9XwWh-KGbcJ1WCsgE0F");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiNGEwYzY1MTlkOTE2ODQxNzc2MWRmODAxOGM1YjI1ZjA3ZmJmNjU2ZWMyOGNjMjdiYWY5ZTUzMTE3OGY5ODk3ZXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjYtMDctMTBUMTE6MzQ6MzIuMjMzMDg0OTM3WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU1PSGhTb2t0X19nWTVFSWZ5eFoyaG9teGZ0Mk1JTWNtU3RGYmxoNjhyS3ExXzlHS3FTNnRwN0U2N2FXd0psOHEtWHJwVG9vYlRWRHUxOFMyT3p2ajZRZ2hsNzhnIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('6a50de2a5e4e8', 'paylater', 'paypal', 'rect', 'white');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('6a50de2a5e4e8', 'paylater', 'paypal', 'rect', 'white');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('6a50de2a5e4e8', 'paypal', 'pay', 'rect', 'white');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('6a50de2a5e4e8', 'paypal', 'pay', 'rect', 'white');
});
}