Account release candidate - final changes before merge
This commit is contained in:
parent
aec93573f0
commit
11d18075fa
45 changed files with 3379 additions and 1325 deletions
|
|
@ -519,7 +519,12 @@ Displays the default thank you page.
|
|||
sub thankYou {
|
||||
my ($self) = @_;
|
||||
my $i18n = WebGUI::International->new($self->session,'Shop');
|
||||
return $self->www_viewMy($self->session, $self, $i18n->get('thank you message'));
|
||||
#return $self->www_viewMy($self->session, $self, $i18n->get('thank you message'));
|
||||
|
||||
#Otherwise wrap the template into the account layout
|
||||
my $args = [$self,$i18n->get('thank you message')];
|
||||
my $instance = WebGUI::Content::Account->createInstance($self->session,"shop");
|
||||
return $instance->displayContent($instance->callMethod("viewTransaction",$args));
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -821,6 +826,8 @@ STOP
|
|||
Display a quick list of the user's transactions, with links for more detailed information about
|
||||
each one in the list.
|
||||
|
||||
DEPRECATED - Use WebGUI::Account::Shop
|
||||
|
||||
=cut
|
||||
|
||||
sub www_manageMy {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue