pix_bb 0.1.4
pix_bb: ^0.1.4 copied to clipboard
Easy-to-use interface for integrating with Banco do Brasil's Pix API.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
0.1.4 - 2023-02-28 #
Added #
- When instantiating the Pixclass you can add an optional parameter: 'ambiente', which will define what the request environment will be the parameter can receive: Ambiente.homologacao or Ambiente.producaoby default when instantiating the parameter production will be defined
Fixed #
- Fixed the list received by the request returned as an increasing list, now by default the list will be descending from the most recent transaction date to the last one received
- Fixed typo in README.md