Skip to content

Commit 00cd877

Browse files
committed
Merge branch '178-regenerate-2021-2-fueling-api' into 'master'
Resolve "Regenerate 2021-2 Fueling API" Closes #178 See merge request pace/mobile/android/pace-cloud-sdk!177
2 parents f6f58a4 + bffde70 commit 00cd877

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ x.y.z Release notes (yyyy-MM-dd)
1111
* Add `request-id` from backend to log message if request fails
1212
* Remove default timeout in PWA communication API
1313
* Use minified GeoJSON to save bandwith and change Default of `geoAppsScope` to `pace-min`
14+
* Regenerate fueling API 2021-2
1415

1516

1617
10.2.0 Release notes (2021-10-13)

library/src/main/java/cloud/pace/sdk/api/fueling/generated/model/PaymentMethod.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ class PaymentMethod : Resource() {
2020

2121
var meta: Meta? = null
2222

23+
/* Customer chosen alias for the payment method */
24+
var alias: String? = null
2325
var identificationString: String? = null
2426
/* one of sepa, creditcard, paypal, paydirekt, dkv, applepay, ... */
2527
var kind: String? = null

0 commit comments

Comments
 (0)