Skip to content

Commit

Permalink
fix(storefront): Update vbeta-app script with `@ecomplus/storefront-a…
Browse files Browse the repository at this point in the history
…pp@2.0.0-beta.207`

Non-cumulative discounts and fixes for shipping caclulator with disabled auto select
  • Loading branch information
leomp12 committed Aug 22, 2024
1 parent 513bc10 commit 6ff504f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/storefront/src/lib/scripts/vbeta-app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ if (!import.meta.env.SSR) {

const appScript = document.createElement('script');
appScript.src = (window as any)._appScriptSrc
|| 'https://cdn.jsdelivr.net/npm/@ecomplus/storefront-app@2.0.0-beta.205/dist/lib/js/app.js';
|| 'https://cdn.jsdelivr.net/npm/@ecomplus/storefront-app@2.0.0-beta.207/dist/lib/js/app.js';
appScript.onload = onLoad;
document.body.appendChild(appScript);

Expand Down

0 comments on commit 6ff504f

Please sign in to comment.