- Updates:
- Updated
crates.io
docs at doc.rs - Added struct identifiers
- Renamed
Collections
struct toCollectionsAPI
- Renamed
Checkout
struct toCheckoutsAPI
- Updated error handling and legible error messgaes from the
IntaSend
Client - Added GitHub Actions to automate the publishing of the crates to crates.io
- Added
docs
to support the library usage here - Version:
0.2.0
hasPayoutsAPI
,RefundsAPI
andWalletsAPI
support, bug fixes, refactored code
- Updated
- Updates:
- updated crate docs
- added new structs:
Tarrif
,PaymentLink
- changed struct identifiers from
StatusRequest
,StatusResponse
toStkPushStatusRequest
,StkPushStatusResponse
- version:
0.1.6
has bug fixes and refactored code
- Updates: Added
CHANGELOG.md
for tracking changes - Updates: added crate docs to
checkout
module and refactored code - Updates: added crate docs to
collection
module and refactored code - Updates: added crate docs to
intasend
module - Updates: version:
0.1.5
has additional feature toggles for client/server apps
- Updates: separated
checkout
module out of thecollection
module
- Updates: fixed crate
README.md
- Updates: fixed
send
method of theintasend
client - Updates: stabilised
collection.mpesa_stk_push()
function
- Updates: Added
rust_decimal
crate for floating point values - Updates: Added
cargo-intasend
bin package for testing theintasend
crate - Updates: Added
anyhow
crate
- Updates: stabilising the Intasend Core
- Updates: collection API: added
collection.mpesa_stk_push()
function
- Initial release [a764ba1b]