Default timezone to India; switch rate calendar to range API
All checks were successful
build-and-deploy / build-deploy (push) Successful in 36s
All checks were successful
build-and-deploy / build-deploy (push) Successful in 36s
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user