[PR #40] [MERGED] fix php 8 version issue #175

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

📋 Pull Request Information

Original PR: https://github.com/mewebstudio/pos/pull/40
Author: @nuryagdym
Created: 10/9/2021
Status: Merged
Merged: 10/14/2021
Merged by: @mewebstudio

Base: masterHead: master


📝 Commits (5)

  • 1cf33f9 fix issue #39 update php version requirement
  • 52cd34f fix typo
  • 0a5c06f AbstractCreditCard throw exception if exp date is invalid
  • 7d3b6fd created AbstractCreditCardTest
  • 6afae22 AbstractCreditCard improvement

📊 Changes

4 files changed (+46 additions, -11 deletions)

View changed files

📝 composer.json (+5 -2)
📝 src/Entity/Card/AbstractCreditCard.php (+16 -8)
tests/Entity/Card/AbstractCreditCardTest.php (+24 -0)
📝 tests/Gateways/VakifBankPosTest.php (+1 -1)

📄 Description

No description provided


🔄 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/40 **Author:** [@nuryagdym](https://github.com/nuryagdym) **Created:** 10/9/2021 **Status:** ✅ Merged **Merged:** 10/14/2021 **Merged by:** [@mewebstudio](https://github.com/mewebstudio) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`1cf33f9`](https://github.com/mewebstudio/pos/commit/1cf33f9bfaf8fe073ae2cee92fc382e172776cd7) fix issue #39 update php version requirement - [`52cd34f`](https://github.com/mewebstudio/pos/commit/52cd34f831ce152e3e4c16b5f2f10c1cb29d56b6) fix typo - [`0a5c06f`](https://github.com/mewebstudio/pos/commit/0a5c06f90b4996087b2b17fd8dc468753e17534a) AbstractCreditCard throw exception if exp date is invalid - [`7d3b6fd`](https://github.com/mewebstudio/pos/commit/7d3b6fdad2f7365d6e63161fd5067d3a49ee7663) created AbstractCreditCardTest - [`6afae22`](https://github.com/mewebstudio/pos/commit/6afae2245669e09797b74bfd85018bc1b2a5595e) AbstractCreditCard improvement ### 📊 Changes **4 files changed** (+46 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `composer.json` (+5 -2) 📝 `src/Entity/Card/AbstractCreditCard.php` (+16 -8) ➕ `tests/Entity/Card/AbstractCreditCardTest.php` (+24 -0) 📝 `tests/Gateways/VakifBankPosTest.php` (+1 -1) </details> ### 📄 Description _No description provided_ --- <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:47 +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#175
No description provided.