$600.00 USD

NeuroMyoFascia + Body Reading

 

 

Learn about the connections between the nervous system and the fascia and how to read the body as your students enter the studio and subtle adjustments you can make to assist them in deepening their practice.

  • CE Hours
  • Portal Access

  •  Recordings

*All sales are non-refundable. Payment plans can be made available for units as long as payment is complete prior to the start of the weekend.

 

Stripe::Checkout::Session.create({ mode: 'payment', payment_method_types: ['card'], payment_method_types: ['card', 'affirm'], line_items: [{ price_data: { currency: 'usd', product_data: { name: 'T-shirt', }, # Make sure the total amount fits within Affirm's transaction amount limits unit_amount: 5000, }, quantity: 1, }], shipping_address_collection: { # Shipping address is optional but recommended to pass in # Specify which shipping countries Checkout should provide as options for shipping locations allowed_countries: ['US'], }, # If you already have the shipping address, provide it in payment_intent_data: # payment_intent_data: { # shipping: { # name: 'Jenny Rosen', # address: { # line1: '1234 Main Street', # city: 'San Francisco', # state: 'CA', # country: 'US', # postal_code: '94111', # }, # }, # }, success_url: 'https://example.com/success', cancel_url: 'https://example.com/cancel', })