Allows guests to add credit cards and receive a welcome email

This commit is contained in:
Chris Smith
2019-03-14 22:25:33 -05:00
parent 0e895c212c
commit 91d69b6f0e
3 changed files with 162 additions and 7 deletions

View File

@@ -9,6 +9,7 @@ DB_USER="root"
DB_PASS="root"
POSTMARK_API_KEY="special"
POSTMARK_TEMPLATE="identifier_for_template"
POSTMARK_GUEST_TEMPLATE="identifier_for_template"
POSTMARK_FROM="sender@email.com"
STRIPE_API_SECRET_KEY="sk"
STRIPE_API_PUBLIC_KEY="pk"