From 6e76fc8ef9eb33c8ee037317cea58c74f2c4828a Mon Sep 17 00:00:00 2001 From: ecunado Date: Tue, 31 Mar 2026 13:27:18 +0200 Subject: [PATCH 1/3] chore: remove scape char --- .../version-Android SDK 7.1010.8/androidobjects.md | 2 +- .../version-Android SDK 7.1011.0/androidobjects.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android_versioned_docs/version-Android SDK 7.1010.8/androidobjects.md b/android_versioned_docs/version-Android SDK 7.1010.8/androidobjects.md index 5fb6ed1e..f65c14a0 100644 --- a/android_versioned_docs/version-Android SDK 7.1010.8/androidobjects.md +++ b/android_versioned_docs/version-Android SDK 7.1010.8/androidobjects.md @@ -1163,7 +1163,7 @@ TipConfiguration( String tipAmount ); | `amount`
*BigInteger* | Transaction amount in the minor unit of currency (f.ex. 1000 is 10.00 GBP).| | `baseAmount`
*BigInteger* | Base amount used to calculate the tip - in the minor unit of currency (f.ex. 1000 is 10.00 GBP). If no base amount is defined, the transaction amount is used as base amount.| | `headerName`
*String* | Name of the tipping menu appearing on the terminal. Default: Tip| -| `tipPercentages`
*List* | List of percentages used to calculate the tip amount. **REQUIRED**| +| `tipPercentages`
*List* | List of percentages used to calculate the tip amount. **REQUIRED**| | `enterAmountEnabled`
*Boolean* | Flag used to enable the cardholder to manually enter the tip amount. Default: true| | `skipEnabled`
*Boolean* | Flag used to enable the cardholder to skip the tipping step. Default: true| | `footer`
*String* | Footer note which will appear on the tipping menu. Default: Empty string| diff --git a/android_versioned_docs/version-Android SDK 7.1011.0/androidobjects.md b/android_versioned_docs/version-Android SDK 7.1011.0/androidobjects.md index 5289e036..ccfd5e61 100644 --- a/android_versioned_docs/version-Android SDK 7.1011.0/androidobjects.md +++ b/android_versioned_docs/version-Android SDK 7.1011.0/androidobjects.md @@ -1164,7 +1164,7 @@ TipConfiguration( String tipAmount ); | `amount`
*BigInteger* | Transaction amount in the minor unit of currency (f.ex. 1000 is 10.00 GBP).| | `baseAmount`
*BigInteger* | Base amount used to calculate the tip - in the minor unit of currency (f.ex. 1000 is 10.00 GBP). If no base amount is defined, the transaction amount is used as base amount.| | `headerName`
*String* | Name of the tipping menu appearing on the terminal. Default: Tip| -| `tipPercentages`
*List* | List of percentages used to calculate the tip amount. **REQUIRED**| +| `tipPercentages`
*List* | List of percentages used to calculate the tip amount. **REQUIRED**| | `enterAmountEnabled`
*Boolean* | Flag used to enable the cardholder to manually enter the tip amount. Default: true| | `skipEnabled`
*Boolean* | Flag used to enable the cardholder to skip the tipping step. Default: true| | `footer`
*String* | Footer note which will appear on the tipping menu. Default: Empty string| From 598947b174702d7167c6102280a1767751acfd95 Mon Sep 17 00:00:00 2001 From: ecunado Date: Tue, 31 Mar 2026 13:36:56 +0200 Subject: [PATCH 2/3] fix: compilation errores --- .../version-Android SDK 7.1010.8/androidobjects.md | 2 +- .../version-Android SDK 7.1011.0/androidobjects.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android_versioned_docs/version-Android SDK 7.1010.8/androidobjects.md b/android_versioned_docs/version-Android SDK 7.1010.8/androidobjects.md index f65c14a0..bded6414 100644 --- a/android_versioned_docs/version-Android SDK 7.1010.8/androidobjects.md +++ b/android_versioned_docs/version-Android SDK 7.1010.8/androidobjects.md @@ -543,7 +543,7 @@ MerchantAuth( List credentials ); ``` | Parameter | Description | | ----------- | ----------- | -| `credential`
*List* | If present, the list of credentials.| +| `credential`
`List` | If present, the list of credentials.| ```java Add Credential diff --git a/android_versioned_docs/version-Android SDK 7.1011.0/androidobjects.md b/android_versioned_docs/version-Android SDK 7.1011.0/androidobjects.md index ccfd5e61..5e30bed4 100644 --- a/android_versioned_docs/version-Android SDK 7.1011.0/androidobjects.md +++ b/android_versioned_docs/version-Android SDK 7.1011.0/androidobjects.md @@ -543,7 +543,7 @@ MerchantAuth( List credentials ); ``` | Parameter | Description | | ----------- | ----------- | -| `credential`
*List* | If present, the list of credentials.| +| `credential`
`List` | If present, the list of credentials.| ```java Add Credential From 1694797dcf3e57a2d3e4f991a0e24ab9221d636d Mon Sep 17 00:00:00 2001 From: ecunado Date: Tue, 31 Mar 2026 13:43:39 +0200 Subject: [PATCH 3/3] fix: compilation errores --- .../version-Android SDK 7.1010.8/androidobjects.md | 2 +- .../version-Android SDK 7.1011.0/androidobjects.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android_versioned_docs/version-Android SDK 7.1010.8/androidobjects.md b/android_versioned_docs/version-Android SDK 7.1010.8/androidobjects.md index bded6414..b673598e 100644 --- a/android_versioned_docs/version-Android SDK 7.1010.8/androidobjects.md +++ b/android_versioned_docs/version-Android SDK 7.1010.8/androidobjects.md @@ -1163,7 +1163,7 @@ TipConfiguration( String tipAmount ); | `amount`
*BigInteger* | Transaction amount in the minor unit of currency (f.ex. 1000 is 10.00 GBP).| | `baseAmount`
*BigInteger* | Base amount used to calculate the tip - in the minor unit of currency (f.ex. 1000 is 10.00 GBP). If no base amount is defined, the transaction amount is used as base amount.| | `headerName`
*String* | Name of the tipping menu appearing on the terminal. Default: Tip| -| `tipPercentages`
*List* | List of percentages used to calculate the tip amount. **REQUIRED**| +| `tipPercentages`
`List` | List of percentages used to calculate the tip amount. **REQUIRED**| | `enterAmountEnabled`
*Boolean* | Flag used to enable the cardholder to manually enter the tip amount. Default: true| | `skipEnabled`
*Boolean* | Flag used to enable the cardholder to skip the tipping step. Default: true| | `footer`
*String* | Footer note which will appear on the tipping menu. Default: Empty string| diff --git a/android_versioned_docs/version-Android SDK 7.1011.0/androidobjects.md b/android_versioned_docs/version-Android SDK 7.1011.0/androidobjects.md index 5e30bed4..22c44c80 100644 --- a/android_versioned_docs/version-Android SDK 7.1011.0/androidobjects.md +++ b/android_versioned_docs/version-Android SDK 7.1011.0/androidobjects.md @@ -1164,7 +1164,7 @@ TipConfiguration( String tipAmount ); | `amount`
*BigInteger* | Transaction amount in the minor unit of currency (f.ex. 1000 is 10.00 GBP).| | `baseAmount`
*BigInteger* | Base amount used to calculate the tip - in the minor unit of currency (f.ex. 1000 is 10.00 GBP). If no base amount is defined, the transaction amount is used as base amount.| | `headerName`
*String* | Name of the tipping menu appearing on the terminal. Default: Tip| -| `tipPercentages`
*List* | List of percentages used to calculate the tip amount. **REQUIRED**| +| `tipPercentages`
`List` | List of percentages used to calculate the tip amount. **REQUIRED**| | `enterAmountEnabled`
*Boolean* | Flag used to enable the cardholder to manually enter the tip amount. Default: true| | `skipEnabled`
*Boolean* | Flag used to enable the cardholder to skip the tipping step. Default: true| | `footer`
*String* | Footer note which will appear on the tipping menu. Default: Empty string|