style(billing): make comments concise

This commit is contained in:
Tanmay Deep Sharma
2026-06-04 18:59:50 +05:30
parent f1bc3208e9
commit ba38d54321
5 changed files with 10 additions and 37 deletions
@@ -147,8 +147,7 @@ export const actions = {
commit(types.default.SET_ACCOUNT_UI_FLAG, { isSwitchingCurrency: true });
try {
await EnterpriseAccountAPI.switchCurrency(currency);
// Refresh the account so custom_attributes.billing_currency and the
// subscription details reflect the new currency.
// Refresh the account so billing_currency and subscription details reflect the switch.
await dispatch('get', { silent: true });
} catch (error) {
throwErrorMessage(error);