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