Skip to content

Commit 0be314d

Browse files
committed
chore: Update Fueling API to 2024-3
1 parent eb24fcb commit 0be314d

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)