admin charge and view in stripe

This commit is contained in:
Chris Smith
2019-05-31 16:12:18 -05:00
parent 328ccf6ca6
commit 94a7a80b50
4 changed files with 98 additions and 3 deletions

View File

@@ -5,6 +5,7 @@ TABLE_TICKET_PRICE_2="450"
EVENT_TICKET_PRICE_3="75"
TABLE_TICKET_PRICE_3="500"
ENHANCER_TICKET_PRICE="20"
ENHANCER_TICKET_PRICE_SINGLE="2"
CHILDCARE_PRICE="25"
CABANA_PRICE="250"
DB_HOST="localhost"
@@ -13,6 +14,8 @@ DB_USER="root"
DB_PASS="root"
POSTMARK_API_KEY="special"
POSTMARK_TEMPLATE="identifier_for_template"
POSTMARK_TEMPLATE_STRIPE_INVOICE="identifier_for_template"
POSTMARK_TEMPLATE_STRIPE_RECEIPT="id_for_template"
POSTMARK_REMINDER_TEMPLATE="identifier_for_reminder_template"
POSTMARK_GUEST_TEMPLATE="identifier_for_template"
POSTMARK_FROM="sender@email.com"