| @@ -47,8 +47,9 @@ | ||
| 47 | 47 | |
| 48 | 48 | wp_localize_script('fluentform_reports', 'FluentFormApp', [ |
| 49 | 49 | 'has_payment' => $hasPayment, |
| 50 | 50 | 'has_pro' => Helper::hasPro(), |
| 51 | + 'upgrade_url' => fluentform_upgrade_url(), | |
| 51 | 52 | 'has_pdf' => defined('FLUENTFORM_PDF_VERSION'), |
| 52 | 53 | 'reports_i18n' => TranslationString::getReportsI18n(), |
| 53 | 54 | 'payment_statuses' => PaymentHelper::getPaymentStatuses(), |
| 54 | 55 | 'payment_methods' => apply_filters('fluentform/available_payment_methods', []) |