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/xnv804jkug1l/plugin/10/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AU6fFh8GMNGom5tk5n6Hkr0Ekb2yeKrG4omQds1tLzFH4okipt-SxEMdtBmFmqUv6V2NkSPESx9O5ADD");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiYTNkMzU0ODUzM2VjZDZhNDhiOGJmZWZiZDUzZjQ2NWY2NjdiOTliNjc1ZDAwMzIyMzdiNWU2YmUzMGRlZTYxOHxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjQtMTAtMTJUMDc6NDc6NTguNjg1WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5EM25RYWp5aTVzSVFYNTVYck9uYUJJSDc5VFIyN2R3OGlmd08tSjJTOUZFazItUk0zdEZPWVJkTEd3Z1VsM3ZycmQxV1NWSUN4UURpQ1l4V1N4SWFrSWdkc0VnIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}