Skip to content

Commit 1b6884f

Browse files
committed
Merge branch '323-update-fueling-api-to-2024-3' into 'master'
Resolve "Update Fueling API to 2024-3" Closes #323 See merge request pace/mobile/android/pace-cloud-sdk!351
2 parents eb24fcb + 0be314d commit 1b6884f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/src/main/java/cloud/pace/sdk/api/fueling/FuelingAPI.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ package cloud.pace.sdk.api.fueling
99

1010
import cloud.pace.sdk.api.API
1111

12-
/** Fueling API */
12+
/** The PACE Fueling API is responsible for managing fueling related actions. */
1313
object FuelingAPI {
1414

15-
const val VERSION = "2024-2"
15+
const val VERSION = "2024-3"
1616
internal val baseUrl = "${API.baseUrl}/fueling/$VERSION/"
1717

1818
class DiscountAPI

0 commit comments

Comments
 (0)