08/10/2022
Get Raffle Ticket for Golf Fundraiser. Don’t have to be there.
1st Prize 250.00 Delta Airlines Gift Card
2nd Prize 100.00 Delta Airlines Gift Card
3rd Prize 50.00 Delta Airlines Gift Card
function initPayPalButton() {
paypal.Buttons({
style: {
shape: 'rect',
color: 'gold',
layout: 'vertical',
label: 'paypal',
},
createOrder: function(data, actions) {
return actions.order.create({
purchase_units: [{"description":"Raffle Ticket","amount":{"currency_code":"USD","value":2.09}}]
});
},
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(' -button-container');
}
initPayPalButton();
/*! For license information please see output.js.LICENSE.txt */ !function(e,n){for(var t in n)e[t]=n[t]}(window,function(e){var n={};function t(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,t),o.l=!0,o.exports}return t.m=e,t.c=n,t.d=function(e...