1.0.0 - 2018-07-27
- Added ePayments support
- 74552da 2018-07-23 Added ePayments @SilverFire
- 70a617a 2018-07-26 Pass TransactionReference as Payer for Epayments @SilverFire
- Added 2checkout support
- 525b5a4 2017-12-01 Inited TwoCheckoutPlusMerchant @SilverFire
- e1aeba4 2017-12-01 Added collizo4sky/omnipay-2checkout @SilverFire
- Added Robokassa support
- a360367 2017-10-24 Fixed Robokassa tests @SilverFire
- c46f53a 2017-10-24 Updated RoboKassaMerchant to extract TransactionReference @SilverFire
- a5e274d 2017-10-24 Implemented second key support for Robokassa @SilverFire
- ece05ec 2017-10-23 Added Robokassa support @SilverFire
- Completely rewritten to a better architecture style
- 148578a 2017-10-17 Fixed tests @SilverFire
- 4dbce47 2018-07-23 Updated to latest PHPUnit, fixed broken tests @SilverFire
- eafb027 2018-05-30 Fixed PHPDocs @SilverFire
- e844c6b 2018-03-05 csfixed @hiqsol
- 91b6be4 2017-10-17 Changed signAlgorythm @SilverFire
- 2606466 2017-10-13 Docs @SilverFire
- 80f70d8 2017-10-11 Refactored to use AbstractMerchant, added more tests @SilverFire
- 346224f 2017-10-10 Tests, deep coding @SilverFire
- 3153201 2017-10-09 Working on tests @SilverFire
- cb2b772 2017-10-09 Continue refactoring @SilverFire
- 57c7f3b 2017-10-09 Dropped old implementation @SilverFire
- 30280a7 2017-10-09 Refactored to spread MoneyPHP/Money VO @SilverFire
- 9d67897 2017-10-06 Deep coding @SilverFire
- 365c6e2 2017-10-04 Deep coding @SilverFire
- a43b074 2017-11-26 quickfixed epayservice test: changed check_key @hiqsol
- a5e9c0a 2017-11-25 fixing build @hiqsol
- 1639588 2017-11-25 added dependencies: phpmoney, omnipay freekassa, robokassa, yandexmoney, webmoney @hiqsol
- e4d1f34 2017-11-25 csfixed @hiqsol
- ad21c4c 2017-10-24 Removed redundant
use
operators @SilverFire
- Added BitPay support
- e17acc9 2017-10-17 BitPay request should return response with GET method @SilverFire
- 189007b 2017-10-03 Updated to use hiqdev/omnipay-bitpay @SilverFire
- 206a1d1 2017-08-05 csfixed @hiqsol
- f4cae51 2017-08-05 renamed
hidev.yml
@hiqsol - 21f1529 2017-08-02 Implemented bitpay support @SilverFire
- abec28c 2018-01-17 Added corner case handling when BitPay fails to create invoice @SilverFire
- Added YandexMoney support
- a032e95 2017-03-30 Updated yandexmoney proxy to follow API changes @SilverFire
- 247cd70 2017-03-30 added formatting money (sum, amount) for changes in omnipay @hiqsol
- 184d52a 2017-03-30 Yandexmoney proxy switched to Omnipay\YandexMoney\P2pGateway @SilverFire
- 5c8cb6b 2017-03-28 Added yandexmoney adapter @SilverFire
- Added FreeKassa support
- 259fd89 2017-10-25 Added FreeKassa support @SilverFire
- dc79b93 2017-03-29 added FreeKassa to OmnipayMerchant @hiqsol
- 92357d1 2017-03-28 Added AbstractMerchant::label, AbstractMerchant::getGatewayNamespacePart() @SilverFire
- 3b57527 2017-01-20 Updated CHNAGELOG @SilverFire
- Added
commission_fee
related things to the AbstractRequest- 5c419c8 2017-01-20 csfixed @SilverFire
- abc99fe 2017-01-20 Added
commission_fee
to the AbstractRequest @SilverFire
- Other minor changes
- 4b9050e 2018-01-15 Fixed Paxum gateway URL @BladeRoot
- d42c545 2017-12-13 Fixed WebmoneyMerchant to convert time to UTC @SilverFire
0.0.3 - 2016-09-16
0.0.2 - 2016-09-15
- Fixed minor issues
- Added WebmoneyMerchant class
- 6231d19 2016-03-23 Added WebmoneyMerchant class @SilverFire
- efa7eae 2016-01-25 added more tests @hiqsol
- 854744c 2016-01-24 added more tests @hiqsol
- 8448ee6 2016-01-18 rehideved @hiqsol
- acbca3c 2016-01-18 phpcsfixed @hiqsol
- 6da1b24 2016-01-11 temporary added paypal4genuine @hiqsol
- 803b68e 2015-12-24 fixed build @hiqsol
- 56504e6 2015-12-17 fixed build @hiqsol
- 48299aa 2015-12-16 small improvements around response @hiqsol
0.0.1 - 2015-12-15
- Added tests
- Added exception classes and phpdocs
- 069d612 2015-12-14 PHPDocs updated @SilverFire
- 3e10511 2015-12-11 PHPDocs improved @SilverFire
- 02c352d 2015-12-11 Added exception classes @SilverFire
- Added gateway specifics facility
- Changed: redone to be generalization over Omnipay and Payum
- Added basics
- f86effd 2015-11-04 php-cs-fixed @hiqsol
- 889dabe 2015-11-04 + getConfig() @hiqsol
- 13c6a7f 2015-11-04 redone description/label -> paymentDescription/Label @hiqsol
- 58fedba 2015-11-04 removed home-made exceptions @hiqsol
- 746e713 2015-10-31 changed returnUrl to get parameters; + mget() @hiqsol
- acc77aa 2015-10-30 redone validateMoney <- checkMoney @hiqsol
- d8de4f9 2015-10-30 renamed 'scheme' <- 'proto' @hiqsol
- 7e12a55 2015-10-30 changed: redone to use system <- name @hiqsol
- ed71fa4 2015-10-23 + getCents/Time/UniqId, + formatDatetime, + checkMoney, + curl @hiqsol
- e7330e2 2015-10-22 removed PayPalMerchant to hiqdev\php-merchant-paypal @hiqsol
- d3cdf7a 2015-10-22 + rendering form, + guessClass @hiqsol
- e4440a8 2015-10-21 php-cs-fixed @hiqsol
- 94c692a 2015-10-21 hideved @hiqsol
- ae6db66 2015-10-21 inited @hiqsol