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/veh0p4v6xhx3/plugin/2/paypal/js/smartPaymentScript.min.js";
script.setAttribute("data-client-id", "AXA4T4Fn8iO3w6rgNs9kQU9uQKqWYU8PgtZHhyl0XAmbDkZEV1VFOgA9IAdQuMr2PMnA0k3ANgbHT5cO");
script.setAttribute("data-user-id-token", "");
script.setAttribute("data-merchant-id", "999JUBU6WMRWU");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-append-trailing-slash", "true");
script.setAttribute("data-locale", "de_DE");
script.setAttribute("sandbox", "1");
script.setAttribute("googlePayComponent", 0);
script.setAttribute("applePayComponent", 0);
script.setAttribute("logToken", "362c2c2b0e2b122b94ff897da2d34c23");
document.body.appendChild(script);
} else {
var script = document.getElementById('paypal-smart-payment-script');
script.src = "https://cdn02.plentymarkets.com/veh0p4v6xhx3/plugin/2/paypal/js/smartPaymentScript.min.js";
script.setAttribute("data-client-id", "AXA4T4Fn8iO3w6rgNs9kQU9uQKqWYU8PgtZHhyl0XAmbDkZEV1VFOgA9IAdQuMr2PMnA0k3ANgbHT5cO");
script.setAttribute("data-user-id-token", "");
script.setAttribute("data-merchant-id", "999JUBU6WMRWU");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-append-trailing-slash", "true");
script.setAttribute("data-locale", "de_DE");
script.setAttribute("sandbox", "1");
script.setAttribute("googlePayComponent", 0);
script.setAttribute("applePayComponent", 0);
script.setAttribute("logToken", "362c2c2b0e2b122b94ff897da2d34c23");
}