env variables refactoring

This commit is contained in:
Čarodej
2022-03-02 10:43:27 +01:00
parent ff9198a03e
commit 4b751a29c2
7 changed files with 66 additions and 58 deletions
@@ -162,6 +162,9 @@ export default {
type: 'success',
message: this.$t('Your payment was successfully received.'),
})
// todo: temporary reload function
setTimeout(() => document.location.reload(), 500)
},
paystackClosed() {
// ...
@@ -142,6 +142,7 @@ export default {
})
// TODO: L9 - load credit card after was stored in database
setTimeout(() => document.location.reload(), 500)
}
this.stripe.storingStripePaymentMethod = false
@@ -195,6 +196,6 @@ export default {
this.isCreditCardForm = !this.isCreditCardForm
this.stripeInit()
},
},
}
}
</script>