@@ -71,7 +71,7 @@ For example, if your GitHub username was `santa`, and you were implementing the
71
71
payment library, a good name for your composer package would be ` santa/omnipay-giftpay ` .
72
72
73
73
If you want to transfer your gateway to the ` omnipay ` GitHub organization and add it
74
- to the list of officially supported gateways, please open a pull request on the
74
+ to the list of officially supported gateways, please open a pull request on the
75
75
[ omnipay/common] ( https://github.com/thephpleague/omnipay-common ) package. Before new gateways will
76
76
be accepted, they must have 100% unit test code coverage, and follow the conventions
77
77
and code style used in other Omnipay gateways.
@@ -85,11 +85,11 @@ composer require omnipay/paypal:~2.0
85
85
```
86
86
87
87
To install all officially supported gateways:
88
-
88
+
89
89
```
90
90
composer require omnipay/omnipay:~2.0
91
91
```
92
-
92
+
93
93
> This will require ** ALL** ~ 25 Omnipay gateways and is generally discouraged.
94
94
95
95
@@ -109,6 +109,7 @@ Gateway | Composer Package | Maintainer
109
109
[ Alipay] ( https://github.com/lokielse/omnipay-alipay ) | lokielse/omnipay-alipay | [ Loki Else] ( https://github.com/lokielse )
110
110
[ Authorize.Net] ( https://github.com/thephpleague/omnipay-authorizenet ) | omnipay/authorizenet | [ Kayla Daniels] ( https://github.com/kayladnls )
111
111
[ Barclays ePDQ] ( https://github.com/samvaughton/omnipay-barclays-epdq ) | samvaughton/omnipay-barclays-epdq | [ Sam Vaughton] ( https://github.com/samvaughton )
112
+ [ Beanstream] ( https://github.com/lemonstand/omnipay-beanstream ) | lemonstand/omnipay-beanstream | [ LemonStand] ( https://github.com/lemonstand )
112
113
[ BKM Express] ( https://github.com/yasinkuyu/omnipay-bkm ) | yasinkuyu/omnipay-bkm | [ Yasin Kuyu] ( https://github.com/yasinkuyu )
113
114
[ Buckaroo] ( https://github.com/thephpleague/omnipay-buckaroo ) | omnipay/buckaroo | [ Kayla Daniels] ( https://github.com/kayladnls )
114
115
[ CardGate] ( https://github.com/cardgate/omnipay-cardgate ) | cardgate/omnipay-cardgate | [ CardGate] ( https://github.com/cardgate )
0 commit comments