Skip to content

Latest commit

 

History

History
128 lines (82 loc) · 3.34 KB

CHANGELOG.md

File metadata and controls

128 lines (82 loc) · 3.34 KB

Release Notes

All notable changes to this project will be documented in this file.

Fixed

  • Data sanitization in verifySign method

Fixed

  • Send refund parameters in refundByCustomId method

Added

  • Add queryOnlinePayment method

Added

  • Support PHP up to version 8.1
  • Add new acceptable parameters in setPaymentData method

Added

  • Support PHP up to version 8.0

Fixed

  • Online payment client example

Added

  • Add setCheckoutDomainId method
  • Add new acceptable parameters in setMetadata method

Fixed

  • Get php version number method in setMetadata method

Added

  • Online payment support Visa and mastercard
  • Add setMetadata, setPaymentData method
  • Support partial refund

Added

  • Online payment support UnionPay ExpressPay and UnionPay UPOP

Fixed

  • Add missing refund test

Added

  • Online payment support Alipay Online WAP
  • Add refundByCustomId method

Changed

  • Update installation instruction

Fixed

  • Remove non-support currency and gateway

Added

  • Add Online payment method
  • Support signature verification
  • Online payment support Wechat Pay Online
  • Refund method support to add reason

Changed

  • Remove autoload

Fixed

  • Fix travis setting

Fixed

  • Fix error handling of curl

Fixed

  • Fix issue for refund transactions

Added

  • Add refund method

Added

  • Add badges of stable version

Changed

  • Update in Readme file
  • Update example to show error messages and success data

Added

  • Add support for Unionpay gateway and Alipay Online gateway

Added

  • Support notify url and return url
  • Add different autoloader for no composer usage

Added

  • Initial version