Kasse
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/3e8ft36ackpv/plugin/8/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "ASRsRR6OmzpWvE37kstNsNjmyxWz-N_TsUqSDDDcMUuD2XCOaSeS-VLll2XBD0x3_BSNTh4Jyy0LI0ye");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiYTBhMGQ0MGYyMWVlYzk3ZGVlMzkzMGM2OTFhMDc5NjdjMjYwMDVkNDgxNGIxY2QxMTkyMDAyYTk3ZDk5NWY5NXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDItMDJUMTg6MDE6MDMuNDEzWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU9zbFpUdmpnZmR5Q3dSUzZITVQ2SzlicHZDWTQtbEJiVnpFaHpEcHVycFZIajNTUGZhdDJKSTNGLTlkaF9aRDdEYW9pZ3YtUVRUTkIxeWFQWEVPOXQ0cmJHSFpnIn19");
script.setAttribute("data-append-trailing-slash", "true");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('63dbfb3f244b9', 'card', 'buynow', 'rect', 'black');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('63dbfb3f244b9', 'card', 'buynow', 'rect', 'black');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('63dbfb3f244b9', 'paylater', 'paypal', 'rect', 'white');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('63dbfb3f244b9', 'paylater', 'paypal', 'rect', 'white');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('63dbfb3f244b9', 'paypal', 'buynow', 'rect', 'white');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('63dbfb3f244b9', 'paypal', 'buynow', 'rect', 'white');
});
}