Bug fixes
This commit is contained in:
parent
63ede3de45
commit
16f7cc8330
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@
|
|||
|
||||
@if (Session::has('trackEventCategory') && Session::has('trackEventAction'))
|
||||
trackEvent('{{ session('trackEventCategory') }}', '{{ session('trackEventAction') }}');
|
||||
@if (Session::get('trackEventAction') === '/buy_pro_plan'))
|
||||
@if (Session::get('trackEventAction') === '/buy_pro_plan')
|
||||
window._fbq.push(['track', '{{ env('FACEBOOK_PIXEL_BUY_PRO') }}', {'value':'{{ PRO_PLAN_PRICE }}.00','currency':'USD'}]);
|
||||
@endif
|
||||
@endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue