File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
1
+ # 1.0.2
2
+
3
+ - Added a new endpoint and example to cancel a scheduled Pix payment via Open Finance
4
+
1
5
# 1.0.1
2
6
3
7
- Added a new endpoint and example to query a Pix send by its Id
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >br.com.efipay.efisdk</groupId >
5
5
<artifactId >sdk-java-apis-efi</artifactId >
6
- <version >1.0.1 </version >
6
+ <version >1.0.2 </version >
7
7
8
8
<name >SDK JAVA APIS EFI</name >
9
9
<description >Java SDK for integrating with Efí API</description >
45
45
<dependency >
46
46
<groupId >org.json</groupId >
47
47
<artifactId >json</artifactId >
48
- <version >20230618 </version >
48
+ <version >20231013 </version >
49
49
</dependency >
50
50
<dependency >
51
51
<groupId >com.googlecode.json-simple</groupId >
Original file line number Diff line number Diff line change 11
11
*
12
12
*/
13
13
public class Config {
14
- private final static String version = "1.0.1 " ;
14
+ private final static String version = "1.0.2 " ;
15
15
private JSONObject conf = new JSONObject ();
16
16
private JSONObject endpoints = new JSONObject ();
17
17
private JSONObject urls = new JSONObject ();
Original file line number Diff line number Diff line change 401
401
"ofDevolutionPix" : {
402
402
"route" : " /v1/devolucao/pagamento/pix" ,
403
403
"method" : " post"
404
+ },
405
+ "ofCancelSchedulePix" : {
406
+ "route" : " /v1/pagamentos/pix/:identificadorPagamento/cancelar" ,
407
+ "method" : " patch"
404
408
}
405
409
}
406
410
},
You can’t perform that action at this time.
0 commit comments