INDIAN INDEPENDENT FILM FESTIVAL AWARD PLAQUE

COMING SOON

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

     
#zoid-paypal-buttons-uid_ad53198d6c_mdq6mtm6ntm { position: relative; display: inline-block; width: 100%; min-height: 35px; min-width: 200px; max-width: 750px; font-size: 0; } #zoid-paypal-buttons-uid_ad53198d6c_mdq6mtm6ntm > iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } #zoid-paypal-buttons-uid_ad53198d6c_mdq6mtm6ntm > iframe.component-frame { z-index: 100; } #zoid-paypal-buttons-uid_ad53198d6c_mdq6mtm6ntm > iframe.prerender-frame { transition: opacity .2s linear; z-index: 200; } #zoid-paypal-buttons-uid_ad53198d6c_mdq6mtm6ntm > iframe.visible { opacity: 1; } #zoid-paypal-buttons-uid_ad53198d6c_mdq6mtm6ntm > iframe.invisible { opacity: 0; pointer-events: none; } #zoid-paypal-buttons-uid_ad53198d6c_mdq6mtm6ntm > .smart-menu { position: absolute; z-index: 300; top: 0; left: 0; width: 100%; }
function initPayPalButton() { paypal.Buttons({ style: { shape: 'rect', color: 'gold', layout: 'vertical', label: 'paypal', }, createOrder: function(data, actions) { return actions.order.create({ purchase_units: [{"description":"TROPHY","amount":{"currency_code":"USD","value":145}}] }); }, onApprove: function(data, actions) { return actions.order.capture().then(function(orderData) { // Full available details console.log('Capture result', orderData, JSON.stringify(orderData, null, 2)); // Show a success message within this page, e.g. const element = document.getElementById('paypal-button-container'); element.innerHTML = ''; element.innerHTML = '

Thank you for your payment!

'; // Or go to another URL: actions.redirect('thank_you.html'); }); }, onError: function(err) { console.log(err); } }).render('#paypal-button-container'); } initPayPalButton();

Add Your Heading Text Here