Skip to content

Commit 07765e0

Browse files
committed
update
1 parent 459eb24 commit 07765e0

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

README.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
1-
# Omnipay: :gateway
1+
# Omnipay: FlashPay
22

33
**FlashPay gateway for the Omnipay PHP payment processing library**
44

5-
[![Latest Version on Packagist](https://img.shields.io/packagist/v/:vendor/omnipay-:gateway.svg?style=flat-square)](https://packagist.org/packages/:vendor/omnipay-:gateway)
5+
[![Latest Version on Packagist](https://img.shields.io/packagist/v/omnipay-taiwan/omnipay-flashpay.svg?style=flat-square)](https://packagist.org/packages/omnipay-taiwan/omnipay-flashpay)
66
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
7-
[![Build Status](https://img.shields.io/travis/:vendor/omnipay-:gateway/master.svg?style=flat-square)](https://travis-ci.org/:vendor/omnipay-:gateway)
8-
[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/:vendor/omnipay-:gateway.svg?style=flat-square)](https://scrutinizer-ci.com/g/:vendor/omnipay-:gateway/code-structure)
9-
[![Quality Score](https://img.shields.io/scrutinizer/g/:vendor/omnipay-:gateway.svg?style=flat-square)](https://scrutinizer-ci.com/g/:vendor/omnipay-:gateway)
10-
[![Total Downloads](https://img.shields.io/packagist/dt/:vendor/omnipay-:gateway.svg?style=flat-square)](https://packagist.org/packages/:vendor/omnipay-:gateway)
7+
[![Build Status](https://img.shields.io/travis/omnipay-taiwan/omnipay-flashpay/master.svg?style=flat-square)](https://travis-ci.org/omnipay-taiwan/omnipay-flashpay)
8+
[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/omnipay-taiwan/omnipay-flashpay.svg?style=flat-square)](https://scrutinizer-ci.com/g/omnipay-taiwan/omnipay-flashpay/code-structure)
9+
[![Quality Score](https://img.shields.io/scrutinizer/g/omnipay-taiwan/omnipay-flashpay.svg?style=flat-square)](https://scrutinizer-ci.com/g/omnipay-taiwan/omnipay-flashpay)
10+
[![Total Downloads](https://img.shields.io/packagist/dt/omnipay-taiwan/omnipay-flashpay.svg?style=flat-square)](https://packagist.org/packages/omnipay-taiwan/omnipay-flashpay)
1111

1212

1313
[Omnipay](https://github.com/thephpleague/omnipay) is a framework agnostic, multi-gateway payment
14-
processing library for PHP 5.3+. This package implements :gateway support for Omnipay.
15-
16-
**Note:** Replace `:vendor`, `recca0120`, `:author_username`, `https://github.com/recca0120`, `recca0120@gmail.com`, `:gateway`, `:package_description` and `:gateway` with their correct values in [README.md](README.md), [CHANGELOG.md](CHANGELOG.md), [CONTRIBUTING.md](CONTRIBUTING.md), [LICENSE.md](LICENSE.md) and [composer.json](composer.json) files, then delete this line.
14+
processing library for PHP 5.3+. This package implements flashpay support for Omnipay.
1715

1816
This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what
1917
PSRs you support to avoid any confusion with users and contributors.
@@ -23,14 +21,14 @@ PSRs you support to avoid any confusion with users and contributors.
2321
Instal the gateway using require. Require the `league/omnipay` base package and this gateway.
2422

2523
``` bash
26-
$ composer require league/omnipay :vendor/omnipay-:gateway
24+
$ composer require league/omnipay omnipay-taiwan/omnipay-flashpay
2725
```
2826

2927
## Usage
3028

3129
The following gateways are provided by this package:
3230

33-
* :gateway
31+
* flashpay
3432

3533
For general usage instructions, please see the main [Omnipay](https://github.com/thephpleague/omnipay) repository.
3634

@@ -44,7 +42,7 @@ If you want to keep up to date with release announcements, discuss ideas for the
4442
or ask more detailed questions, there is also a [mailing list](https://groups.google.com/forum/#!forum/omnipay) which
4543
you can subscribe to.
4644

47-
If you believe you have found a bug, please report it using the [GitHub issue tracker](https://github.com/:vendor/omnipay-:gateway/issues),
45+
If you believe you have found a bug, please report it using the [GitHub issue tracker](https://github.com/omnipay-taiwan/omnipay-flashpay/issues),
4846
or better yet, fork the library and submit a pull request.
4947

5048
## Change log
@@ -67,7 +65,7 @@ If you discover any security related issues, please email recca0120@gmail.com in
6765

6866
## Credits
6967

70-
- [recca0120](https://github.com/:author_username)
68+
- [recca0120](https://github.com/recca0120)
7169
- [All Contributors](../../contributors)
7270

7371
## License

0 commit comments

Comments
 (0)