dev release hiqdev/omnipay-okpay commits history
- []
- []
3.0.0 - 2019-10-17
- Update to Omnipay v3
- 5076456 2019-10-17 Update to Omnipay v3 @SilverFire
- Some fixes and enhancements
- 35ee3d3 2017-10-10 Fixed CompletePurchaseResponse::getTransactionId() to represent ID, provided by merchant @SilverFire
- c9006d4 2017-10-10 Removed typecasting from getTransactionId() @SilverFire
- d54fb1a 2017-10-10 Added CompletePurchaseResponse:: getFee(), getPayer(), getTime() @SilverFire
- 91f9111 2017-10-10 Fixed tests to run without remove requests, removed casting to float in CompletePurchaseRespose::getAmount() @SilverFire
0.2.0 - 2017-08-07
- Use
ok_txn_amount
instead ofok_txn_gross
to follow OkPay API changes- 8eef1f9 2017-08-07 Merge pull request #4 from bladeroot/omnipay-rename-amount @SilverFire
- e88fcfc 2017-08-07 change: rename ok_txn_amount to ok_txn_gross @BladeRoot
- Added IPN and fees support
- 272b16c 2017-05-23 + ipn @BladeRoot
- 2c1c65a 2017-05-24 fix: revove commented code @BladeRoot
- efcbe27 2017-05-24 Merge pull request #3 from bladeroot/okpay-add-ipn @hiqsol
- 0631ec6 2017-05-24 Merge pull request #2 from bladeroot/okpay-add-ipn @hiqsol
- 605e5e8 2017-05-24 + fees fixes @BladeRoot
- 9f362f3 2017-05-24 + fees @BladeRoot
- 2443b23 2017-05-24 fix: client should be pay commission @BladeRoot
- Enhanced tests, other minor enhancements
0.1.0 - 2017-05-05
- Added tests
- a041e6b 2017-05-05 hideved, csfixed @SilverFire
- 9cfd609 2017-04-03 tests @BladeRoot
- 3a07721 2017-04-03 init test @BladeRoot
- 359b4bf 2017-03-27 added get/setPurse, made account parameter mandatory @hiqsol
- f970bb3 2017-03-27 added actual classes @hiqsol
- 0259525 2017-03-27 changed namespace to Omnipay\Okpay @hiqsol
- Redone to
omnipay-okpay
- Added basics