From c12d198b6e79af83d4324a6764c53e0b8547f077 Mon Sep 17 00:00:00 2001 From: alilosoft Date: Sun, 3 Jan 2021 17:49:04 +0100 Subject: [PATCH] #282 Stripe wallet is now shown after setup --- src/main/resources/public/js/wallets.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/public/js/wallets.js b/src/main/resources/public/js/wallets.js index 051bd777..61162f4b 100644 --- a/src/main/resources/public/js/wallets.js +++ b/src/main/resources/public/js/wallets.js @@ -453,7 +453,7 @@ $(document).ready( $("#stripeCash").html(formatEuro(wallet.cash)); $("#stripeDebt").html(formatEuro(wallet.debt)); $("#stripeAvailable").html(formatEuro(wallet.available)); - cashLimitColor($("#stripeCash"), updatedWallet); + cashLimitColor($("#stripeCash"), wallet); if (wallet.active) { $("#stripeWalletBadge").addClass("badge-success") $("#stripeWalletBadge").html("active")