Skip to content

Commit

Permalink
self-xdsd#282 Stripe wallet is now shown after setup
Browse files Browse the repository at this point in the history
  • Loading branch information
alilosoft committed Jan 3, 2021
1 parent 0df95c0 commit c12d198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/public/js/wallets.js
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit c12d198

Please sign in to comment.