web-manager 3.2.32 → 3.2.33

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/lib/account.js +1 -1
  2. package/package.json +2 -2
package/lib/account.js CHANGED
@@ -407,7 +407,7 @@ Account.prototype._resolveAccount = function (firebaseUser, account, options) {
407
407
  // Set UI elements
408
408
  // In a try/catch because this lib is used in node sometimes
409
409
  try {
410
- var cancelURL = isDevelopment ? 'http://localhost:4001/cancel' : 'https://itwcreativeworks.com/portal/account/manage';
410
+ var cancelURL = isDevelopment ? 'http://localhost:4001/cancel' : 'https://itwcreativeworks.com/portal/account/payment/manage';
411
411
 
412
412
  var billingSubscribeBtn = self.dom.select('.auth-billing-subscribe-btn');
413
413
  var billingUpdateBtn = self.dom.select('.auth-billing-update-btn');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-manager",
3
- "version": "3.2.32",
3
+ "version": "3.2.33",
4
4
  "description": "Easily access important variables such as the query string, current domain, and current page in a single object.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -36,4 +36,4 @@
36
36
  "firebase": "^9.23.0",
37
37
  "lazysizes": "^5.3.2"
38
38
  }
39
- }
39
+ }