We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0551216 commit 4e3d354Copy full SHA for 4e3d354
src/service/blockchains/stellar.ts
@@ -62,7 +62,6 @@ export async function getBalance(
62
*/
63
64
export let paymentDone: PaymentDone
65
-export let pagoProcess:boolean
66
export let paymentRealized:string
67
export async function createPayment(
68
monto: number,
@@ -100,11 +99,9 @@ export async function createPayment(
100
99
amount:monto,
101
destination: beneficiary,
102
};
103
- pagoProcess=false
104
} catch (err) {
105
- console.log('No se pudo completar la transacción');
+ console.log(err);
106
paymentRealized="fallido"
107
108
}
109
110
0 commit comments