Django-helcim

Latest version: v0.9.1

Safety actively analyzes 631310 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.6.0

===================

Feature Updates
---------------

* Adding a Django user reference to the ``HelcimTransaction`` model.
* Reworking the settings around associating a user model to the
django-helcim models. Now all settings are controlled by the
``HELCIM_ASSOCIATE_USER`` setting.

0.5.0

===================

Feature Updates
---------------

* Adding cardholder name and CC expiry to token model and saving
details with token.
* Updating related_name of token model to reduce naming conflicts.

0.4.0

===================

Feature Updates
---------------

* Updating the Oscar components for Oscar 2.0 compatibility.
* Sandbox updated to accomodate Oscar changes.

0.3.1

===================

Bug Fixes
---------

* Fixed bug where Helcim Commerce API may return a blank response
for a string field, resulting in coercion of ``None`` to ``'None'``.

0.3.0

===================

Feature Updates
---------------

* Added new functions to ``gateway`` module to:

* retrieve a user's saved Helcim tokens;
* retrieve details of a single Helcim token; and
* manage settings (this will verify that any required settings
declared and will provide defaults for all other settings as
appropriate).

* Extended the ``bridge_oscar`` module to:

* streamline validating a Helcim token for payment processing by
Django Oscar;
* handle whether a token should be associated with a ``django_user``
instance or a Helcim ``customer_code``; and
* provide convenience shortcut functions/dictionaries to
the ``bridge_oscar`` module to access functionality in
the ``gateway`` module.

* Updated the ``TO_API`` dictionary to remove ``order_number`` (not
recognized by the Helcim Commerce API).
* Updated sandbox site to demonstrate a workflow that makes use of the
Token Vault.
* Updated HelcimToken model to:

* record credit card type;
* display the "first 4 last 4" digits of the credit card number as a
16 character string; and
* retrieve and display an image for the corresponding credit card
type.

Bug Fixes
---------

* Fixed the ``refund`` and ``capture`` views to make use of the proper
settings (were still using the
outdated ``HELCIM_TRANSACTIONS_READ_ONLY`` setting).

0.2.2

===================

Bug Fixes
---------

* Removing unnecessary ``app_name`` from urls which may cause namespace
issues.

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.