MindfulLearner / php-oop-2

API logic behind pure js and pure php
0 stars 0 forks source link

PHP | Calculate product price with discount for registered users #4

Closed MindfulLearner closed 1 month ago

MindfulLearner commented 1 month ago

Description: Implement a method to calculate the total price of items in the cart. Registered users should receive a 20% discount, while guest users pay the full price.

MindfulLearner commented 1 month ago

done