adamjohndbenitez / billcoin-changer

a Spring Boot service that exposes a REST API that allows a user to request change for a given bill.
0 stars 0 forks source link

Setting up conditions and rules #3

Open adamjohndbenitez opened 2 years ago

adamjohndbenitez commented 2 years ago
adamjohndbenitez commented 2 years ago

These are the list of functionality worked:

Request for change - need bugfixing recursive call. Retrieve coins - after requesting a change of coins, coin state are draining down to 0, must fix recursive call it is affecting this functionality. Refill coins - working fine.