2
2
3
3
** Stripe driver for the Omnipay PHP payment processing library**
4
4
5
- [ ![ Build Status] ( https://travis-ci.org/omnipay/ stripe.png?branch=master )] ( https://travis-ci.org/omnipay/ stripe )
5
+ [ ![ Build Status] ( https://travis-ci.org/thephpleague/omnipay- stripe.png?branch=master )] ( https://travis-ci.org/thephpleague/omnipay- stripe )
6
6
[ ![ Latest Stable Version] ( https://poser.pugx.org/omnipay/stripe/version.png )] ( https://packagist.org/packages/omnipay/stripe )
7
7
[ ![ Total Downloads] ( https://poser.pugx.org/omnipay/stripe/d/total.png )] ( https://packagist.org/packages/omnipay/stripe )
8
8
9
- [ Omnipay] ( https://github.com/omnipay /omnipay ) is a framework agnostic, multi-gateway payment
9
+ [ Omnipay] ( https://github.com/thephpleague /omnipay ) is a framework agnostic, multi-gateway payment
10
10
processing library for PHP 5.3+. This package implements Stripe support for Omnipay.
11
11
12
12
## Installation
@@ -33,7 +33,7 @@ The following gateways are provided by this package:
33
33
34
34
* Stripe
35
35
36
- For general usage instructions, please see the main [ Omnipay] ( https://github.com/omnipay /omnipay )
36
+ For general usage instructions, please see the main [ Omnipay] ( https://github.com/thephpleague /omnipay )
37
37
repository.
38
38
39
39
The Stripe integration is fairly straight forward. Essentially you just pass
@@ -60,5 +60,5 @@ If you want to keep up to date with release anouncements, discuss ideas for the
60
60
or ask more detailed questions, there is also a [ mailing list] ( https://groups.google.com/forum/#!forum/omnipay ) which
61
61
you can subscribe to.
62
62
63
- If you believe you have found a bug, please report it using the [ GitHub issue tracker] ( https://github.com/omnipay/ stripe/issues ) ,
63
+ If you believe you have found a bug, please report it using the [ GitHub issue tracker] ( https://github.com/thephpleague/omnipay- stripe/issues ) ,
64
64
or better yet, fork the library and submit a pull request.
0 commit comments