if(!document.getElementById('paypal-smart-payment-script'))
{
var script = document.createElement("script");
script.type = "module";
script.id = "paypal-smart-payment-script";
script.src = "https://cdn03.plentymarkets.com/8ecdwy3leain/plugin/13/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "ARW_sYr3CvXIxJ_W6jM3pbNGkVEJaiF7-Y7KdI9a9bq2jGjL3vGJlxrYO-AN11LEuaEkH2S0i8XBhskt");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiYjgxOWMyYjhiY2Q1Yzg0OTIxMzE1ZWUzNmNlODQ3ODhjYjU1M2RkNWRkZDJjOTJlZGM0ZDFlMGRlMzQ1MDhiNnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDItMDZUMjE6Mjk6NDYuMTM5WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQVBxNmU1Sm9PaExvOC1tbHRfT25UaTg4R2pDX0l3Wms5YVdialRselZoT3A4aHJZOTVkc0d3em14Q3M4cmlWVkhKM1ZQUnpjbW15NXJlS3FjV2EyTXFrU3pONldnIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('63e173afa4fa4', 'paypal', 'pay', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('63e173afa4fa4', 'paypal', 'pay', 'rect', 'gold');
});
}