Skip to content

Commit 2584469

Browse files
committed
Merge pull request #350 from lemonstand/master
Adding lemonstand/omnipay-beanstream to list of gateways.
2 parents 49c22cf + 02ba349 commit 2584469

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ For example, if your GitHub username was `santa`, and you were implementing the
7171
payment library, a good name for your composer package would be `santa/omnipay-giftpay`.
7272

7373
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
7575
[omnipay/common](https://github.com/thephpleague/omnipay-common) package. Before new gateways will
7676
be accepted, they must have 100% unit test code coverage, and follow the conventions
7777
and code style used in other Omnipay gateways.
@@ -85,11 +85,11 @@ composer require omnipay/paypal:~2.0
8585
```
8686

8787
To install all officially supported gateways:
88-
88+
8989
```
9090
composer require omnipay/omnipay:~2.0
9191
```
92-
92+
9393
> This will require **ALL** ~25 Omnipay gateways and is generally discouraged.
9494
9595

@@ -109,6 +109,7 @@ Gateway | Composer Package | Maintainer
109109
[Alipay](https://github.com/lokielse/omnipay-alipay) | lokielse/omnipay-alipay | [Loki Else](https://github.com/lokielse)
110110
[Authorize.Net](https://github.com/thephpleague/omnipay-authorizenet) | omnipay/authorizenet | [Kayla Daniels](https://github.com/kayladnls)
111111
[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)
112113
[BKM Express](https://github.com/yasinkuyu/omnipay-bkm) | yasinkuyu/omnipay-bkm | [Yasin Kuyu](https://github.com/yasinkuyu)
113114
[Buckaroo](https://github.com/thephpleague/omnipay-buckaroo) | omnipay/buckaroo | [Kayla Daniels](https://github.com/kayladnls)
114115
[CardGate](https://github.com/cardgate/omnipay-cardgate) | cardgate/omnipay-cardgate | [CardGate](https://github.com/cardgate)

0 commit comments

Comments
 (0)