Closed ruuushhh closed 7 months ago
This update introduces a new constant WHENMODIFIED
for the CREDITCARD
entity in the sageintacctsdk
. Additionally, it increments the version of the sageintacctsdk
Python package from 1.19.0
to 1.19.1
, indicating a minor improvement or fix has been made to the SDK.
File | Change Summary |
---|---|
.../constants.py |
Added WHENMODIFIED constant to CREDITCARD entity. |
setup.py |
Updated SDK version from 1.19.0 to 1.19.1 . |
๐๐ A tiny hop in code, a giant leap for functionality,
WHENMODIFIED
now joins the fray, quite practically. Version bumps, like soft thumps in the night, A rabbitโs delight, in the moonโs gentle light. Celebrate we do, with a carrot or two! ๐ฅ๐ ๐๐
sageintacctsdk/apis/constants.py (1)
`267-267`: Addition of `'WHENMODIFIED'` to the `'CREDITCARD'` entity aligns with the SDK's practices of tracking modifications, as seen with other entities like `'APBILL'` and `'CCTRANSACTION'`.
Summary by CodeRabbit
New Features
Chores