mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
update-balance if link succesfully generated
This commit is contained in:
parent
5d8fed9c31
commit
36b4c6cce7
@ -143,6 +143,10 @@ export default {
|
||||
.then((result) => {
|
||||
this.code = result.data.createTransactionLink.code
|
||||
this.currentTransactionStep = TRANSACTION_STEPS.transactionResultLink
|
||||
this.$emit(
|
||||
'update-balance',
|
||||
this.transactionData.amount + this.transactionData.amount * 0.028,
|
||||
)
|
||||
})
|
||||
.catch((error) => {
|
||||
this.toastError(error)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user