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/ajepapkd7zxp/plugin/36/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AYLkc35eCsgpKAk5UO8uCxBN3JW6_ccSXlPqntKHLHoIlZeS4_7cDcQiHy2OszURKuMghbbJBNZUyTrx");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiMDMxYTdmMDhiYzVhMjNhYTZiYjlhNTYzMjI5YTllYzM1YThhZmU4MWE3YzViMmZhZWMzNGFmN2FkMjg5YjQwM3xtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDMtMThUMTg6MjM6NDcuMTYxWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU52Z3ZqcGlTUmh3V3U3X3ozemxSaXZHeGVtU2RiZ2VIWTFzbGRnOEx1MGV5WHg1blFyTGpkLTdVVUo1STJuUHFnZ0o3N3gydlhvYkJ6VUJ3aXFqZUFscy1HTEpRIn19");
script.setAttribute("data-append-trailing-slash", "true");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('64160e3e99b28', 'paylater', 'paypal', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('64160e3e99b28', 'paylater', 'paypal', 'rect', 'gold');
});
}