Als Gast bestellen
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/n3hsbqqdrnoh/plugin/43/paypal/js/smartPaymentScript.min.js";
script.setAttribute("data-client-id", "AfslQana4f4CQjHvRBnUc6vBJg5jgJuZFwM-SbrTiGKUAqB7MrxQv3QWFdQ6U1h7ogMDokT1DNBzRxMw");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiMWRkZDg2MTk4MTdkNDI2N2U1Njg2MGVmMjgxOTVlYmUwNTQxYWNlYjc1NGZhY2I2Yjk4YjhmZDhjNGRjNzQ5YnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjUtMDUtMDhUMTg6Mzg6MjEuMDgzMjAyNDYyWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU1Gdkhadmt1djYzVFlpLVg4YlFRT1MwekpEZDQ5blBwZG5LSWx3QkVKTTA0WnJ3YjNMSVFfbU5MeHdyTzhSOGY5by1IN1Q0Q0tqOUtXYXRZQmY4dEc2LXVycTVBIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if (typeof paypal_plenty_sdk === 'undefined' || typeof renderPayPalButtons !== 'function') {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons(
'1365978760',
'paypal',
'paypal',
'pill' ,
'gold'
)
});
} else {
renderPayPalButtons(
'1365978760',
'paypal',
'paypal',
'pill' ,
'gold'
)
}