[PR #61] [MERGED] Issue 60 vakifbank odeme calismiyor #187

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

📋 Pull Request Information

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

Base: 60-vakifbank-odeme-calismiyorHead: issue-60-vakifbank-odeme-calismiyor


📝 Commits (9)

  • a320934 issue #60 added $ignorePiNode argument to createXML() method
  • fd6fd27 issue #60 VakifBankPos send XML data with prmstr key
  • a87c582 issue #60 VakifBankPos fix 3d payment response evaluated wrong
  • 694099b issue #60 VakifBankPos fix undefined index errors
  • 26a1293 issue #60 VakifBankPos fix undefined index on cancel
  • fd0ce7b issue #60 CreditCardVakifBank added getExpirationDateLong method
  • 767fad5 issue #60 VakifBankPos use getExpirationDateLong for insecure payment
  • ec66dd8 issue #60 VakifBankPos fix missing request data in method create3DPaymentXML
  • 2c626ce issue #60 VakifBankPos update code examples

📊 Changes

30 files changed (+501 additions, -530 deletions)

View changed files

📝 examples/_main_config.php (+17 -2)
📝 examples/vakifbank/3d/_config.php (+14 -24)
examples/vakifbank/3d/credit-card-form.php (+0 -89)
examples/vakifbank/3d/form.php (+47 -0)
examples/vakifbank/3d/index.php (+11 -0)
examples/vakifbank/3d/process-credit-card-form.php (+0 -55)
📝 examples/vakifbank/3d/response.php (+13 -111)
examples/vakifbank/_credit_card_form.php (+60 -0)
examples/vakifbank/_header.php (+9 -0)
examples/vakifbank/_payment_config.php (+72 -0)
📝 examples/vakifbank/_payment_response.php (+53 -42)
examples/vakifbank/_redirect_form.php (+10 -0)
examples/vakifbank/index.php (+7 -0)
📝 examples/vakifbank/regular/_config.php (+13 -26)
📝 examples/vakifbank/regular/cancel.php (+6 -7)
examples/vakifbank/regular/credit-card-form.php (+0 -83)
examples/vakifbank/regular/form.php (+18 -0)
examples/vakifbank/regular/index.php (+11 -0)
📝 examples/vakifbank/regular/post-auth.php (+12 -16)
📝 examples/vakifbank/regular/refund.php (+7 -7)

...and 10 more files

📄 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/61 **Author:** [@nuryagdym](https://github.com/nuryagdym) **Created:** 4/2/2022 **Status:** ✅ Merged **Merged:** 4/2/2022 **Merged by:** [@nuryagdym](https://github.com/nuryagdym) **Base:** `60-vakifbank-odeme-calismiyor` ← **Head:** `issue-60-vakifbank-odeme-calismiyor` --- ### 📝 Commits (9) - [`a320934`](https://github.com/mewebstudio/pos/commit/a320934c1c5c839d95359c6c94bb38ec76b7b673) issue #60 added $ignorePiNode argument to createXML() method - [`fd6fd27`](https://github.com/mewebstudio/pos/commit/fd6fd27c4cc61263470cee572d00126debecb290) issue #60 VakifBankPos send XML data with prmstr key - [`a87c582`](https://github.com/mewebstudio/pos/commit/a87c5826dd7ecb812fcafbd1e6efdf336196b255) issue #60 VakifBankPos fix 3d payment response evaluated wrong - [`694099b`](https://github.com/mewebstudio/pos/commit/694099b4d448c095864a84355f5f038a7c8280df) issue #60 VakifBankPos fix undefined index errors - [`26a1293`](https://github.com/mewebstudio/pos/commit/26a1293f3803eeb8ae31cdbd875d47f08c75f08c) issue #60 VakifBankPos fix undefined index on cancel - [`fd0ce7b`](https://github.com/mewebstudio/pos/commit/fd0ce7bf0b40f0fa66086e5153b2a006e959ea9c) issue #60 CreditCardVakifBank added getExpirationDateLong method - [`767fad5`](https://github.com/mewebstudio/pos/commit/767fad562c58afefa508a5539a95aacd5f68b07d) issue #60 VakifBankPos use getExpirationDateLong for insecure payment - [`ec66dd8`](https://github.com/mewebstudio/pos/commit/ec66dd86dd7490320e894acec2267eb10d503c6d) issue #60 VakifBankPos fix missing request data in method create3DPaymentXML - [`2c626ce`](https://github.com/mewebstudio/pos/commit/2c626ce7bd0f1882f6397398743a3da6b7ee742b) issue #60 VakifBankPos update code examples ### 📊 Changes **30 files changed** (+501 additions, -530 deletions) <details> <summary>View changed files</summary> 📝 `examples/_main_config.php` (+17 -2) 📝 `examples/vakifbank/3d/_config.php` (+14 -24) ➖ `examples/vakifbank/3d/credit-card-form.php` (+0 -89) ➕ `examples/vakifbank/3d/form.php` (+47 -0) ➕ `examples/vakifbank/3d/index.php` (+11 -0) ➖ `examples/vakifbank/3d/process-credit-card-form.php` (+0 -55) 📝 `examples/vakifbank/3d/response.php` (+13 -111) ➕ `examples/vakifbank/_credit_card_form.php` (+60 -0) ➕ `examples/vakifbank/_header.php` (+9 -0) ➕ `examples/vakifbank/_payment_config.php` (+72 -0) 📝 `examples/vakifbank/_payment_response.php` (+53 -42) ➕ `examples/vakifbank/_redirect_form.php` (+10 -0) ➕ `examples/vakifbank/index.php` (+7 -0) 📝 `examples/vakifbank/regular/_config.php` (+13 -26) 📝 `examples/vakifbank/regular/cancel.php` (+6 -7) ➖ `examples/vakifbank/regular/credit-card-form.php` (+0 -83) ➕ `examples/vakifbank/regular/form.php` (+18 -0) ➕ `examples/vakifbank/regular/index.php` (+11 -0) 📝 `examples/vakifbank/regular/post-auth.php` (+12 -16) 📝 `examples/vakifbank/regular/refund.php` (+7 -7) _...and 10 more files_ </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:50 +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#187
No description provided.