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/a018wp6dam26/plugin/2/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AdJngWaBd8AohIvCIbVDQrHIvFhjKgQAW3DOWDlRFDwd_5FzrYr_3-aZGQ9G0q315G0ru14suGGxhoC4");
script.setAttribute("data-currency", "NOK");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiZjk2ODI2NjVkN2VkYzlkNWM2Y2RhOTdlYjI0ZmM4MmEwYWZiYWQ4YTU2MGQ4N2VmZTI1ZjFiNDMzMjgxMjA0Y3xtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjUtMDQtMTJUMTY6MzY6NTkuMDk5NzkyNjA1WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQVBaTGFiWG5HNVkwTERVUXA0cGJEZHR2ZFBha19iQUNkUW9ycW5McElRWTk5UWJDb3hZc2xPbXl5VnlYLUZVQ1pTT0VzdVNPMmdKQ3FScFYydWFYcWtnQThTS2RRIn19");
script.setAttribute("data-append-trailing-slash", "true");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('67fa9f65ea7cd', 'paylater', 'paypal', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('67fa9f65ea7cd', 'paylater', 'paypal', 'rect', 'gold');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('67fa9f65ea7cd', 'paypal', 'paypal', 'rect', 'silver');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('67fa9f65ea7cd', 'paypal', 'paypal', 'rect', 'silver');
});
}