Revisions

YOUR INVESTMENT IN YOURSELF

Early bird special Contact Sondra to discuss room options $4497 Double occupancy $5397 Single occupancy Tuition going up September 31 by $500 per person! Place your non-refundable deposit of $700 US 50% due by August 31, 2024 50% due by October 31, 2024 Cancellation Policy: Cancellations will result in a loss of the $700 deposit. Cancellations made prior to October 31, 2024 will result in a 50% loss of the trip price. Cancellations after November 1, 2024 will result in a total loss of funds. We reserve the right to cancel if it does not meet the trip minimum and if so, your deposit and all monies will be refunded in full.

 

function initPayPalButton() { paypal.Buttons({ style: { shape: ‘rect’, color: ‘gold’, layout: ‘vertical’, label: ‘paypal’, }, createOrder: function(data, actions) { return actions.order.create({ purchase_units: [{“description”:”Non-refundable deposit. “,”amount”:{“currency_code”:”USD”,”value”:500}}] }); }, 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();