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", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiNWZkZTg3ZTJhZGJlMWQwZGY3YmMzNTFkZTIyZWY0NGVmZGQ4OGYzYjUyYmVmMGY0Y2Q4MWEyNDU3YTlhNDliNHxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDItMDRUMDA6NDc6NDAuNTcxWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU9ic3QxLWpHcnpEQTI1MU5kY3JWS0VXV1ZHLUFSVmdzaVNlWW1WS2owdFhOandxQ292UHY1a2NKY1Y2bEFFWEd4dktjcm5ZT3NDSmlDdGxtRkRjZ091Xzd5ZWdnIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('63ddb3b907e5f', 'paypal', 'pay', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('63ddb3b907e5f', 'paypal', 'pay', 'rect', 'gold');
});
}