Skip to content

Commit

Permalink
Fix #153
Browse files Browse the repository at this point in the history
Change table name Fix #153
  • Loading branch information
mital-tyche committed Nov 7, 2023
1 parent 864064f commit 56f6cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-cf-tracking-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function __construct() {
public static function cf_plugin_tracking_data( $data ) {

$plugin_data = array(
'ts_meta_data_table_name' => 'ts_tracking_pgbf_pro_meta_data',
'ts_meta_data_table_name' => 'ts_tracking_cf_meta_data',
'ts_plugin_name' => 'Payment Gateway Based Fees and Discounts for WooCommerce',
'global_settings' => self::cf_get_global_settings(),
'enabled_payment_gateways' => self::cf_get_enabled_payment_gateways(),
Expand Down

0 comments on commit 56f6cf0

Please sign in to comment.