We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c4ee3b commit 9f96d46Copy full SHA for 9f96d46
Model/WebContainer.php
@@ -318,8 +318,8 @@ private function generateVariable(
318
]
319
],
320
[
321
- 'accountId' => $this->accountId,
322
- 'containerId' => $this->containerId,
+ 'accountId' => $accountId,
+ 'containerId' => $containerId,
323
'variableId' => '256',
324
'name' => 'Magefan DLV - Customer Email Hash',
325
'type' => 'v',
0 commit comments