Skip to content

Commit

Permalink
updated hub billing to new api incl. enhanced security via session ve…
Browse files Browse the repository at this point in the history
…rification
  • Loading branch information
tobihagemann committed Jul 28, 2023
1 parent bc7d7a9 commit 3cfca96
Show file tree
Hide file tree
Showing 5 changed files with 222 additions and 112 deletions.
2 changes: 1 addition & 1 deletion assets/js/customerportal.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class CustomerPortal {
}).done(_ => {
this.onRequestSucceeded();
}).fail(xhr => {
this.onRequestFailed(xhr.responseJSON?.message || 'Requesting supporter certificate failed.');
this.onRequestFailed(xhr.responseJSON?.message || 'Requesting customer portal failed.');
});
}

Expand Down
Loading

0 comments on commit 3cfca96

Please sign in to comment.