mirror of
https://github.com/mewebstudio/pos.git
synced 2026-04-26 09:55:52 +03:00
[PR #7] [MERGED] replace mcrypt and some fixes, enhancements, unit tests #161
Labels
No labels
PayFlexV4
TROY
akbankpos
bug
duplicate
enhancement
garanti
help wanted
isbank
kuveyt
payten
posnet
pull-request
vakifbank
ziraat
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pos#161
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mewebstudio/pos/pull/7
Author: @nuryagdym
Created: 4/5/2020
Status: ✅ Merged
Merged: 4/10/2020
Merged by: @mewebstudio
Base:
master← Head:master📝 Commits (10+)
1877448replace deprecated mcrypt with openssl. and other minor changes0946042remove delete method calls9ec08b0PHPUnit init and PosNetCrypt.php unit tests4831b0fPHPUnit more testsa6c30b7update Yapikredi URLS and add TEB bank7487ad4simplify check3Dhash method and PHPUnit test for it1d1b092fix response parameter names70c6746add MAC field to requests and verify received MAC02013f2update symfony/serializer to 5.02079c14comparing hostnames causes 3Dhash verification to fail in some cases. For example, in the Yapikredi documentation the url we need to use is📊 Changes
14 files changed (+1160 additions, -451 deletions)
View changed files
📝
composer.json(+6 -3)📝
config/pos.php(+23 -4)➕
phpunit.xml(+25 -0)📝
src/EstPos.php(+342 -300)📝
src/GarantiPos.php(+43 -6)📝
src/Pos.php(+35 -0)📝
src/PosHelpersTrait.php(+19 -5)📝
src/PosNet.php(+148 -62)📝
src/PosNetCrypt.php(+33 -71)➕
tests/EstPostTest.php(+149 -0)➕
tests/GarantiPosTest.php(+98 -0)➕
tests/PosNetCryptTest.php(+35 -0)➕
tests/PosNetTest.php(+110 -0)➕
tests/PosTest.php(+94 -0)📄 Description
Production ortamda Yapikredi testleri yapildi:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.