- KFAST faster checkout support via
payWithKfast()on theHasKnettrait kfastToken()method for auto-generating 8-digit customer tokens- UDF3 validation enforcing exactly 8 numeric digits for KFAST tokens
refund()convenience method on theHasKnettrait- Refund validation (non-refundable, exceeds amount, zero/negative)
KnetRefundSucceededandKnetRefundFailedeventsisRefunded()helper onKnetTransaction- Refund amount tracking on original transaction (
refund_amount) - K-064 Integration Manual v1.4 documentation
- Refund service now validates before processing and dispatches events
- Knet Facade
- Knet Command to check for credentials
- Lang file
- Remove Invoice class
- KnetTransactionCreated event
- Minor issues
- KnetTransactionUpdated Event
- Ability to override
trackidas a second argument on pay method as array - Ability to add
udf1, udf2, udf3, udf4, udf5as a second argument on pay method as array
- Handle errors from get request
- Minor Issues
- Minor Issues
- Handle errors from get request
- Ability to insert your user defined fields or override the trackid
- Url method to Payment.php
- KnetTransactionCreated event
- Exception to
knetcontroller to show errors that comes from provider
- Pending status as initial status
- README.md file
- redirect_url on the
configfile and controller