Square Payments

This commit is contained in:
James Pattinson
2025-11-12 16:09:38 +00:00
parent be2426c078
commit 0f74333a22
19 changed files with 1828 additions and 85 deletions

View File

@@ -17,10 +17,12 @@ DATABASE_USER=membership_user
DATABASE_PASSWORD=change_this_password
DATABASE_NAME=membership_db
# Square Payment Settings (to be added later)
SQUARE_ACCESS_TOKEN=your-square-access-token
SQUARE_ENVIRONMENT=sandbox
SQUARE_LOCATION_ID=your-location-id
# Square Payment Settings
# Get these from your Square Developer Dashboard: https://developer.squareup.com/apps
SQUARE_ACCESS_TOKEN=your-square-access-token-here
SQUARE_ENVIRONMENT=sandbox # Use 'sandbox' for testing, 'production' for live payments
SQUARE_LOCATION_ID=your-square-location-id-here
SQUARE_APPLICATION_ID=your-square-application-id-here # Required for Web Payments SDK
# SMTP2GO Email Settings
SMTP2GO_API_KEY=your-smtp2go-api-key