From: Andrew Engelbrecht Date: Wed, 25 Apr 2018 14:34:38 +0000 (-0400) Subject: removed an old stray sql file X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=7a8c06813bcf9845ad2c534e105d561faf6f06bc;p=civicrm-core.git removed an old stray sql file --- 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); - - -