refs #8471 Order confirm code fix
gitea/hedera-web/pipeline/head This commit looks good Details
gitea/hedera-web/pipeline/pr-dev Build started... Details

This commit is contained in:
Juan Ferrer 2025-01-24 09:13:53 +01:00
parent 6dbcf162ca
commit 35efe67c63
3 changed files with 3 additions and 3 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (25.4.2) stable; urgency=low
hedera-web (25.4.3) stable; urgency=low
* Initial Release.

View File

@ -67,7 +67,7 @@ export default new Class({
methods = ['balance'];
selectedMethod = 'BALANCE';
} else {
methods = ['card', 'transfer'];
methods = ['card'];
if (!creditExceededCond) {
methods.push('credit');

View File

@ -1,6 +1,6 @@
{
"name": "hedera-web",
"version": "25.4.2",
"version": "25.4.3",
"description": "Verdnatura web page",
"license": "GPL-3.0",
"repository": {