Skip to content

Commit

Permalink
fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverFire committed May 22, 2019
1 parent 3d1dc8a commit 6f3442a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 27 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
[andreyklochok@gmail.com]: https://github.com/tafid
[@BladeRoot]: https://github.com/BladeRoot
[bladeroot@gmail.com]: https://github.com/BladeRoot
[Under development]: https://github.com/hiqdev/omnipay-yandex-kassa/releases
[Under development]: https://github.com/hiqdev/omnipay-yandex-kassa/compare/2.0.0...HEAD
[2.0.0]: https://github.com/hiqdev/omnipay-yandex-kassa/releases/tag/2.0.0
25 changes: 0 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,6 @@ processing library for PHP 5.3+.

This package implements [ePayments](https://epayments.com/) support for Omnipay.

## Installation

The preferred way to install this library is through [composer](http://getcomposer.org/download/).

Either run

```sh
php composer.phar require "hiqdev/omnipay-yandex-kassa"
```

or add

```json
"hiqdev/omnipay-yandex-kassa": "*"
```

to the require section of your composer.json.

## Basic Usage

The following gateway is provided by this package:
Expand All @@ -51,10 +33,3 @@ you can subscribe to.

If you believe you have found a bug, please report it using the [GitHub issue tracker](https://github.com/hiqdev/omnipay-epayments/issues),
or better yet, fork the library and submit a pull request.

## License

This project is released under the terms of the MIT [license](LICENSE).
Read more [here](http://choosealicense.com/licenses/mit).

Copyright © 2019, HiQDev (http://hiqdev.com/)
4 changes: 3 additions & 1 deletion history.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## [2.0.0] - 2019-05-22

- Implemented basic Yandex.Kassa operations
- [b8d9e65] 2019-05-22 fixed readme [@SilverFire]
- [c9faba9] 2019-05-22 csfixed [@SilverFire]
- [d9eb38a] 2019-05-22 Added unit tests coverage [@SilverFire]
- [da2a11b] 2019-05-21 Implemented success story [@SilverFire]
Expand All @@ -22,5 +23,6 @@
[d9eb38a]: https://github.com/hiqdev/omnipay-epayments/commit/d9eb38a
[da2a11b]: https://github.com/hiqdev/omnipay-epayments/commit/da2a11b
[32b9724]: https://github.com/hiqdev/omnipay-epayments/commit/32b9724
[Under development]: https://github.com/hiqdev/omnipay-yandex-kassa/releases
[Under development]: https://github.com/hiqdev/omnipay-yandex-kassa/compare/2.0.0...HEAD
[2.0.0]: https://github.com/hiqdev/omnipay-yandex-kassa/releases/tag/2.0.0
[b8d9e65]: https://github.com/hiqdev/omnipay-yandex-kassa/commit/b8d9e65

0 comments on commit 6f3442a

Please sign in to comment.