Add articles reset to kpsul.reset
This commit is contained in:
parent
021937a38e
commit
9c559d9ec3
1 changed files with 2 additions and 0 deletions
|
@ -11,9 +11,11 @@ class KPsulManager {
|
|||
soft = soft || false;
|
||||
|
||||
this.account_manager.reset();
|
||||
this.article_manager.reset();
|
||||
|
||||
if (!soft) {
|
||||
this.checkout_manager.reset();
|
||||
this.article_manager.reset_data();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue