Default timezone to India; switch rate calendar to range API
All checks were successful
build-and-deploy / build-deploy (push) Successful in 36s

This commit is contained in:
androidlover5842
2026-01-29 05:47:47 +05:30
parent 3546b2de62
commit 97f09f6f75
3 changed files with 37 additions and 16 deletions

View File

@@ -28,8 +28,9 @@ data class RatePlanResponse(
val currency: String
)
data class RateCalendarUpsertRequest(
val rateDate: String,
data class RateCalendarRangeUpsertRequest(
val from: String,
val to: String,
val rate: Long
)