Skip to content

Commit e180dca

Browse files
committed
Added Payfast to documentation
1 parent 53751ea commit e180dca

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,13 @@ If you want to handle non-recurring payments, you can use [Omnipay](http://omnip
2121

2222
## Supported services
2323

24-
The library supports [Paypal](https://www.paypal.com) and credit card processors [2Checkout](https://www.2checkout.com/) and [CCNow](http://www.ccnow.com/). More services will be implemented soon.
24+
The library supports [Paypal](https://www.paypal.com) and credit card processors [2Checkout](https://www.2checkout.com/), [PayFast](https://www.payfast.co.za) and [CCNow](http://www.ccnow.com/). More services will be implemented soon.
2525

2626
Included service implementations:
2727

2828
- Paypal
2929
- 2Checkout
30+
- PayFast
3031
- CCNow
3132
- more to come!
3233

@@ -102,7 +103,7 @@ return [
102103
|--------------------------------------------------------------------------
103104
|
104105
| This file is for storing the credentials for subscription services such
105-
| as Paypal, CCNow, 2Checkout, and others. This file provides a sane
106+
| as Paypal, CCNow, PayFast, 2Checkout, and others. This file provides a sane
106107
| default location for this type of information, allowing packages
107108
| to have a conventional place to find your various credentials.
108109
|

src/resources/config/subscription.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
|--------------------------------------------------------------------------
99
|
1010
| This file is for storing the credentials for subscription services such
11-
| as Paypal, CCNow, 2Checkout, and others. This file provides a sane
11+
| as Paypal, CCNow, PayFast, 2Checkout, and others. This file provides a sane
1212
| default location for this type of information, allowing packages
1313
| to have a conventional place to find your various credentials.
1414
|

0 commit comments

Comments
 (0)