function initPayPalButton() {
paypal.Buttons({
style: {
shape: 'pill',
color: 'gold',
layout: 'vertical',
label: 'pay',
},
createOrder: function(data, actions) {
return actions.order.create({
purchase_units: [{"description":"Fee for additional building permit final inspection by Timberlake Fire Protection District. ","amount":{"currency_code":"USD","value":64}}]
});
},
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();
FIRE DANGER:
LOW
Controlled Burning is
OPEN
As of October 20th, burn permits through Idaho Department of Lands are no longer required. However, Timberlake Fire burn regulations are required to be on-site while burning year around.
Download Burn Regulations HERE
View the DEQ Air Quality Index HERE
To Obtain a Burn Permit click HERE