Can't pass for the "Built a Cash Register Project"?

Ive passed all the test besides the last two. I’ve been trying to figure it out for two days and read somewhere there was a bug on this project and saw many others with the same issue. These are the last two I cant figure out. I hope you tell me theres a issue because ive truly racked my brain over this…

    1. When price is 19.5, the value in the #cash element is 20, cid is [["PENNY", 0.5], ["NICKEL", 0], ["DIME", 0], ["QUARTER", 0], ["ONE", 0], ["FIVE", 0], ["TEN", 0], ["TWENTY", 0], ["ONE HUNDRED", 0]], and the #purchase-btn element is clicked, the value in the #change-due element should be "Status: CLOSED PENNY: $0.5".
  1. When price is less than the value in the #cash element, total cash in drawer cid is equal to change due, and the #purchase-btn element is clicked, the value in the #change-due element should be "Status: CLOSED" with change due in coins and bills sorted in highest to lowest order.

There isn’t any known outstanding bug in the Cash Register project. Could you share your code?