mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 10:44:29 -04:00
Bug fixes
This commit is contained in:
parent
63ede3de45
commit
16f7cc8330
@ -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…
x
Reference in New Issue
Block a user