File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
# PayTech - PHP API Client
2
2
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 )
4
4
![ Issues] ( https://img.shields.io/github/issues/PapiHack/paytech-php-client )
5
5
![ PR] ( https://img.shields.io/github/issues-pr/PapiHack/paytech-php-client )
6
6
[ ![ 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 :
38
38
39
39
/*
40
40
* 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
42
43
* !!! Notice that XOF is the default currency !!!
43
44
*/
44
45
You can’t perform that action at this time.
0 commit comments