From bf425005cf11b816352716db2f9e6d96845b455c Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Wed, 25 Apr 2018 10:34:38 -0400 Subject: [PATCH] removed an old stray sql file --- CRM/Core/Payment/insert_tc.sql | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 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 index 3bbd1e55b8..0000000000 --- a/CRM/Core/Payment/insert_tc.sql +++ /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); - - - -- 2.25.1