AlexaCRM/dynamics-webapi-toolkit

CallerId is broken

krazygit opened this issue · 0 comments

When we try to set a callerId a litteral is used instead of the real value

$headers = array_merge( [ 'MSCRMCallerID' => '$this->settings->callerID' ], $headers );