Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.1.0, 2.2.0
-
Component/s: manager client, manager server, sf server, sf web
-
Labels:None
Description
Need to upgrade LiqPay to version 2 as it offers refund capabilities.
The API is here https://www.liqpay.com/ru/doc#refund
LiqPay SDK can be downloaded from GitHub, however looking at the code it might be better to just reuse some routines from it rather than adding 3rd party jar.
We also will need simple JSON library for this, which can be found in maven http://mvnrepository.com/artifact/org.json/json/20140107
dependency:
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20140107</version>
</dependency>