From abd31ca0ef4e2103fca788d3ebad751d5e244dfc Mon Sep 17 00:00:00 2001 From: Michael McAndrew Date: Mon, 12 Mar 2018 10:25:31 +0000 Subject: [PATCH] Allow multiple request methods per callback. --- proxy/callback.functions.php | 8 ++++++-- proxy/config.php | 4 ++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/proxy/callback.functions.php b/proxy/callback.functions.php index 47790b3..729880d 100644 --- a/proxy/callback.functions.php +++ b/proxy/callback.functions.php @@ -1,9 +1,13 @@ [ - // 'secret' => '', - 'request_method' => 'POST', + 'secret' => '85c573b980c3c248f083f9ca6a175659', + 'request_method' => 'POST', // single value or array 'content_type' => 'application/json', 'target_path' => 'civicrm/sparkpost/callback' ]