mirror of
https://github.com/mewebstudio/pos.git
synced 2026-04-26 01:45:55 +03:00
[PR #88] [MERGED] PSR-18 HTTP Client | PSR-3 logger support #206
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#206
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/88
Author: @nuryagdym
Created: 9/3/2022
Status: ✅ Merged
Merged: 9/3/2022
Merged by: @nuryagdym
Base:
master← Head:psr-logger-integration📝 Commits (10+)
9aefc73added deprecation notes999fabaremoved deprecated code8712688installed PSR-3 loggere6f2170integrated logger into POS gateways4be352dadded metadata to gateways511bd5aadded logs in gateways for 3d payment5a4a620PosInterface - removed __constructor definition8d7e07badded some commentsf5529e2update log functions351743bupdated example header📊 Changes
49 files changed (+747 additions, -826 deletions)
View changed files
📝
.github/workflows/ci-php.yml(+1 -1)📝
.gitignore(+2 -0)📝
README.md(+27 -3)📝
composer.json(+8 -3)📝
docs/CHANGELOG.md(+28 -0)📝
examples/_main_config.php(+10 -1)📝
examples/template/_header.php(+2 -2)📝
examples/vakifbank/3d/response.php(+1 -9)➕
src/Client/HttpClient.php(+78 -0)📝
src/Entity/Card/AbstractCreditCard.php(+32 -39)📝
src/Entity/Card/CreditCard.php(+1 -121)➖
src/Entity/Card/CreditCardEstPos.php(+0 -43)➖
src/Entity/Card/CreditCardGarantiPos.php(+0 -18)➖
src/Entity/Card/CreditCardInterPos.php(+0 -44)➖
src/Entity/Card/CreditCardKuveytPos.php(+0 -43)➖
src/Entity/Card/CreditCardPayFor.php(+0 -18)➖
src/Entity/Card/CreditCardPosNet.php(+0 -18)➖
src/Entity/Card/CreditCardVakifBank.php(+0 -64)📝
src/Exceptions/CardTypeNotSupportedException.php(+2 -1)📝
src/Exceptions/CardTypeRequiredException.php(+2 -1)...and 29 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.