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/6mi3i5bhx3zt/plugin/20/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "Ae8FP9bvO1ufpUzfp9DkpRunNIaBm4zpOJXMB11Cdgixzu41pACZKItTmATFBiWch9Gg9glr0xQ4P5jq");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiOTQ0OWQ1YWMxZjcxODg2YWMyNWRiMTdlMWI4ZmY2ZmVjY2JkNTQ2YzQwODRkOWI0M2U5ZGIxMjU5ZWJjOTRmNnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDMtMThUMTQ6MDY6MjguNzg5WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU9UVkh1SnNSUGFiZHF5bnNpRnpHbE03LXdIZkxabWQtMXVuTXFLcHl3Y3ZnbjJ4eGZ5dlNaY0JlTXFxczJvSDZ6RjdTR2tPU0RVT193VG95aXVfVzdKVWE0V0ZBIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}