Skip to content

Releases: leesiongchan/omnipay-molpay

Support Reversal Request (void) and Partial Refund (refund)

05 Feb 04:06
261c76e
Compare
Choose a tag to compare

Thank @siewmai for making these features possible. Now you can use $gateway->void($options) to request a reversal of transaction or $gateway->refund($options) to request full/partial for a 'captured' or 'settled' transaction.

Update to make compatible to the latest spec

21 Jan 15:16
9332169
Compare
Choose a tag to compare

Thank @siewmai for making this library compatible with the latest MOLPay Specification 13.7 (10 Oct 2017)

Add fallback mode for pre-sKey / sKey generation

02 Mar 06:23
Compare
Choose a tag to compare

MOLPay doesn’t quite certain of their currency format, thus we have to make a fallback for the second attempt.

Remove isCallbackNotification

15 Apr 07:05
Compare
Choose a tag to compare
  • Fix currency issue
    MOLPay returns currency as 'RM' instead of 'MYR' causing the skey generation failed.
  • Remove isCallbackNotification
    Remove callback notification as it should not be part of Omnipay, user should handle it themselves.

Remove isCancelled check

05 Apr 07:41
Compare
Choose a tag to compare
  • Fix isCancelled checking - previous isCancelled checking was depend on status '11' from MOLPay but there was a mistake as status '11' is indicating an error payment but not cancelled payment.

v2.0.0

01 Apr 01:49
Compare
Choose a tag to compare
First working project