Skip to content

Commit

Permalink
Merge pull request #75 from KjellBerlin/Update-warhouse-location
Browse files Browse the repository at this point in the history
Update warehouse location
  • Loading branch information
KjellBerlin authored Oct 5, 2024
2 parents a72fdb7 + 7d6f237 commit 7fc5095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/com/carbonara/core/constants/Constants.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package com.carbonara.core.constants

const val warehouseGooglePlaceId = "ChIJQR3yhghSqEcRhjFCmW57vw8"
const val warehouseGooglePlaceId = "ChIJ04F_r-JRqEcRABcdjU4seLE"
const val deliveryRadiusInMeters: Int = 1500
const val currency = "EUR"

0 comments on commit 7fc5095

Please sign in to comment.