PMC-82
This commit is contained in:
@@ -731,11 +731,13 @@ class ActionsByEmailCoreClass extends PMPlugin
|
||||
*/
|
||||
private function getBodyByResponse($fieldValue)
|
||||
{
|
||||
$abeRequest = $this->getAbeRequest();
|
||||
$bodyToCrypt = [
|
||||
'workspace' => $this->getWorkspace(),
|
||||
'appUid' => $this->getAppUid(),
|
||||
'delIndex' => $this->getIndex(),
|
||||
'fieldValue' => $fieldValue,
|
||||
'ABE_REQ_UID' => $abeRequest['ABE_REQ_UID']
|
||||
];
|
||||
$bodyToCrypt = G::json_encode($bodyToCrypt);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user