Releases: intuit/PHP-Payments-SDK
Releases · intuit/PHP-Payments-SDK
v1.0.8
New Release Candidate: 1.0.8 🎉
Features :
- SDK will ignore unknown fields across all
Modules
Issues Fixed :
#23
Fix Provided:
- Added fields to src/Modules/Context.php:
$reconBatchID;
$paymentGroupingCode;
$txnAuthorizationStamp;
$paymentStatus;
$merchantAccountNumber;
$clientTransID;
- SDK will be ignoring any uknown fields acorss all the
Modules
going forward.
v1.0.7
v1.0.6
v1.0.5
Fix test tokens and merge "Get a Credit Card" operation
Update test tokens and merge the "Get a credit card" operation. Thank you for Contributing @rogerd330!
Merge pull request and fix issues
- Update Schema
- Fix the test cases
- Merge pull request for void transactions. Thanks @Martin89PL
Production Release
The PHP Payments SDK is now available to the public.
- Support for all six API endpoints
- Support for OAuth 2.0 protocols
- Support for interceptors
v1.0.0
Beta Release
Initial release for PHP Payments SDK