[PR #70] [MERGED] Single credit card update #196

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

📋 Pull Request Information

Original PR: https://github.com/mewebstudio/pos/pull/70
Author: @nuryagdym
Created: 4/18/2022
Status: Merged
Merged: 4/18/2022
Merged by: @nuryagdym

Base: masterHead: single-credit-card-update


📝 Commits (5)

  • aeb1c98 use single credit card class
  • d44768f Merge branch 'posnet-refactor-oostransaction-method' into single-credit-card-update
  • 083f3cc examples - improved codes and removed some code duplications
  • 3049ec4 improved KuveyPos and InterPos
  • 469d7bc add CHANGELOG.md

📊 Changes

107 files changed (+2342 additions, -2074 deletions)

View changed files

📝 README.md (+14 -1)
docs/CHANGELOG.md (+20 -0)
examples/_common-codes/3d-host/index.php (+14 -0)
examples/_common-codes/3d/form.php (+33 -0)
examples/_common-codes/3d/index.php (+10 -0)
examples/_common-codes/regular/form.php (+11 -0)
📝 examples/_main_config.php (+56 -0)
📝 examples/akbank/3d-host/index.php (+1 -12)
📝 examples/akbank/3d-pay/form.php (+1 -29)
📝 examples/akbank/3d-pay/index.php (+1 -8)
📝 examples/akbank/3d/form.php (+1 -32)
📝 examples/akbank/3d/index.php (+1 -8)
📝 examples/akbank/_payment_config.php (+11 -29)
📝 examples/akbank/regular/cancel.php (+1 -1)
📝 examples/akbank/regular/form.php (+1 -16)
📝 examples/akbank/regular/index.php (+1 -8)
📝 examples/akbank/regular/post-auth.php (+1 -1)
📝 examples/akbank/regular/refund.php (+1 -1)
📝 examples/finansbank-payfor/3d-host/index.php (+1 -12)
📝 examples/finansbank-payfor/3d-pay/form.php (+1 -28)

...and 80 more files

📄 Description

  • Reduced credit card classes to a single CreditCard class.
  • improved KuveytPos and InterPos
  • simplified example codes

🔄 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/70 **Author:** [@nuryagdym](https://github.com/nuryagdym) **Created:** 4/18/2022 **Status:** ✅ Merged **Merged:** 4/18/2022 **Merged by:** [@nuryagdym](https://github.com/nuryagdym) **Base:** `master` ← **Head:** `single-credit-card-update` --- ### 📝 Commits (5) - [`aeb1c98`](https://github.com/mewebstudio/pos/commit/aeb1c98d92b3aa37b5fb6ca8b81c23293c4ddfeb) use single credit card class - [`d44768f`](https://github.com/mewebstudio/pos/commit/d44768f018c686f15ecf32b16afb3f53d23656d6) Merge branch 'posnet-refactor-oostransaction-method' into single-credit-card-update - [`083f3cc`](https://github.com/mewebstudio/pos/commit/083f3cc420c946659cd28bdc8aa618e31a59a110) examples - improved codes and removed some code duplications - [`3049ec4`](https://github.com/mewebstudio/pos/commit/3049ec4e24df77ec8aeb9eb8c508a6e9e5f81a47) improved KuveyPos and InterPos - [`469d7bc`](https://github.com/mewebstudio/pos/commit/469d7bc4215ce55fe80a7d7738661d416347fbfb) add CHANGELOG.md ### 📊 Changes **107 files changed** (+2342 additions, -2074 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+14 -1) ➕ `docs/CHANGELOG.md` (+20 -0) ➕ `examples/_common-codes/3d-host/index.php` (+14 -0) ➕ `examples/_common-codes/3d/form.php` (+33 -0) ➕ `examples/_common-codes/3d/index.php` (+10 -0) ➕ `examples/_common-codes/regular/form.php` (+11 -0) 📝 `examples/_main_config.php` (+56 -0) 📝 `examples/akbank/3d-host/index.php` (+1 -12) 📝 `examples/akbank/3d-pay/form.php` (+1 -29) 📝 `examples/akbank/3d-pay/index.php` (+1 -8) 📝 `examples/akbank/3d/form.php` (+1 -32) 📝 `examples/akbank/3d/index.php` (+1 -8) 📝 `examples/akbank/_payment_config.php` (+11 -29) 📝 `examples/akbank/regular/cancel.php` (+1 -1) 📝 `examples/akbank/regular/form.php` (+1 -16) 📝 `examples/akbank/regular/index.php` (+1 -8) 📝 `examples/akbank/regular/post-auth.php` (+1 -1) 📝 `examples/akbank/regular/refund.php` (+1 -1) 📝 `examples/finansbank-payfor/3d-host/index.php` (+1 -12) 📝 `examples/finansbank-payfor/3d-pay/form.php` (+1 -28) _...and 80 more files_ </details> ### 📄 Description - **Reduced credit card classes to a single `CreditCard` class.** - improved **KuveytPos** and **InterPos** - simplified example codes --- <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:53 +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#196
No description provided.