Skip to content

Latest commit

 

History

History
73 lines (60 loc) · 2.5 KB

File metadata and controls

73 lines (60 loc) · 2.5 KB

Release Notes

Added

  • KFAST faster checkout support via payWithKfast() on the HasKnet trait
  • kfastToken() method for auto-generating 8-digit customer tokens
  • UDF3 validation enforcing exactly 8 numeric digits for KFAST tokens
  • refund() convenience method on the HasKnet trait
  • Refund validation (non-refundable, exceeds amount, zero/negative)
  • KnetRefundSucceeded and KnetRefundFailed events
  • isRefunded() helper on KnetTransaction
  • Refund amount tracking on original transaction (refund_amount)
  • K-064 Integration Manual v1.4 documentation

Changed

  • Refund service now validates before processing and dispatches events

Added

  • Knet Facade
  • Knet Command to check for credentials
  • Lang file

Remove

  • Remove Invoice class

Added

  • KnetTransactionCreated event

Fixes

  • Minor issues

Added

  • KnetTransactionUpdated Event

Added

  • Ability to override trackid as a second argument on pay method as array
  • Ability to add udf1, udf2, udf3, udf4, udf5 as a second argument on pay method as array

Changes

  • Handle errors from get request

Fixes

  • Minor Issues

Fixes

  • Minor Issues

Fixes

  • Handle errors from get request

Added

  • Ability to insert your user defined fields or override the trackid
  • Url method to Payment.php
  • KnetTransactionCreated event

Added

  • Exception to knet controller to show errors that comes from provider

Added

  • Pending status as initial status

Changed

  • README.md file

Changed

  • redirect_url on the config file and controller