1
1
<?php
2
2
/**
3
- * CiviCRM specific file to be used with
4
- * eileenmcnaughton/nz.co.fuzion.omnipaymultiprocessor
3
+ * @author Ricardo Assing (ricardo@tsiana.ca)
4
+ *
5
+ * CiviCRM specific file to be used with
6
+ * eileenmcnaughton/nz.co.fuzion.omnipaymultiprocessor
5
7
*/
6
8
return [
7
- [
8
- 'name ' => 'OmniPay - FirstAtlanticCommerce FAC ' ,
9
- 'entity ' => 'payment_processor_type ' ,
10
- 'params ' => [
11
- 'version ' => 3 ,
12
- 'title ' => 'OmniPay - First Atlantic Commerce ' ,
13
- 'name ' => 'omnipay_FirstAtlanticCommerce_FAC ' ,
14
- 'description ' => 'OmniPay - First Atlantic Commerce Payment Processor ' ,
15
- 'user_name_label ' => 'Fac Id ' ,
16
- 'password_label ' => 'Fac Pwd ' ,
17
- 'class_name ' => 'Payment_OmnipayMultiProcessor ' ,
18
- 'billing_mode ' => 1 ,
19
- 'payment_type ' => 1 ,
20
- 'is_recur ' => 0 ,
21
- ]
22
- ],
9
+ [
10
+ 'name ' => 'OmniPay - FirstAtlanticCommerce FAC ' ,
11
+ 'entity ' => 'payment_processor_type ' ,
12
+ 'params ' => [
13
+ 'version ' => 3 ,
14
+ 'title ' => 'OmniPay - First Atlantic Commerce ' ,
15
+ 'name ' => 'omnipay_FirstAtlanticCommerce_FAC ' ,
16
+ 'description ' => 'OmniPay - First Atlantic Commerce Payment Processor ' ,
17
+ 'user_name_label ' => 'Fac Id ' ,
18
+ 'password_label ' => 'Fac Pwd ' ,
19
+ 'class_name ' => 'Payment_OmnipayMultiProcessor ' ,
20
+ 'billing_mode ' => 1 ,
21
+ 'payment_type ' => 1 ,
22
+ 'is_recur ' => 0 ,
23
+ ]
24
+ ],
23
25
];
0 commit comments