Skip to content

[MKT-881]:feat/improve GA service pushes#2014

Draft
jaaaaavier wants to merge 2 commits into
masterfrom
feat/ga.service-improves
Draft

[MKT-881]:feat/improve GA service pushes#2014
jaaaaavier wants to merge 2 commits into
masterfrom
feat/ga.service-improves

Conversation

@jaaaaavier

Copy link
Copy Markdown
Contributor

Description

Related Issues

Related Pull Requests

Checklist

  • Changes have been tested locally.
  • Unit tests have been written or updated as necessary.
  • The code adheres to the repository's coding standards.
  • Relevant documentation has been added or updated.
  • No new warnings or errors have been introduced.
  • SonarCloud issues have been reviewed and addressed.
  • QA Passed

Testing Process

Additional Notes

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 1, 2026

Copy link
Copy Markdown

Deploying drive-web with  Cloudflare Pages  Cloudflare Pages

Latest commit: c36b288
Status: ✅  Deploy successful!
Preview URL: https://6103a28a.drive-web.pages.dev
Branch Preview URL: https://feat-ga-service-improves.drive-web.pages.dev

View logs

const value = Number.parseFloat(amountPaid);

const eventId =
localStorageService.get('subscriptionId') ??

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now you need localStorageService.get(LocalStorageItem.SubscriptionID);

@TamaraFinogina TamaraFinogina left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

localStorageService.get now only accepts LocalStorageItem as input, won't work otherwise. Please don't use strings

@jaaaaavier

Copy link
Copy Markdown
Contributor Author

localStorageService.get now only accepts LocalStorageItem as input, won't work otherwise. Please don't use strings

Perfect!! Thank you!

@sonarqubecloud

sonarqubecloud Bot commented Jul 2, 2026

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants