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 9d667c6 commit eef709eCopy full SHA for eef709e
app/code/Meta/Conversion/Model/Tracker/Purchase.php
@@ -22,7 +22,7 @@
22
23
class Purchase implements TrackerInterface
24
{
25
- public const EVENT_TYPE = "Purchase";
+ private const EVENT_TYPE = "Purchase";
26
/**
27
* @var FBEHelper
28
*/
0 commit comments