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/fo55nitsrt8j/plugin/92/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AZfpBcz7z-bC1M7_SIiCafiyB-C5CKBCVHgkEOsTlOmxqDIBmiO-lvIZoKD5ao5nhUfXhMtCLqKr40Mm");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiYzQxOWFiOTJkMGVhMThjOWYzNTBhOGI0ZjVkMTJhZWM0OGViYjMxMjZiNjFkZDg4OGU2NzM5NjM2MzBjYmI5ZXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDItMDdUMDM6NDY6NTcuNDgwWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQVAwWkNEVG1MS0x4YVdpb2c0Wm1uVFI1czgxSGdnTFdQRFZ5bkhtZzdzQ3pCTnVBSURrTWUzQlV4VnV5TXo4S1Q4M2U0R2I4eVdqeWtOY3lGVGJVNDNFVExZUjdRIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('63e1d77c773ba', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('63e1d77c773ba', 'paypal', 'buynow', 'rect', 'gold');
});
}