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/51qt7ldaagpe/plugin/9/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AaZjWBFHJRDuIOQjB3DC-ExiZfxiLRCsJEu8_48IYlEmf5jb6sH-_JoLA0bwbB2VjPbLWl6mOs2_xS2Z");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiYWFjNzhkYzMxNWU3NmU1MzY4MTg3OWNhZWY0OTQ2M2FlZjI1MGVkYzFlZDc2N2MyZTZhYzk0N2JlNGM2MGQxY3xtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMTEtMDlUMDE6MDU6NTguNjczWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU1lRnprSGhMRWdqWG1PTURSQ011N2wzTUFCYTFSM2ROU3pBZDVJVXM3TlBPNHphWW1EV2hXLVRNTW94WTkxa0pDeWxaZ1Q1SFkwZ2hYeVkwakI1ejkyQ2hmV0RRIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('654c3a7bc6740', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('654c3a7bc6740', 'paypal', 'buynow', 'rect', 'gold');
});
}