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