Skip to content

Commit 325be78

Browse files
Merge pull request #294 from jaapjansma/issue_20_payfast_integration_2
Fix for #20 added payfast meta data
2 parents 0a937ea + c741128 commit 325be78

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

Metadata/omnipay_PayFast.mgd.php

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<?php
2+
3+
return [
4+
[
5+
'name' => 'OmniPay - PayFast',
6+
'entity' => 'payment_processor_type',
7+
'metadata' => [
8+
//'create_card_action' => 'purchase',
9+
],
10+
'params' => [
11+
'version' => 3,
12+
'title' => 'OmniPay - PayFast',
13+
'name' => 'omnipay_PayFast',
14+
'description' => 'Omnipay PayFast Payment Processor',
15+
'class_name' => 'Payment_OmnipayMultiProcessor',
16+
'user_name_label' => 'Merchant Id',
17+
'password_label' => 'Passphrase',
18+
'signature_label' => 'Merchant Key',
19+
'url_site_default' => 'http://unused.com',
20+
'url_api_default' => 'http://unused.com',
21+
'url_recur_default' => 'http://unused.com',
22+
'url_site_test_default' => 'http://unused.com',
23+
'url_recur_test_default' => 'http://unused.com',
24+
'url_api_test_default' => 'http://unused.com',
25+
'billing_mode' => 4,
26+
'payment_type' => 1,
27+
'is_recur' => true,
28+
],
29+
],
30+
];

0 commit comments

Comments
 (0)