Skip to content

Releases: Midtrans/midtrans-php

v2.5.2 Fix bug cannot get transaction status

23 Aug 08:55
a1ad0c8
Compare
Choose a tag to compare

Fix bug:

  • hotfix cannot get transaction status
  • update base url

v2.5.1 - Temporary revert to stable version v2.4.4

23 Aug 03:57
Compare
Choose a tag to compare
  • revert to stable v2.4.4 to avoid regression issue

Note: while waiting for v2.5.0 to be properly fixed to become stable for future release

v2.5.0 Add gopay tokenization & api subscription

20 Aug 08:24
222db12
Compare
Choose a tag to compare

Feature:
• Add gopay tokenization & api subscription feature
• Add API linkPaymentAccount, getPaymentAccount, unlinkPaymentAccount, createSubscription, getSubscription, disableSubscription, enableSubscription

Improvement:
• Add http method patch in ApiRequestor
• Add unit test for gopay tokenization & api subscription

v.2.4.3 Fix bug missing namespace in unit test class

04 Aug 04:11
41520bf
Compare
Choose a tag to compare

Fix Bug:

  • Fix missing namespace in unit test class
  • Add autoload-dev in composer file

v2.4.2 - New some feature, new some api function, improve error handling

21 Jun 06:16
bc26f9c
Compare
Choose a tag to compare

Feature:

  • Add idempotency-key feature
  • Add API registerCard, cardToken, cardPointInquiry, getStatusB2b, createSnapUrl

Improvement:

  • Fix error handling
  • Return exception when server-key is null, empty, contain white-space
  • Refactor ApiRequestor.php (all API request, will process from this file)
  • Add extension curl, JSON PHP require on composer file
  • Refactor unit test

Notable changes:

  • Deprecated SnapApiRequestor.php (no longer use, will delete this on the next major release)

Replace all deprecated method for PHP 7.4

21 Jul 06:44
94cdca1
Compare
Choose a tag to compare

Replace PHP 7 deprecated array_key_exists

Minor enhancement

20 Jul 08:49
fa7a381
Compare
Choose a tag to compare
  • Replace PHP 7 deprecated array_key_exists
  • Fix failing test

Add override & append notification url config

15 Jun 07:58
90896f2
Compare
Choose a tag to compare
  • Add override & append notification url config

Add direct refund API

06 Feb 07:43
4c5bbe3
Compare
Choose a tag to compare
  • add direct refund API function
  • add response getter on Notification class

Compatibility fix for PHP v7.4

30 Dec 08:37
6d3b1f9
Compare
Choose a tag to compare

Ensure full compatibility with latest stable version of PHP v7.4

  • Replace deprecated array_key_exist() on object of PHP 7.4
  • Add more PHP version to Travis CI test