Skip to content

Commit

Permalink
Final bug fixes and updated builds(apk and spring jar)
Browse files Browse the repository at this point in the history
  • Loading branch information
roszar351 committed Apr 10, 2021
1 parent c21a387 commit 5f61a9f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Binary file modified Code/app/build/outputs/apk/debug/app-debug.apk
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ public void onFailure(Call<ResponseBody> call, Throwable t) {
@Override
public void removeOldDiscount(Discount discount, ResultCallback callback)
{
Call<ResponseBody> returnVal = web.removeOldDiscount(discount.getDiscountId(),discount.getCode(),discount.getRouteIDs(),discount.getDiscountPercent());
Call<ResponseBody> returnVal = web.removeOldDiscount(discount.getDiscountId());

returnVal.enqueue(new Callback<ResponseBody>() {
@Override
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Software Design and Architecture
If required this schema can be used to host the database on a different machine, but will require to change the 'application.properties' file in the Spring boot to point to the machine hosting the database.

### Authors
- Eoghan Russell 17202124
- Pawel Ostach 17214211
- Damian Skrzypek - 17217679
- Darragh Kelly - 17235545
- Eoghan Russell - 17202124
- Pawel Ostach - 17214211
- Damian Skrzypek - 17217679
- Darragh Kelly - 17235545

Binary file modified Spring/bookingapp/target/bookingapp-1.1.1.jar
Binary file not shown.
Binary file modified Spring/bookingapp/target/bookingapp-1.1.1.jar.original
Binary file not shown.

0 comments on commit 5f61a9f

Please sign in to comment.