Skip to content

Releases: live-controls/payment

Version 2.1.7

15 Feb 10:10
Compare
Choose a tag to compare

Additions

  • Added logging variable to configuration file. If set to true, the library will log responses and requests in production mode as well.

Version 2.1.6

14 Feb 22:11
Compare
Choose a tag to compare

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

08 Feb 13:14
abb2740
Compare
Choose a tag to compare

Additions

  • Added logging to RedirectCheckout3 for easier homologation process. The logs will be saved with Log::debug

Version 2.1.3

29 Jan 00:16
Compare
Choose a tag to compare

Fixes

  • Fixed several typos in the generateDigitalCode method

Version 2.1.2

22 Jan 17:44
Compare
Choose a tag to compare

Changes

  • Added configuration file
  • Updated dependencies
  • Replaced env variables with config variables in getCredentials() method

Version 2.1.1

22 Jan 17:19
Compare
Choose a tag to compare

Changes

  • Added comment to the compareSignature method

Fixes

  • Fixed wrong version inside composer.json

Version 2.1

22 Jan 17:16
Compare
Choose a tag to compare

Additions

  • Added compareSignature method to the LiveControls\Payment\Scripts\PagSeguro\RedirectCheckout3 class

Version 2.0

07 Jan 00:04
5992e9b
Compare
Choose a tag to compare

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

24 Sep 12:48
Compare
Choose a tag to compare

Additions

  • Added PAGSEGURO_EMAIL and PAGSEGURO_TOKEN credentials for use in production

Version 1.0.2

22 Jul 16:07
Compare
Choose a tag to compare

Fixes

  • Fixed wrong ServiceProvider name