Commit 497f1e6 Felipe Fiebig
authored
File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ Todos los cambios notables a este proyecto serán documentados en este archivo.
4
4
El formato está basado en [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
y este proyecto adhiere a [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 1.4.1] - 2021-03-30
8
+ ### Fixed
9
+ - Se agrega parámetro de estado faltante en respuesta de Commit y Status en Webpay Plus
10
+ - Se agrega dependencia JSON (~ > 2.0) para evitar problemas al recibir respuesta de Commit
11
+ - Se arregla endpoint de captura en Webpay Plus
12
+
7
13
## [ 1.4.0] - 2020-12-03
8
14
### Added
9
15
- Se agregan métodos de configuración para integración a Webpay Plus en sus modalidades diferidas y mall diferida.
Original file line number Diff line number Diff line change 1
1
module Transbank
2
2
module Sdk
3
- VERSION = "1.4.0 "
3
+ VERSION = "1.4.1 "
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments