Skip to content

Commit

Permalink
[req-change] Refresh radius token after successful payment
Browse files Browse the repository at this point in the history
  • Loading branch information
pandafy committed Jan 16, 2024
1 parent 70ae38b commit f00e9a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/utils/get-payment-status.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ const getPaymentStatusRedirectUrl = async (
is_verified: true,
payment_url: null,
mustLogin: true,
// For refreshing of radius_user_token which is required
// when the user is upgrading from the status modal after
// exhausting limits on their current plan.
radius_user_token: undefined,
});
}
return `/${orgSlug}/payment/${paymentStatus}`;
Expand Down

0 comments on commit f00e9a8

Please sign in to comment.