Skip to content

Releases: MrLightful/braspagSdk-python

v0.0.7

13 Mar 15:32
397f04f
Compare
Choose a tag to compare

Quickfix: fix data argument manipulations in base request

v0.0.6

08 Mar 15:12
83681b2
Compare
Choose a tag to compare

Quickfix: fix data argument in Payment's capture_sale method for passing split data.

v0.0.5

31 Jan 20:20
496636c
Compare
Choose a tag to compare

Quickfix: fix circular import in base_request.py introduced in v0.0.4.

v0.0.4

31 Jan 20:07
3bf1527
Compare
Choose a tag to compare

This release contains a single, but critical bug fix to base request's body to json conversion for ObjectJSON instances.

v0.0.3

29 Jan 15:52
67eec2c
Compare
Choose a tag to compare

The release contains multiple critical bug fixes and improvements.

  • Bump project development status classifier to 4 - Beta
  • Add description to project config
  • Add Address.district
  • Fix base request's response handler
  • Fix API endpoints in Payments module
  • Fix API formatting of lists in ObjectJSON
  • Fix typo in SplitPayment.subordinate_merchant_id
  • Add SplitMerchant.birthday_date and SplitMerchant.business_activity_id as required for merchants registered by CPF document
  • Accept data via kwargs in payment's capture request (e.g., for split payment details)

v0.0.2

20 Jan 18:59
49aadcc
Compare
Choose a tag to compare

The release mostly meant to improve project & code quality.

  • Clean code
  • Remove unused dependencies
  • Add CHANGELOG

Breaking change:

  • Add missing arguments to EMV3DS access token generation (establishment_code, merchant_name, mcc)

v0.0.1

11 Jan 00:47
3f89f62
Compare
Choose a tag to compare

The initial public release of the project.

It currently supports only basic functionality:

  1. Payments: create, get, capture, and cancel sale;
  2. Split: create merchant;
  3. Silent Order Post: generate access token;
  4. EMV3DS: generate access token.

Learn usage from README.