Skip to content

Commit

Permalink
fix upselling
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Jul 26, 2024
1 parent 82db6aa commit 1ae2fb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Config/Upselling.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@
'name' => 'Upselling',
'version' => '1.0.0',
'versionNum' => '100',
'description' => 'Upselling',
'author' => 'Steve',
'enabled' => true,
];
1 change: 1 addition & 0 deletions src/Upselling.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ public function __construct(

public function applyUpselling($cart) {
// Apply upselling logic here
var_dump($cart);
}
}

0 comments on commit 1ae2fb4

Please sign in to comment.