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/rxa9m9nq0mm4/plugin/3/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AYo-1y3ym84xRf68d7eoSuZq-qJIoWFeX36GJXbsxk-vcid4kY1gopwwMkN_mQO64k1OyJmH3LSVLj4w");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiYTIxMTZiOTMwYjE3MWViMmRjMmFkOGNjZTBlYmU4YTFmYjc0YmE5YTUyZjI1NWY2NGFlZjk5NTFlNTE2OWJkY3xtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjItMDUtMTdUMDQ6MDk6MTAuOTU1WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5GX2laemlCUzJmTUVVUG1KZHVvVlo3ejZoUVc4NWZSZkdZUy01UXlwdlV0amczdGNTWWgtZG4xQkNlbm9TaXRhMXN5a2N0QjF3amdMNDBMekhJTDV3d2tXS1VnIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('62831fe69bb59', 'paylater', 'paypal', 'rect', 'blue');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('62831fe69bb59', 'paylater', 'paypal', 'rect', 'blue');
});
}