WIP: fix: use salix for myTpvTransaction_end #127
Loading…
Reference in New Issue
No description provided.
Delete Branch "ldragan/hedera-web:taro/tpv"
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?
TODO: probar este cambio (cómo?)
Intenté probar esta llamada insertando data a mano en la DB, pero no logré crear data falsa que pase ciertas validaciones. Por otro lado, me daría más tranquilidad hacer una prueba "real" — siguiendo un flujo, como lo haría un usuario, y no insertando data falsa a mano en la DB.
@ -15,0 +14,4 @@
await api.post('applications/myTpvTransaction_end/execute-proc', new URLSearchParams({
schema: 'hedera',
params: `[${order}, ${status}]`,
Si
order
ostatus
no son numéricos, esto debería incluir comillas.creo que con JSON.stringify se debería resolver.
Al menos así lo hemos hecho en Lilium