Skip to content

Commit

Permalink
Fix cancelGSR API field so the app could properly cancel reservations
Browse files Browse the repository at this point in the history
  • Loading branch information
baronhsieh2005 committed Sep 14, 2024
1 parent 8469628 commit 5d93211
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 5d93211

Please sign in to comment.