Skip to content

Commit

Permalink
Merge pull request #626 from pennlabs/fix-gsr-cancel
Browse files Browse the repository at this point in the history
Fix cancelGSR API field so the app could properly cancel reservations
  • Loading branch information
trinif committed Sep 15, 2024
2 parents e46ae16 + 5d93211 commit ef7a881
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Observable<List<GSRReservation>> getGsrReservations(
void cancelReservation(
@Header("Authorization") String bearerToken,
@Header("X-Device-ID") String deviceID,
@Field("bookingId") String bookingID,
@Field("booking_id") String bookingID,
@Field("sessionid") String sessionID,
Callback<Response> callback);

Expand Down

0 comments on commit ef7a881

Please sign in to comment.