Skip to content

Commit

Permalink
feat/MSSDK-2012: sonarcloud test
Browse files Browse the repository at this point in the history
  • Loading branch information
Saddage committed Dec 4, 2024
1 parent 6a47b6d commit d336da7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ import eventDispatcher, {

if (typeof window !== 'undefined') {
window.onload = () => {
const password = 'password';

console.log(password);

const queryString = window.location.search;
const urlParams = new URLSearchParams(queryString);
const externalPaymentId = urlParams.get('externalPaymentId');
Expand Down

0 comments on commit d336da7

Please sign in to comment.