Details
-
Type: New Feature
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Won't Fix
-
Affects Version/s: 3.2.2
-
Fix Version/s: 4.3.0
-
Component/s: CiviContribute
-
Labels:None
Description
Elavon VM payment processor - Elavon processor currently in Core is for on-site (with SSL) processing - this was for off-site.
/*
--------------------------------------------------------------------
ElavonVM Core Payment Module for CiviCRM version 2.x |
--------------------------------------------------------------------
Licensed to CiviCRM under the Academic Free License version 3.0 |
Written & Contributed by Hershel Robinson |
--------------------------------------------------------------------
*/
SQL to install
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_api_default`, `url_recur_default`, `url_button_default`, `url_site_test_default`, `url_api_test_default`, `url_recur_test_default`, `url_button_test_default`, `billing_mode`, `is_recur`, `payment_type`) VALUES
( 'ElavonVM', 'ElavonVM', 'Elavon / Nova Virtual Merchant Hosted Payment', 1, NULL, 'Account ID', 'Password', NULL, NULL, 'Payment_ElavonVM', 'https://www.myvirtualmerchant.com/VirtualMerchant/process.do', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 1);