bcc server admin in purchase

This commit is contained in:
Chris Smith
2019-04-01 09:29:44 -05:00
parent 1dba555a8c
commit 0cd65a9944

View File

@@ -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());