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/kz24s2gfphm4/plugin/9/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AYoH9rh4tfY0mXU1zQmJwXrQh__KScnA-19Y-9iRW9souPIBHT3rOVoaIyGnzJvJLhE_6bnpnPHN1-Z8");
script.setAttribute("data-currency", "GBP");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiZTI2ZDVkZDI4YzEzNDk2NGJiMzgwYzNhZDU0YWFiZWZkNTk3NGMwOWU0MGViZGRlZGZkNDE5NWUyNWIwZjFhMnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjItMDUtMTdUMDQ6MzY6MjYuNjQ4WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQVAwdGl1Q2l1cWRtQ3o1alYtUW54Vi1RdHNTWGY3ZkplTk5vZTduRkxMVXQ3UnN6UjN2OTlPSXBUdS1od2dBMmMyOEFDRHNIcUU0SlNsLW4yQkI2STZIa0pqSkV3In19");
script.setAttribute("data-append-trailing-slash", "1");
script.setAttribute("data-locale", "en_GB");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('6283264a48175', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('6283264a48175', 'paypal', 'buynow', 'rect', 'gold');
});
}