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", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiOWZiOWVmMjkyZDA2MGQ2ODg4NGM2ZjA5ZDY2NmIwMzIwN2NmM2RiZDVlZGFmN2I5NjM1NWZmZmI0MGFlMGE4OXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDktMTBUMTk6MDg6MzQuMjI4WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5iLU5FY2dHdlVyVjlON3UwYllTbVRwSFBRcG8wR3FIZWFYcXlZeUxreTFyclBHdTRsbTU3SjByelJVclNiSHN1MUcxV2JOeUt5T3Fkel9GLXRiMVVGa2N4SzlBIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}