This commit is contained in:
ronald
2018-11-29 12:10:35 -04:00
parent 6c52f97599
commit 039518481c
3 changed files with 47 additions and 1 deletions

View File

@@ -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);