Skip to content

Releases: intuit/PHP-Payments-SDK

v1.0.8

23 Sep 00:33
Compare
Choose a tag to compare

New Release Candidate: 1.0.8 🎉

Features :

  • SDK will ignore unknown fields across all Modules

Issues Fixed :
#23

PR's referenced :
#19
#22

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

12 Sep 01:34
5c8c81e
Compare
Choose a tag to compare

Release Version: v1.0.7

Issues addressed :
2 New fields added to ZeroDollarVerification structure - #25

PR :
#26 #27

v1.0.6

17 Jan 01:38
Compare
Choose a tag to compare

Implement an object to store the array response for the 'zeroDollarVerification' field that is randomly included when querying VISA card details. #14 is resolved.

v1.0.5

27 Nov 03:34
Compare
Choose a tag to compare

Fix issue #13

Fix test tokens and merge "Get a Credit Card" operation

21 Nov 17:03
Compare
Choose a tag to compare

Update test tokens and merge the "Get a credit card" operation. Thank you for Contributing @rogerd330!

Merge pull request and fix issues

12 Nov 23:41
Compare
Choose a tag to compare
  1. Update Schema
  2. Fix the test cases
  3. Merge pull request for void transactions. Thanks @Martin89PL

Production Release

24 Jun 22:52
a32be96
Compare
Choose a tag to compare

The PHP Payments SDK is now available to the public.

  1. Support for all six API endpoints
  2. Support for OAuth 2.0 protocols
  3. Support for interceptors

v1.0.0

21 Jun 22:39
80c9ed7
Compare
Choose a tag to compare
Update composer.json

Beta Release

21 Jun 22:34
80c9ed7
Compare
Choose a tag to compare

Initial release for PHP Payments SDK