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/15/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AYFHtEuUtmfyHXQFVzOib_16virpKu5f-Y7F0azfWj-36oMRKbEOFr3qc6CrtOpUEa_z4cHsgONtXQde");
script.setAttribute("data-currency", "GBP");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiYTVkMzliY2Y4ZTQ4MmZlM2JjZWZkMzYxNzRkY2EzZmI4MjliMjIxNjQ5YmI2Njc4OTkyZTE4MTU0Mzc4ZGMyZXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDMtMjhUMTc6MzI6MjguNDgzWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU1iYVFvY3VldTVSWUdRdHo1WXZtRGFCNnV6OV9rYTVva0M2Wi1pVzRyalo4UlNlajFtQ3J1Y2xvVWdiWWpLaGh0eGk1WDIyT3JwZTRQc3BodjZsemtFQ3BlSEVnIn19");
script.setAttribute("data-append-trailing-slash", "true");
script.setAttribute("data-locale", "en_GB");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('64232fdb6f28d', 'paypal', 'buynow', 'pill', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('64232fdb6f28d', 'paypal', 'buynow', 'pill', 'gold');
});
}