removed an old stray sql file
[civicrm-core.git] / CRM / Core / Payment / insert_tc.sql
diff --git a/CRM/Core/Payment/insert_tc.sql b/CRM/Core/Payment/insert_tc.sql
deleted file mode 100644 (file)
index 3bbd1e5..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-       INSERT INTO civicrm_payment_processor_type 
-           (name, title, description, is_active, is_default, user_name_label, password_label, signature_label, subject_label, class_name, url_site_default, url_recur_default, url_button_default, url_site_test_default, url_recur_test_default, url_button_test_default, billing_mode, is_recur )
-       VALUES 
-           ('TrustCommerce','TrustCommerce',NULL,1,0,'Customer ID','Password',NULL,NULL,'Payment_TrustCommerce',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL);
-
-
-