You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to implement an order management system to the application.
Scenario - When the user complete their payment process and it's valid, the system should automatically place the order in the system. And the order details should send to the user via email
Order modal class attributes
id
user_id -> reference to the user table
product_id -> reference to the product table
total unit price
created_date
The text was updated successfully, but these errors were encountered:
Need to implement an order management system to the application.
Scenario - When the user complete their payment process and it's valid, the system should automatically place the order in the system. And the order details should send to the user via email
Order modal class attributes
The text was updated successfully, but these errors were encountered: