diff --git a/BitPayLib/class-bitpaysupportpackage.php b/BitPayLib/class-bitpaysupportpackage.php index 25d9382..ea03e1a 100644 --- a/BitPayLib/class-bitpaysupportpackage.php +++ b/BitPayLib/class-bitpaysupportpackage.php @@ -93,7 +93,7 @@ private function get_site_data_as_json(): bool|string { 'tables' => array( array( 'table' => '_bitpay_checkout_transactions', - 'exists' => $wpdb->get_var( "SHOW TABLES LIKE '{$wpdb->prefix}_bitpay_checkout_transactions'" ) ? 'yes' : 'no', + 'exists' => $wpdb->get_var( "SHOW TABLES LIKE '_bitpay_checkout_transactions'" ) ? 'yes' : 'no', ), ), ),