# Vouchers

Ashley had an open PR where it made the voucher code dynamic with the offers that were attached to it. For testing, we had to create fake vouchers and I had no idea how to do it. She called me to walk me through it, and we can make them in admin, in the rails console, or with a rake command. The first two are options if you want to make them manually and set them up how you want (ex. make the discounts numbers that kinda wild so when the message pops up you know it worked) and the rake command makes them automatically but you have to set the discount amounts on there.

It was cool to see and in the future I will be making them on my own and will know how to test it!
