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