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/n5ef6hkj5oe6/plugin/3/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "Aa4fROmwgCE0sPVsoiDfFs62ogfuxC38eY8QFaOVCSLfq57WABBuxUKrDDLK-Gfg7tBPg0X-3iYBCv-J");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiNzk3ODE2NDM1YjRlOTFkZTg3OTZkY2JhYzE4YTE1MDJjZjMwY2U3OWUzN2Q0YzVhZTg4YjE2N2NmYTM2ZjJhYnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDktMTJUMTE6MzI6NDYuOTc3WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5JYWgwVm1UbDJSRVl6Z3FMZHNZbnZWSTlCV1lQRm1yTGQ1T05LMDZxa3J1bzUxX0FtcHY2dlAxcDV1YjlhdkJ4anU4U0dKa0JiUllFb3FITFFmakhzUVhFNm1nIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
} else {
var script = document.getElementById('paypal-smart-payment-script');
script.setAttribute("data-client-id", "Aa4fROmwgCE0sPVsoiDfFs62ogfuxC38eY8QFaOVCSLfq57WABBuxUKrDDLK-Gfg7tBPg0X-3iYBCv-J");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiNzk3ODE2NDM1YjRlOTFkZTg3OTZkY2JhYzE4YTE1MDJjZjMwY2U3OWUzN2Q0YzVhZTg4YjE2N2NmYTM2ZjJhYnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDktMTJUMTE6MzI6NDYuOTc3WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5JYWgwVm1UbDJSRVl6Z3FMZHNZbnZWSTlCV1lQRm1yTGQ1T05LMDZxa3J1bzUxX0FtcHY2dlAxcDV1YjlhdkJ4anU4U0dKa0JiUllFb3FITFFmakhzUVhFNm1nIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('650059b269822', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('650059b269822', 'paypal', 'buynow', 'rect', 'gold');
});
}