Skip to content

Commit 52768fe

Browse files
committed
update README.md file & add tests coverage :)
1 parent 23c2d58 commit 52768fe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PayTech - PHP API Client
22

3-
[![Coverage Status](https://img.shields.io/badge/coverage-95.35%25-brightgreen)](https://coveralls.io/github/PapiHack/paytech-php-client?branch=master)
3+
[![Coverage Status](https://img.shields.io/badge/coverage-100%25-brightgreen)](https://coveralls.io/github/PapiHack/paytech-php-client?branch=master)
44
![Issues](https://img.shields.io/github/issues/PapiHack/paytech-php-client)
55
![PR](https://img.shields.io/github/issues-pr/PapiHack/paytech-php-client)
66
[![Latest Stable Version](https://poser.pugx.org/papihack/paytech-php-client/v)](//packagist.org/packages/papihack/paytech-php-client)
@@ -38,7 +38,8 @@ After that, setup the API config with your parameters like this :
3838

3939
/*
4040
* The PayTech\Enums\Currency class defined authorized currencies
41-
* You can change XOF (in the following example) by USD, CAD, GBP or MAD
41+
* You can change XOF (in the following example) by USD, CAD or another currency
42+
* All allowed currencies are in \PayTech\Enums\Currency class
4243
* !!! Notice that XOF is the default currency !!!
4344
*/
4445

0 commit comments

Comments
 (0)