test into master #102

Merged
juan merged 6 commits from test into master 2025-01-28 08:18:34 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 35efe67c63 - Show all commits

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": {