Skip to content

Releases: cuenca-mx/arcus-python

Gateway exception

24 Oct 17:14
8076384
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.10...1.2.11

Fix general init error

21 Feb 18:03
9316baa
Compare
Choose a tag to compare
Fix type error  (#153)

* fix typo error

* Update version.py

* Fix general invalid biller exc

* Update test_bill_payments.py

* Update exc.py

1.2.9: Fix typo in arcus_error (#152)

15 Feb 01:28
62fa724
Compare
Choose a tag to compare
* fix typo error

* Update version.py

packages updates

13 Jan 22:27
c7c68ed
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.7...1.2.8

Testing pypi creds

15 Apr 22:23
2030681
Compare
Choose a tag to compare
Testing pypi creds Pre-release
Pre-release
1.2.8.dev0

Testing creds

updated dependencies

12 Jan 23:15
71e3572
Compare
Choose a tag to compare
Update pytest-cov requirement from ==2.10.* to ==2.11.* (#113)

Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest-cov/releases)
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.10.0...v2.11.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Better Testing

30 Jul 20:44
e3b6056
Compare
Choose a tag to compare

Update in Packages

update versioning

09 Jul 13:51
7ef9b04
Compare
Choose a tag to compare

This entire release simply has internal cleanups

adapt accounts when there is a proxy

27 Nov 00:27
Compare
Choose a tag to compare
changes for get account when exist proxy (#78)

* changes for get account when exist proxy

* add tests

* conver dict into Account

* dict comprrenhetion

data = None when proxy is set

26 Nov 22:11
Compare
Choose a tag to compare
if proxy -> data = None (#77)

* if proxy -> data = None

* reason of why data = None