From 82db6aa35c2710e62a8b428e8cc7d97ed8b77d04 Mon Sep 17 00:00:00 2001 From: Steve <34465153+xxl4@users.noreply.github.com> Date: Fri, 26 Jul 2024 11:30:12 +0800 Subject: [PATCH] fix src upselling --- src/Upselling.php | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 src/Upselling.php diff --git a/src/Upselling.php b/src/Upselling.php new file mode 100644 index 0000000..77d3bf1 --- /dev/null +++ b/src/Upselling.php @@ -0,0 +1,42 @@ +cart = $this->cartRepository->getCart(); + } + + + public function applyUpselling($cart) { + // Apply upselling logic here + } +} \ No newline at end of file