Skip to content

Commit 0449b33

Browse files
committed
fix(storefront): Updating checkout vbeta-app script version
1 parent 70e1ffc commit 0449b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/storefront/src/lib/scripts/vbeta-app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ if (!import.meta.env.SSR) {
256256
const loadAppScript = () => {
257257
const appScript = document.createElement('script');
258258
appScript.src = (window as any)._appScriptSrc
259-
|| 'https://cdn.jsdelivr.net/npm/@ecomplus/[email protected].220/dist/lib/js/app.js';
259+
|| 'https://cdn.jsdelivr.net/npm/@ecomplus/[email protected].222/dist/lib/js/app.js';
260260
appScript.onload = () => {
261261
setTimeout(() => {
262262
watchAppRoutes();

0 commit comments

Comments
 (0)