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/e4fswv5ucxww/plugin/7/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AWvZHwGulE_ah_ovOFzWY2NCW8WsJW-dMucCT1-FpZpw6155wk1uuLUXb30xNSLv6evSqefMMdbNYEaT");
script.setAttribute("data-currency", "CNY");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiYmZhMTJjMzM1ZWYzZDcxZTU3YmQ0MGU5NmNmNmIwYjY3NGNiZjEyZDU0NjJkM2Q4NGI3NWY3ZjZiMzZiYzg0MHxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjItMDctMDJUMTc6Mjg6MDYuOTYzWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU1EM3ZySXNrU092bmlyYmVxOU9feEhZUGRRd3l2emY2QlZlWGdEVV94VFpQdXBNd2hhZmRhUUxaSTdNQmx4ZFlleFktZ1U2Nk5QSDNwODVoZWJHSTc2Z0hIWW9nIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('62c080268e322', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('62c080268e322', 'paypal', 'buynow', 'rect', 'gold');
});
}