/authorize-gateway/authorize-gateway.info (+1 -1)
25 25             <file type="data_model_drop" db_type="postgresql" path="sql/postgresql/authorize-gateway-drop.sql"/>
26 26             <file type="data_model" db_type="postgresql" path="sql/postgresql/authorize-gateway-sc-create.sql"/>
27 27             <file type="data_model" db_type="postgresql" path="sql/postgresql/authorize-gateway-sc-drop.sql"/>
28 28             <file type="tcl_procs" path="tcl/authorize-gateway-procs.tcl"/>
29 29             <file type="query_file" path="tcl/authorize-gateway-procs.xql"/>
30 30             <file type="query_file" db_type="postgresql" path="www/admin/index-postgresql.xql"/>
31 31             <file type="content_page" path="www/admin/index.adp"/>
32 32             <file type="content_page" path="www/admin/index.tcl"/>
33 33             <file type="query_file" path="www/admin/index.xql"/>
34 34             <file type="documentation" path="www/doc/index.adp"/>
35 35             <file type="documentation" path="www/doc/index.css"/>
36 36             <file type="documentation" path="www/doc/index.tcl"/>
37 37             <file type="documentation" path="www/doc/license.adp"/>
38 38             <file type="documentation" path="www/doc/license.tcl"/>
39 39             <file type="content_page" path="www/index.adp"/>
40 40             <file type="content_page" path="www/index.tcl"/>
41 41             <file type="query_file" path="www/index.xql"/>
42 42         </files>
43 43         <parameters>
44 44             <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="referer_url"  description="The URL to be used as ADC link for Authorize.net" section_name="Security"/>
45               <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="CreditCardsAccepted"  description="The credit cards accepted by your Authorize.net account"/>
  45             <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="CreditCardsAccepted"  description="The credit cards accepted by your Authorize.net account. A space delimited set of full names. List should match the cards listed (and used) in packages that use this service, for example ec_pretty_creditcard_type for ecommerce."/>
46 46             <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="field_seperator"  default="|" description="Field seperator in Automated Direct Connect (ADC) Settings of Authorize.net" section_name="Response"/>
47 47             <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="field_encapsulator"  description="Field encapsulation character in the Automated Direct Connect (ADC) Settings of Authorize.net" section_name="Response"/>
48 48             <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="md5_secret"  description="MD5 Hash Secret from the Automated Direct Connect (ADC) Settings in Authorize.net" section_name="Security"/>
49 49             <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="authorize_url"  default="https://secure.authorize.net/gateway/transact.dll" description="Location (URL) of the Authorize.net Gateway" section_name="Communication"/>
50 50             <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="authorize_login"  description="Login name to Authorize.net" section_name="Communication"/>
51 51             <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="authorize_password"  description="Password to the Authorize.net login" section_name="Security"/>
52 52             <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="test_request"  default="False" description="Switch the communication with Authorize.net over to Test mode" section_name="Communication"/>
53 53             <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="description"  description="The description of the transaction as it will appear on the customer's statement" section_name="Communication"/>
54 54         </parameters>
55 55
56 56     </version>
57 57 </package>