Releases: live-controls/payment
Releases · live-controls/payment
Version 2.1.7
Version 2.1.6
Changes
- Added livecontrols_payment.debug variable to the configuration file. This replaces the old app.debug variable, but uses the app.debug variable as fallback. In case you did already publish the configuration file, you can simply add the debug boolean variable to it.
Version 2.1.4
Additions
- Added logging to RedirectCheckout3 for easier homologation process. The logs will be saved with Log::debug
Version 2.1.3
Fixes
- Fixed several typos in the generateDigitalCode method
Version 2.1.2
Changes
- Added configuration file
- Updated dependencies
- Replaced env variables with config variables in getCredentials() method
Version 2.1.1
Changes
- Added comment to the compareSignature method
Fixes
- Fixed wrong version inside composer.json
Version 2.1
Additions
- Added compareSignature method to the LiveControls\Payment\Scripts\PagSeguro\RedirectCheckout3 class
Version 2.0
Changes
WARNING: THOSE ARE BREAKING CHANGES!
- Changed Urls in getHost() method to new ones (v3?)
- Added new Checkout LiveControls\Payment\Scripts\PagSeguro\RedirectCheckout3 which replaces [..]\RedirectCheckout. RedirectCheckout will be removed in future versions and is marked deprecated
- Marked PaymentReceiver class as deprecated
- Changed PaymentSender (phone_ddd is now phoneDdd and more)
- Added RedirectCheckoutData class which will be returned from the RedirectCheckout3::generateDigitalCode() method
Version 1.0.3
Additions
- Added PAGSEGURO_EMAIL and PAGSEGURO_TOKEN credentials for use in production
Version 1.0.2
Fixes
- Fixed wrong ServiceProvider name