[PR #26] [MERGED] hata duzeltmeler #168

Closed
opened 2026-03-03 15:43:45 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mewebstudio/pos/pull/26
Author: @nuryagdym
Created: 5/4/2021
Status: Merged
Merged: 5/17/2021
Merged by: @mewebstudio

Base: masterHead: master


📝 Commits (7)

  • f303645 fix issue #23 undefined index
  • 6176790 added unit test run instructions in README.md
  • e5ce005 EstPos added todo job
  • 9562826 added setCard method
  • b79104c closes issue #27
  • 6af7529 AbstractGateway remove invalid and unused USE statements
  • 9704ed5 fix CodeSniffer warnings

📊 Changes

14 files changed (+1816 additions, -1566 deletions)

View changed files

📝 README.md (+7 -0)
📝 src/Gateways/AbstractGateway.php (+17 -12)
📝 src/Gateways/EstPos.php (+235 -217)
📝 src/Gateways/GarantiPos.php (+386 -371)
📝 src/Gateways/PayForPos.php (+188 -183)
📝 src/Gateways/PosNet.php (+256 -246)
📝 src/PosInterface.php (+5 -6)
📝 tests/Entity/Card/CreditCardEstPosTest.php (+1 -2)
📝 tests/Entity/Card/CreditCardPosNetTest.php (+1 -1)
📝 tests/Gateways/EstPostTest.php (+172 -125)
📝 tests/Gateways/GarantiPosTest.php (+272 -198)
📝 tests/Gateways/PayForTest.php (+158 -110)
📝 tests/Gateways/PosNetCryptTest.php (+0 -1)
📝 tests/Gateways/PosNetTest.php (+118 -94)

📄 Description

fix issue #25 and #27 , commit mesajinda yanlislikla 23 yazmisim


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mewebstudio/pos/pull/26 **Author:** [@nuryagdym](https://github.com/nuryagdym) **Created:** 5/4/2021 **Status:** ✅ Merged **Merged:** 5/17/2021 **Merged by:** [@mewebstudio](https://github.com/mewebstudio) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (7) - [`f303645`](https://github.com/mewebstudio/pos/commit/f30364525fc393018ae4f07939de2043023f0941) fix issue #23 undefined index - [`6176790`](https://github.com/mewebstudio/pos/commit/6176790f931e7680a5f7a94b96506007da3e0fc9) added unit test run instructions in README.md - [`e5ce005`](https://github.com/mewebstudio/pos/commit/e5ce005c08d91c269759f2c25625568fb0dc3b60) EstPos added todo job - [`9562826`](https://github.com/mewebstudio/pos/commit/95628261e3edcb5dbcc2bc12be459cbc8233de6a) added setCard method - [`b79104c`](https://github.com/mewebstudio/pos/commit/b79104c586aef2aabf2f6b1b89388c1dda109992) closes issue #27 - [`6af7529`](https://github.com/mewebstudio/pos/commit/6af75295347722435cc7ecfac27f1fef639eb490) AbstractGateway remove invalid and unused USE statements - [`9704ed5`](https://github.com/mewebstudio/pos/commit/9704ed5cce1fd975a1b821b3370d78e346060409) fix CodeSniffer warnings ### 📊 Changes **14 files changed** (+1816 additions, -1566 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+7 -0) 📝 `src/Gateways/AbstractGateway.php` (+17 -12) 📝 `src/Gateways/EstPos.php` (+235 -217) 📝 `src/Gateways/GarantiPos.php` (+386 -371) 📝 `src/Gateways/PayForPos.php` (+188 -183) 📝 `src/Gateways/PosNet.php` (+256 -246) 📝 `src/PosInterface.php` (+5 -6) 📝 `tests/Entity/Card/CreditCardEstPosTest.php` (+1 -2) 📝 `tests/Entity/Card/CreditCardPosNetTest.php` (+1 -1) 📝 `tests/Gateways/EstPostTest.php` (+172 -125) 📝 `tests/Gateways/GarantiPosTest.php` (+272 -198) 📝 `tests/Gateways/PayForTest.php` (+158 -110) 📝 `tests/Gateways/PosNetCryptTest.php` (+0 -1) 📝 `tests/Gateways/PosNetTest.php` (+118 -94) </details> ### 📄 Description fix issue #25 and #27 , commit mesajinda yanlislikla 23 yazmisim --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 15:43:45 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/pos#168
No description provided.