Releases: TransbankDevelopers/transbank-sdk-dotnet
Releases · TransbankDevelopers/transbank-sdk-dotnet
Versión 1.3.0
Added
- Se implementa
ChannelTyep.Parse
para obtener una instancia deChannelType
en base a un string.
Versión 1.2.1
Added
- Credenciales pre-configuradas para Onepay. No es necesario configurar Api Key ni Shared Secret para operar en ambiente TEST.
Version 1.2.0
- Environments are now pointing to the official TEST and LIVE servers. From now on, the SDK can be used for official testing and will be interoperable with tools provided by Transbank to assist the integration (such as the dashboard to simulate transactions).
Version 1.1.1
Fix bug where custom CallBackURL was not used to create the signature, this was causing new transactions to fail with InvalidSignature.
Version 1.1.0
• Allow custom ExternalUniqueNumber as param.
• Allow Channel as param.
• Allow CallBack URL as param.
• Allow AppSchema as param.