4734-addViaexpress #1629
Labels
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#1629
Loading…
Reference in New Issue
No description provided.
Delete Branch "4734-addViaexpress"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -22,6 +22,7 @@
"ftps": "^1.2.0",
"gm": "^1.25.0",
"got": "^10.7.0",
"handlebars": "^4.7.7",
Eliminar
Esta bien en general pero sería conveniente hacer los cambios propuestos antes de fusionarlo.
@ -0,0 +137,4 @@
clientViaexpress: viaexpressConfig.clientViaexpress,
userViaexpress: viaexpressConfig.userViaexpress,
passwordViaexpress: viaexpressConfig.passwordViaexpress
};
Definir
data
de la siguiente forma y acceder a las propiedades desde la plantilla ejs:@ -0,0 +3,4 @@
url varchar(100) NOT NULL,
clientViaexpress varchar(100) NOT NULL,
userViaexpress varchar(100) NOT NULL,
passwordViaexpress varchar(100) NOT NULL,
Quitar sufijo
Viaexpress
en las columnas, es redundante.