Skip to content

Commit 71e2d7b

Browse files
committed
Merge pull request thephpleague#295 from fotografde/master
Added checkout.com Gateway
2 parents dbaf6dc + 605bc54 commit 71e2d7b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ Gateway | Composer Package | Maintainer
110110
[Buckaroo](https://github.com/thephpleague/omnipay-buckaroo) | omnipay/buckaroo | [Kayla Daniels](https://github.com/kayladnls)
111111
[CardGate](https://github.com/cardgate/omnipay-cardgate) | cardgate/omnipay-cardgate | [CardGate](https://github.com/cardgate)
112112
[CardSave](https://github.com/thephpleague/omnipay-cardsave) | omnipay/cardsave | [Kayla Daniels](https://github.com/kayladnls)
113+
[Checkout.com](https://github.com/fotografde/omnipay-checkoutcom) | fotografde/checkoutcom | [fotograf.de](https://github.com/fotografde)
113114
[Coinbase](https://github.com/thephpleague/omnipay-coinbase) | omnipay/coinbase | [Kayla Daniels](https://github.com/kayladnls)
114115
[Cybersource](https://github.com/dioscouri/omnipay-cybersource) | dioscouri/omnipay-cybersource | [Dioscouri Design](https://github.com/dioscouri)
115116
[Cybersource SOAP](https://github.com/DABSquared/omnipay-cybersource-soap) | dabsquared/omnipay-cybersource-soap | [DABSquared](https://github.com/DABSquared)

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
"targetpay",
4646
"twocheckout",
4747
"worldpay",
48-
"payU"
48+
"payU",
49+
"checkoutcom"
4950
],
5051
"homepage": "https://github.com/thephpleague/omnipay",
5152
"license": "MIT",
@@ -120,7 +121,8 @@
120121
"omnipay/payu": "PayU",
121122
"paypronl/omnipay-paypro": "PayPro",
122123
"samvaughton/omnipay-barclays-epdq": "Barclays ePDQ",
123-
"teaandcode/omnipay-worldpay-xml": "WorldPay XML Direct"
124+
"teaandcode/omnipay-worldpay-xml": "WorldPay XML Direct",
125+
"fotografde/omnipay-checkoutcom": "Checkout.com"
124126
},
125127
"extra": {
126128
"branch-alias": {

0 commit comments

Comments
 (0)