fixed Typo in Subscription Sku prevented karma from being transferred to users.
This commit is contained in:
parent
40514a2533
commit
be4377f48c
2 changed files with 2 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ sub apply {
|
|||
}
|
||||
|
||||
# Add karma to the user's account
|
||||
if ($session->setting->get('userKarma')) {
|
||||
if ($session->setting->get('useKarma')) {
|
||||
WebGUI::User->new($session,$userId)->karma($self->get('karma'), 'Subscription', 'Added for purchasing subscription '.$self->get('title'));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue