Skip to content

Commit

Permalink
Bump version to 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriciovergara committed Jul 9, 2020
1 parent 4f8e4f8 commit d6a6bfd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ maven {
}
dependencies {
implementation 'com.izettle.payments:android-sdk-ui:1.5.4'
implementation 'com.izettle.payments:android-sdk-ui:1.5.5'
}
```

Expand Down Expand Up @@ -214,16 +214,17 @@ Card payment was successfully completed. Contains transaction info in `payload`
* `gratuityAmount` - Contains total tip amount if tipping is performed, `null` otherwise
* `cardType` - card brand: VISA, MASTERCARD and so on
* `cardPaymentEntryMode` - EMV, CONTACTLESS_EMV, MAGSTRIPE_CONTACTLESS, MAGSTRIPE etc. More entry modes might be added independent of SDK version
* `tsi`
* `tvr`
* `tsi` - EMV tags
* `tvr` - EMV tags
* `applicationIdentifier` - EMV tags (aid)
* `cardIssuingBank` - card issuing bank if provided
* `maskedPan` - e.g. "**** **** **** 1111"
* `applicationName`
* `authorizationCode`
* `installmentAmount`
* `nrOfInstallments`
* `mxFiid`
* `mxCardType`
* `installmentAmount` - Value of each installment
* `nrOfInstallments` - Number of installment chosen
* `mxFiid` - Mexico specific data
* `mxCardType` - Mexico specific data
* `reference` - your reference object

### Step 7: Performing refund
Expand Down
2 changes: 1 addition & 1 deletion Sample-Java/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ android {
}

dependencies {
implementation 'com.izettle.payments:android-sdk-ui:1.5.4'
implementation 'com.izettle.payments:android-sdk-ui:1.5.5'
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.0.0'
Expand Down
2 changes: 1 addition & 1 deletion Sample-Kotlin/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ android {
}

dependencies {
implementation 'com.izettle.payments:android-sdk-ui:1.5.4'
implementation 'com.izettle.payments:android-sdk-ui:1.5.5'
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.1.0'
Expand Down

0 comments on commit d6a6bfd

Please sign in to comment.