CRM-6747 Elavon VM (off-site) Payment processor

    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);

        Attachments

        1. elavonVM.patch
          25 kB
          Eileen McNaughton
        2. ElavonVM.php
          4 kB
          Eileen McNaughton

          Activity

          [CRM-6747] Elavon VM (off-site) Payment processor
          Donald A. Lobo added a comment -

          We should use the new install extension procedure for all additional payment processors

          Hershel Robinson added a comment -

          My SQL is slightly different. The URL repeated is probably unnecessary but a few other details may be relevant:

          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','Elavon VM','Elavon / Nova Virtual Merchant Hosted Payment','1','1','Account ID',NULL,'Password',NULL,'Payment_ElavonVM','https://www.myvirtualmerchant.com/VirtualMerchant/process.do',NULL,'https://www.myvirtualmerchant.com/VirtualMerchant/process.do',NULL,'https://www.myvirtualmerchant.com/VirtualMerchant/process.do',NULL,'https://www.myvirtualmerchant.com/VirtualMerchant/process.do',NULL,'4','0','1');

          Eileen McNaughton added a comment -

          This version of the file has the payment processor hook in it and fee_amount has been corrected to amount

          Kurund Jalmi added a comment -

          In 3.3 we have implemented new extension framework, hence please re-submit the patch according to new format. Note that we no longer include contributed payment processors in main distribution, so you will also need to host it on external sites like github.com or your website.

          Donald A. Lobo added a comment -

          These 448 issues have not been worked on for the past 18 months.

          Doing a bulk close of old issues to make the issue queue more manageable. We should do this on a periodic basis.

            People

            • Assignee:
              Michał Mach
              Reporter:
              Eileen McNaughton

              Dates

              • Created:
                Updated:
                Resolved: