GEORGIA SPINE & TRAUMA CARE - BOOKING + PAYMENT SETUP

The website is fully wired for online scheduling and payments, but the secure provider URLs must come from your actual accounts.

1. Open assets/js/config.js
2. Paste your live booking URL between the quotes for bookingUrl.
3. Paste your live hosted payment URL between the quotes for paymentUrl.
4. Save the file and upload it to Bluehost.

Example:
bookingUrl: "https://your-scheduler.example.com/book",
paymentUrl: "https://your-payment-processor.example.com/pay",

Once added, every Schedule and Pay Online button across the website updates automatically.

RECOMMENDED: Use a HIPAA-appropriate scheduler / practice-management portal for appointment information, and a PCI-compliant hosted payment page for card payments. Do not put card fields directly into these static HTML pages.
