From 0cd65a99442efc171fe8ca1469b643f57aff9ced Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Mon, 1 Apr 2019 09:29:44 -0500 Subject: [PATCH] bcc server admin in purchase --- index.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index f8e793f..d2dcf15 100644 --- a/index.php +++ b/index.php @@ -295,7 +295,13 @@ $router->post('/checkout', function () { 'action_manage_guests_url' => 'https://' . $_SERVER['manage-url'] . $order->uuid, 'action_receipt_url' => 'https://' . $_SERVER['receipt-url'] . $order->uuid, $paymentMethod => $paymentNote - ] + ], + true, //inline css + null, //tag + true, //track opens + null, //reply to + null, //cc + $_SERVER['POSTMARK_FROM'] //bcc ); header('Location: /thank-you/' . $redirectUuid->toString());