[PR #1827] [MERGED] New Script: Paymenter #3250

Closed
opened 2026-02-05 05:36:35 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/1827
Author: @opastorello
Created: 1/28/2025
Status: Merged
Merged: 1/31/2025
Merged by: @michelroegl-brunner

Base: mainHead: main


📝 Commits (10+)

📊 Changes

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

View changed files

ct/paymenter.sh (+56 -0)
install/paymenter-install.sh (+140 -0)
json/paymenter.json (+34 -0)

📄 Description

✍️ Description

Paymenter is an open source webshop solution for hosting companies. It's developed to provide an more easy way to manage your hosting company.

Prerequisites

The following steps must be completed for the pull request to be considered:

  • Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.)
  • Testing performed (I have thoroughly tested my changes and verified expected functionality.)

🛠️ Type of Change

Please check the relevant options:

  • Bug fix (non-breaking change that resolves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change unexpectedly)
  • New script (a fully functional and thoroughly tested script or set of scripts)

🔄 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/community-scripts/ProxmoxVE/pull/1827 **Author:** [@opastorello](https://github.com/opastorello) **Created:** 1/28/2025 **Status:** ✅ Merged **Merged:** 1/31/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`9268b44`](https://github.com/community-scripts/ProxmoxVE/commit/9268b44dde0da9ab2f4a0e46145ea1a90952e3f1) Create paymenter.json - [`03d44f9`](https://github.com/community-scripts/ProxmoxVE/commit/03d44f9574aa4db2aa00e622b104fe5aa693a860) Create paymenter.sh - [`1455f9e`](https://github.com/community-scripts/ProxmoxVE/commit/1455f9e00cfd752b0715e2e3ce5885bf97fd5e45) Create paymenter-install.sh - [`1873eba`](https://github.com/community-scripts/ProxmoxVE/commit/1873eba413b9e77193ea00e5d184a4bdd86c3295) Update paymenter-install.sh - [`d2b2ffa`](https://github.com/community-scripts/ProxmoxVE/commit/d2b2ffa3d5164dfab2abcb772d6a17c92882ed65) Update install/paymenter-install.sh - [`5ccff2a`](https://github.com/community-scripts/ProxmoxVE/commit/5ccff2a5b6334ad4bc95ac187504c1cd6835dea6) Update paymenter.sh - [`66d8080`](https://github.com/community-scripts/ProxmoxVE/commit/66d808024f70f797c0817a7f91cbe647d366ff6d) Update paymenter-install.sh - [`10b3dd8`](https://github.com/community-scripts/ProxmoxVE/commit/10b3dd8df98c855be375021485287bac338f6b9c) Update install/paymenter-install.sh - [`24cd5bf`](https://github.com/community-scripts/ProxmoxVE/commit/24cd5bf7a36446627dc96167b1d6b7ff3044e91d) Update ct/paymenter.sh - [`6014726`](https://github.com/community-scripts/ProxmoxVE/commit/601472659c6e14a4e02af2d70a782a8e10248f1b) Update paymenter.json ### 📊 Changes **3 files changed** (+230 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/paymenter.sh` (+56 -0) ➕ `install/paymenter-install.sh` (+140 -0) ➕ `json/paymenter.json` (+34 -0) </details> ### 📄 Description ## ✍️ Description Paymenter is an open source webshop solution for hosting companies. It's developed to provide an more easy way to manage your hosting company. ## ✅ Prerequisites The following steps must be completed for the pull request to be considered: - [X] Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.) - [X] Testing performed (I have thoroughly tested my changes and verified expected functionality.) ## 🛠️ Type of Change Please check the relevant options: - [ ] Bug fix (non-breaking change that resolves an issue) - [ ] New feature (non-breaking change that adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change unexpectedly) - [X] New script (a fully functional and thoroughly tested script or set of scripts) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 05:36:35 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#3250