File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ ];
You can’t perform that action at this time.
0 commit comments