blu-rayy / movie-rental

Movie Rental System using C++
0 stars 1 forks source link

customer_ID not reflecting properly #3

Closed blu-rayy closed 4 months ago

blu-rayy commented 4 months ago

Upon renting a video, it does not properly reflect whom the customer_ID is attached to

cr.rent_video(rent, 3, "3S"); //renting video Interstellar with VID 3S // rented by customer_ID #3 : Miles Morales

customer_rent.txt file output: 3S, Interstellar, Sci-Fi, Paramount Pictures, 5 & 1, John Doe, 123 Main St @ 2024-07-13 21:03:01

Does not properly reflect the customer. Screenshot 2024-07-13 211123