• Skip to main content
  • Home
  • Membership
    • Membership Information & Dues
    • Membership Application
    • Amateur Radio Exams
    • Members List – Public
    • Member List – Members Only
    • Meeting Minutes
  • Communications
    • Repeaters, ARES® and Emergency Communications Info
    • Emergency Locations with Ham Radio Equipment
    • VARA GoBox (Shack-in-a-Box)
  • 2023 Calendar
  • Field Day
  • Useful Information
  • Exams
  • About Us
    • About Us
    • Contact Us

Valley Amateur Radio Association

Shenandoah Valley, Virginia

News

Check out the Valley Hams site, which has lots of interesting information.

A list of Net meetings is now listed under the Nets and Repeaters page.

Paypal test

<div id="smart-button-container">
      <div style="text-align: center;">
        <div id="paypal-button-container"></div>
      </div>
    </div>
  <script src="https://www.paypal.com/sdk/js?client-id=sb&enable-funding=venmo&currency=USD" data-sdk-integration-source="button-factory"></script>
  <script>
    function initPayPalButton() {
      paypal.Buttons({
        style: {
          shape: 'rect',
          color: 'gold',
          layout: 'vertical',
          label: 'paypal',
          
        },

        createOrder: function(data, actions) {
          return actions.order.create({
            purchase_units: [{"description":"Annual Dues","amount":{"currency_code":"USD","value":15}}]
          });
        },

        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 = '<h3>Thank you for your payment!</h3>';

            // Or go to another URL:  actions.redirect('thank_you.html');
            
          });
        },

        onError: function(err) {
          console.log(err);
        }
      }).render('#paypal-button-container');
    }
    initPayPalButton();
  </script>