diff --git a/README.md b/README.md index a39446a..bc0c14e 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,32 @@ sbt clean compile #### Usage in pom.xml ``` -... + + + com.github.unknownnpc.psw + qiwi_2.12 + 0.0.1 + + + + com.github.unknownnpc.psw + webmoney_2.12 + 0.0.1 + + + + com.github.unknownnpc.psw + privat24_2.12 + 0.0.1 + ``` - +#### Usage in java code +``` +P24API p24Api = P24API.getInstance(new P24Model.P24Credential(1, "merch_id")); +QiwiAPI qiwiApi = QiwiAPI.getInstance("token"); +WebMoneyAPI webMoneyApi = WebMoneyAPI.getInstance("wimd", "password", "/kwmPath/test.kwm"); +``` #### API details | Payment system | Action/Tool | URL | Class | Check on live data|