From 137c6f9654f1b1ebed18c8b10477821f41c52466 Mon Sep 17 00:00:00 2001 From: Kishan Patel Date: Fri, 17 Mar 2023 20:39:28 +0530 Subject: [PATCH] cookie removed from echeck header api. --- app/PaymentDrivers/Forte/ACH.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/PaymentDrivers/Forte/ACH.php b/app/PaymentDrivers/Forte/ACH.php index 87ad4d3d1013..79a544f5c65b 100644 --- a/app/PaymentDrivers/Forte/ACH.php +++ b/app/PaymentDrivers/Forte/ACH.php @@ -119,7 +119,6 @@ class ACH 'X-Forte-Auth-Organization-Id: '.$this->forte_organization_id, 'Content-Type: application/json', 'Authorization: Basic '.base64_encode($this->forte_api_access_id.':'.$this->forte_secure_key), - 'Cookie: visid_incap_621087=u18+3REYR/iISgzZxOF5s2ODW2IAAAAAQUIPAAAAAADuGqKgECQLS81FcSDrmhGe; nlbi_621087=YHngadhJ2VU+yr7/R1efXgAAAAD3mQyhqmnLls8PRu4iN58G; incap_ses_1136_621087=CVdrXUdhIlm9WJNDieLDD4QVXGIAAAAAvBwvkUcwhM0+OwvdPm2stg==' ], ]);