[PR #32] Added 2 order and 1 invoice method. #32

Open
opened 2026-03-02 11:43:02 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ismail0234/n11-php-api/pull/32
Author: @umutkorkmaaz
Created: 11/25/2023
Status: 🔄 Open

Base: masterHead: master


📝 Commits (7)

  • 21d2c71 Implement acceptOrder and seperateCombineItems
  • e554db3 Change package name to use with composer
  • b8a092a Create SellerInvoiceService
  • 86d050d Add SellerInvoiceService to Gateway
  • a4b943a Merge pull request #1 from umutkorkmaaz/dev-master
  • 0397898 Update composer.json
  • d994f96 Doc updates

📊 Changes

3 files changed (+81 additions, -0 deletions)

View changed files

📝 IS/PazarYeri/N11/Helper/Gateway.php (+1 -0)
📝 IS/PazarYeri/N11/Services/OrderService.php (+43 -0)
IS/PazarYeri/N11/Services/SellerInvoiceService.php (+37 -0)

📄 Description

Order Methods

  • SeparateCombinedItems
  • OrderItemAccept

Invoice Method

  • saveLinkSellerInvoice

Important Note: Methods are not tested.


🔄 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/ismail0234/n11-php-api/pull/32 **Author:** [@umutkorkmaaz](https://github.com/umutkorkmaaz) **Created:** 11/25/2023 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (7) - [`21d2c71`](https://github.com/ismail0234/n11-php-api/commit/21d2c71bc3718ff78605a7fb9900980191237407) Implement acceptOrder and seperateCombineItems - [`e554db3`](https://github.com/ismail0234/n11-php-api/commit/e554db3b7faf9c1f016244a6fbe9ed1b172e08d8) Change package name to use with composer - [`b8a092a`](https://github.com/ismail0234/n11-php-api/commit/b8a092a06ff3822cdbcd95faed82f490c3540d3f) Create SellerInvoiceService - [`86d050d`](https://github.com/ismail0234/n11-php-api/commit/86d050d2ccc1939ae68b474d3ceb14a00f3edae2) Add SellerInvoiceService to Gateway - [`a4b943a`](https://github.com/ismail0234/n11-php-api/commit/a4b943a65a86abf80b078429e7e43669a22fc747) Merge pull request #1 from umutkorkmaaz/dev-master - [`0397898`](https://github.com/ismail0234/n11-php-api/commit/0397898b67ec214aba93d9c4e7884258fe2bab9f) Update composer.json - [`d994f96`](https://github.com/ismail0234/n11-php-api/commit/d994f965b933226b4540b8dac9ca01183d082147) Doc updates ### 📊 Changes **3 files changed** (+81 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `IS/PazarYeri/N11/Helper/Gateway.php` (+1 -0) 📝 `IS/PazarYeri/N11/Services/OrderService.php` (+43 -0) ➕ `IS/PazarYeri/N11/Services/SellerInvoiceService.php` (+37 -0) </details> ### 📄 Description ## Order Methods - SeparateCombinedItems - OrderItemAccept ## Invoice Method - saveLinkSellerInvoice _Important Note: Methods are not tested._ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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/n11-php-api#32
No description provided.