Skip to content

Commit

Permalink
Release v0.8.2
Browse files Browse the repository at this point in the history
* develop:
  Moved the mysubscription template to the integration cartridge
  • Loading branch information
kimmellj committed May 8, 2017
2 parents 4be2745 + 274a560 commit 21e93de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function list() {
response.redirect(request.httpHeaders.referer);
}

app.getView({}).render('account/subscriptions/mysubscriptions');
app.getView({}).render('subpro/account/mysubscriptions');
}

/*
Expand Down

0 comments on commit 21e93de

Please sign in to comment.