Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
point out all the changes made to libwebpay in order
to facilitate the integration of this new version.
  • Loading branch information
afiebig committed Feb 5, 2019
1 parent ee0341e commit d3b0ab5
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,33 @@ y este proyecto adhiere a [Semantic Versioning](http://semver.org/spec/v2.0.0.ht
## [2.0.0] - 2019-01-31
### Added
- Agrega soporte para Webpay
- `WebpayCapture.cs`:
- Sobrecarga del metodo `capture` para soportar entregar como parametro el codigo de comercio `storeCode`
- `WebpayNullify.cs`:
- Sobrecarga del metodo `nullify` para no enviar el parametro `commerceCode` cuando la anulación es para el mismo comercio.
- `WebpayOneClick.cs`
- Metodo `RemoveUser` como wrapper de `oneClickremoveUserOutput`

### Changed
- TargetFramework .net452
- Se cambia el namespace `Webpay.Transbank.Library` por `Transbank.Webpay`
- `Configuration.cs`:
- Para ser consistentes con los demas SDK
- `WebpayCert` que representaba al certificado del comercio, ahora se llama `PrivateCertPfxPath` y hace referencia a que es la ruta a un archivo pfx o p12 generado por el commercio.
- `PublicCert` que representaba al certificado publico de Transbank, ahora se llama `TbkPublicCertPath` y es proporcionado por el SDK de aceurdo al ambiente configurado.
- Se agregan metodos estaticos que permiten obtener un objeto `Configuration` preparado para distintos tipos de pruebas:
- `ForTestingWebpayPlusNormal()`
- `ForTestingWebpayOneClickNormal()`
- `ForTestingWebpayPlusCapture()`
- `ForTestingWebpayPlusMall()`
- `Webpay.cs`:
- Los siguientes metodos se transformaron en Properties:
- `getNormalTransaction()` => `NormalTransaction`
- `getMallNormalTransaction()` => `MallNormalTransaction`
- `getNullifyTransaction()` => `NullifyTransaction`
- `getCaptureTransaction()` => `CaptureTransaction`
- `getCompleteTransaction()` => `CompleteTransaction`
- `getOneClickTransaction()` => `OneClickTransaction`

## [1.3.0] - 2018-10-02
### Added
Expand Down

0 comments on commit d3b0ab5

Please sign in to comment.