Skip to content

Commit

Permalink
Merge pull request #11 from hlxsites/USF-957
Browse files Browse the repository at this point in the history
  • Loading branch information
OscarMerino authored Feb 19, 2024
2 parents 271646d + 6e5b4f1 commit 560822b
Show file tree
Hide file tree
Showing 17 changed files with 33 additions and 34 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ export default async function decorate(block) {

return provider.render(OrderConfirmation, {
orderRef,
// eslint-disable-next-line no-console
onContinueShopping: () => window.location.replace('/'),
onGoToHomepage: () => window.location.replace('/'),
routeHome: () => '/',
routeSupport: () => '/support',
})(block);
}
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"dependencies": {
"@dropins/elsie": "latest",
"@dropins/storefront-cart": "~0.1.0-alpha7",
"@dropins/storefront-checkout": "~0.1.0-alpha18",
"@dropins/storefront-order-confirmation": "~0.1.0-alpha9",
"@dropins/storefront-checkout": "~0.1.0-alpha19",
"@dropins/storefront-order-confirmation": "~0.1.0-alpha10",
"@dropins/storefront-pdp": "~0.2.1-alpha2"
}
}
2 changes: 1 addition & 1 deletion scripts/__dropins__/storefront-checkout/256.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions scripts/__dropins__/storefront-checkout/736.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scripts/__dropins__/storefront-checkout/872.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions scripts/__dropins__/storefront-checkout/876.js

This file was deleted.

Loading

0 comments on commit 560822b

Please sign in to comment.