Skip to content

Commit

Permalink
LI-26897: Crowdstrike External Network Pentest | Internal Systems Dis…
Browse files Browse the repository at this point in the history
…closed in Public GitHub Repositories
  • Loading branch information
yehor-anisimov committed Nov 28, 2023
1 parent c94e90a commit eece28c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,8 @@ export function insertPptm(env : string = getEnv(), isDebug : boolean = getDebug

// We do not want to load pptm.js for shopping component. Merchant may always add muse, checkout button to load pptms.js if neeeded.
// However, shopping component will be a replacement of pptm.js. Some merchant may use it to publish store cash events.
// https://engineering.paypalcorp.com/jira/browse/DTSHOPSDK-295


if ((!_isPayPalDomain()) && (!_isShoppingSdkComponent())) {
// https://engineering.paypalcorp.com/jira/browse/PPPLMER-79439
// When merchants test the SDK using a sandbox client ID, it pulls in tagmanager/pptm.js
// and that code makes calls to QA FPTI since it infers the environment as sandbox.
// These calls fail on the public internet, so we only want to make these calls
Expand Down

0 comments on commit eece28c

Please sign in to comment.