[PR #1917] [MERGED] Bug fix: Paymenter #3296

Closed
opened 2025-11-20 06:04:01 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: main


📝 Commits (2)

📊 Changes

2 files changed (+2 additions, -2 deletions)

View changed files

📝 ct/paymenter.sh (+1 -1)
📝 install/paymenter-install.sh (+1 -1)

📄 Description

✍️ Description

The Debian system version was written with the first letter capitalized, causing a bug during installation, changed from Debian to debian. The way to call the application name was written incorrectly, it was APP and it should have been APPLICATION.



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)

📋 Additional Information

I noticed that the header is not being displayed, I didn't identify anything incorrect, the paymenter file is in headers and the function is called.


🔄 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/1917 **Author:** [@opastorello](https://github.com/opastorello) **Created:** 1/31/2025 **Status:** ✅ Merged **Merged:** 2/1/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`ab1b28d`](https://github.com/community-scripts/ProxmoxVE/commit/ab1b28d6e8eb92d83e93b63569cfc87f341592ff) Update paymenter.sh - [`e09b99f`](https://github.com/community-scripts/ProxmoxVE/commit/e09b99ff73851c84d97a6a4d07c75c7ecefc8048) Update paymenter-install.sh ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `ct/paymenter.sh` (+1 -1) 📝 `install/paymenter-install.sh` (+1 -1) </details> ### 📄 Description ## ✍️ Description The Debian system version was written with the first letter capitalized, causing a bug during installation, changed from Debian to debian. The way to call the application name was written incorrectly, it was APP and it should have been APPLICATION. - - - - Related PR: #1827 - - - ## ✅ 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: - [X] 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) --- ## 📋 Additional Information I noticed that the header is not being displayed, I didn't identify anything incorrect, the paymenter file is in headers and the function is called. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 06:04:01 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#3296