This repository has been archived by the owner on Mar 19, 2021. It is now read-only.
Releases: DarkGhostHunter/TransbankApi
Releases · DarkGhostHunter/TransbankApi
Final release
As title says.
Go use the official Transbank SDK. It stopped using SOAP, and that's is enough for anybody.
Fixed SOAP traceability
Merge pull request #13 from DarkGhostHunter/master Fixed tracing disabled outside production. It must be always set to TRUE
Fixed validation
One dependency went AWOL for signature validation. This is fixed now.
Minor refactoring
Since KLogger is abandoned, the package only comes with PSR-3 interfaces and recommends Monolog.
Fix on production
If you tried to use this package in production, you would note that SOAP never returned the last response. This is because was accidentally disabled on production environments. This is now fixed.
Change Fluent for Fluid dependency
Merge pull request #5 from DarkGhostHunter/master Changed to Fluid dependency
Fixed Docblocks
Alos, updated README.md
Added Logging System
- Changed
environment()
tomake()
. - Construct of Services and Transbank now accepts a LoggingInterface.
First release
Merge pull request #1 from DarkGhostHunter/master Disabled versioning in composer.json