Skip to content

Tags: chrisidakwo/flutterwave-php

Tags

0.1.3

Cleanup

0.1.2

- Enable transactions with credit/debit cards

- Handle card transaction authorization processes
- Added charge validation for validating bank account and/or debit/credit card transactions
- Added `encryptTransactionData()` function to encrypt transaction charge data
- Moved `ChrisIdakwo\Support\Entity` to a new namespace `ChrisIdakwo\Support\Entities\Entity`
- Added entity classes to support easy typing of response objects
- Cleaned up codebase

0.1.1

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #3 from chrisidakwo/dev

Style format and refactorings

0.1.0

WIP: Initial release with standard payment, verify transaction, and r…

…efund transaction implemented.