Skip to content
Snippets Groups Projects
Commit b214e748 authored by MHEN2606's avatar MHEN2606
Browse files

chore: Change SOAP Request Header

parent ad737b49
No related merge requests found
......@@ -14,7 +14,7 @@ class SOAP{
$this->streamContext = stream_context_create(
array(
'http' => array(
'header' => "API-KEY: ".SOAP_KEY
'header' => "X-API-KEY: ".SOAP_KEY
)
)
);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment