Skip to content

Commit 9786dbf

Browse files
committed
For now, do not add checkouts page
1 parent 5df7dc9 commit 9786dbf

File tree

1 file changed

+2
-1
lines changed
  • services/static-webserver/client/source/class/osparc/desktop/credits

1 file changed

+2
-1
lines changed

services/static-webserver/client/source/class/osparc/desktop/credits/BillingCenter.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ qx.Class.define("osparc.desktop.credits.BillingCenter", {
3636

3737
if (osparc.product.Utils.showS4LStore()) {
3838
this.__addPurchasesPage();
39-
this.__addCheckoutsPage();
39+
// For now, do not add checkouts page
40+
// this.__addCheckoutsPage();
4041
}
4142
},
4243

0 commit comments

Comments
 (0)