Commerce::Payment has been sessionized and the API propagated :)
to where it's used.
This commit is contained in:
parent
297b9f8487
commit
5c5c8075cf
6 changed files with 56 additions and 23 deletions
|
|
@ -238,7 +238,7 @@ sub www_editSubscription {
|
|||
-label => $i18n->get('subscription duration'),
|
||||
-hoverHelp => $i18n->get('subscription duration description'),
|
||||
-value => [$properties->{duration} || 'Monthly'],
|
||||
-options=> WebGUI::Commerce::Payment::recurringPeriodValues
|
||||
-options=> WebGUI::Commerce::Payment->recurringPeriodValues($session),
|
||||
);
|
||||
$f->text(
|
||||
-name => 'executeOnSubscription',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue